By dskst
タスクのプランニングと見積もりを支援するプラグイン。要件分解、PERT/単純見積もり、リスク識別、Epic/Story管理、タスクツール(GitHub/Notion)連携を提供する。
既存の大規模Epic mdファイルを読み込み、そこから個別Story mdファイルを抽出・生成する。Epic単一ファイルで管理してきた計画書を、Story単位に分割して個別ファイル化したいときに使う。「エピックを分解する」「Epicからストーリーを抽出する」「大規模mdをタスクブレイクする」「計画書をストーリー分割する」と言われたら起動する。
見積もり済みStoryのストーリーポイントを実時間(時間/日/人日)に換算する。実行時に1ptあたりの時間レートを入力させ、対象Storyまたは全Storyを集計する。「ポイントを時間に変換する」「人日に換算する」「ベロシティで時間を出す」「pt to hours」と言われたら起動する。
要件・仕様・Issue・Notionページなどの入力から、Epic > Story > Task(チェックリスト)の3階層構造を生成する。「タスク分解する」「要件をストーリーに落とす」「WBSを作る」「Epicを構成する」「Storyに分割する」「要件からタスクを抽出する」と言われたら起動する。
Story(および必要に応じてEpic)にフィボナッチ数列でポイント見積もりを行う。PERT(三点見積もり)と単純見積もりの2モードから対話的に選択する。「見積もりする」「ポイントを付ける」「PERT見積もりする」「ストーリーポイントを決める」「工数見積もりする」と言われたら起動する。完了後、自動的に estimate-validator エージェントを起動する。
Story単位でリスクを識別し、発生確率×影響度の2軸で評価して、PERT見積もりの悲観値(P)に反映するスキル。「リスクを洗い出す」「リスク識別する」「リスクスコアを評価する」「不確実性を見積もりに反映する」「Pをリスクで調整する」と言われたら起動する。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
タスクのプランニングと見積もりを支援する Claude Code プラグイン。 要件分解・PERT見積もり・リスク識別・タスクツール(GitHub/Notion)連携を一連のワークフローとして提供する。
Claude Code のプラグイン管理機能でインストールするか、ローカルに配置する:
# ローカルで開発・テストする場合
cc --plugin-dir /path/to/planning-skills
プロジェクトのリポジトリで一度だけ実行する:
/planning-skills:setup-baseline
2pt と 8pt の代表 Story を登録し、.claude/planning-skills.local.md に保存される。
graph LR
A[setup-baseline] --> B[decompose-stories]
B --> C[identify-risks]
C --> D[estimate-points]
D --> E[estimate-validator<br/>自動起動]
E --> F[register-story]
/planning-skills:setup-baseline — 基準点登録/planning-skills:decompose-stories — 要件 → Epic + Story 群/planning-skills:identify-risks — リスク識別と評価/planning-skills:estimate-points — PERT または単純見積もり(完了後に validator 自動起動)/planning-skills:register-story — タスクツールに登録graph LR
A[既存Epic md] --> B[breakdown-epic]
B --> C[identify-risks]
C --> D[estimate-points]
D --> E[register-story]
/planning-skills:breakdown-epic <epic-md-path> — Epic mdを Story 単位に分割/planning-skills:convert-points-to-time
実行時に「1pt = X時間」のレートを入力すると、Story 単位 / Epic 単位の時間集計を表示する。
| スキル | 役割 |
|---|---|
setup-baseline | フィボナッチ基準点(2pt/8pt)の代表Story登録 |
decompose-stories | 要件 → Epic + Story群 + 各Storyのチェックリスト |
estimate-points | Story単位でPERT/単純見積もり |
identify-risks | Story単位でリスク識別、PERT悲観値に反映 |
breakdown-epic | 既存Epic mdから個別Story md群を生成 |
register-story | 13pt閾値で振り分け、タスクツール or ローカルmdに登録 |
convert-points-to-time | ポイント→時間変換(実行時レート入力) |
| エージェント | 役割 |
|---|---|
estimate-validator | バックエンド/フロントエンド/インフラ/QA/テックリードの多角的視点で見積もりを検証 |
| 階層 | 出力先 | フォーマット |
|---|---|---|
| Epic | docs/plans/<epic-id>.md | YAMLフロントマター + インセプションデッキ + Story一覧 + Mermaid依存関係図 + リスクサマリー |
| Story(13pt未満) | タスクツール or docs/plans/stories/<story-id>.md | YAMLフロントマター(points/PERT/risk)+ 受け入れ基準 + Taskチェックリスト + リスク |
| Story(13pt以上) | 分割推奨(登録せず) | — |
| Task | Story md内 | - [ ] チェックリスト |
.claude/planning-skills.local.md(gitignore対象)で以下を設定する:
baseline.small / baseline.large — 2pt と 8pt の代表Storyoutput.epic_dir / output.story_dir — 出力ディレクトリ(デフォルト: docs/plans, docs/plans/stories)task_tool.preferred — auto / notion / github / localissue_template.story / issue_template.epic — カスタムテンプレートのパス(省略時はプラグイン同梱)points_to_hours — convert-points-to-time のデフォルトレートテンプレート例: templates/settings.local.md をコピーして利用する。
gh CLI(認証済み)MIT
npx claudepluginhub dskst/planning-skillsAgent team management plugin with role-based task assignment and team knowledge management
A comprehensive Claude Code plugin for Domain-Driven Design (DDD) practices. Covers strategic design to tactical patterns with 16 features.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications