Agent skill
work-item-planning
1作業=1ディレクトリ(docs/<work_item>/)で、implementedplan.md と tasks.md を作る手順とテンプレ。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/work-item-planning
SKILL.md
目的
planca が短時間で「実装可能な計画」と「完了条件つきタスク」を作れるようにする。
手順
- work_item を決める(
YYYY-MM-DD_<short-slug>_vN) docs/<work_item>/を前提に、次の2ファイルを作成するimplementedplan.mdtasks.md
- tasks は「完了条件」が曖昧にならないように書く
implementedplan.md テンプレ
templates/implementedplan.template.md を参照。
tasks.md テンプレ
templates/tasks.template.md を参照。
よくある落とし穴
- 「タスクの完了条件」が書かれていない
- 実装に踏み込みすぎて、判断が必要な点を oca に返さない
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?