Agent skill
wbs
WBS(作業分解構成表)を作成する。タスク分解、スコープ分解、作業定義時に使う。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/wbs
SKILL.md
目的
プロジェクトスコープを管理可能なワークパッケージに分解し、成果物ベースの階層構造を作成する。
トリガー語
- 「WBSを作成」
- 「作業を分解」
- 「タスクを洗い出す」
- 「スコープを分解」
入力で最初に聞くこと
| # | 質問 | 必須 |
|---|---|---|
| 1 | プロジェクト名は? | ✓ |
| 2 | 主要成果物は何ですか? | ✓ |
| 3 | 分解レベルは?(通常3〜5階層) | - |
手順
Step 1: 成果物の確認
- 主要成果物を特定
Step 2: 階層分解
- 1レベル: プロジェクト
- 2レベル: フェーズ/大分類
- 3レベル: 成果物/ワークパッケージ
- 4レベル: アクティビティ(必要時)
Step 3: WBS辞書の作成
- 各ワークパッケージの説明を追加
Step 4: 保存
workspace/{ProjectName}/docs/WBS.mdに保存
成果物
| 成果物 | 保存先 |
|---|---|
| WBS | workspace/{ProjectName}/docs/WBS.md |
検証(完了条件)
- 100%ルールが満たされている(全スコープがカバー)
- 各ワークパッケージが管理可能なサイズ
- WBS番号が付与されている
参照
- Command:
.claude/commands/02_aipjm_02_planning_02_wbs.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?