From agent-skills
Breaks work into small verifiable tasks with acceptance criteria and dependency ordering, saving the plan and task list to files for human review.
How this command is triggered — by the user, by Claude, or both
Slash command
/agent-skills:plancommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the agent-skills:planning-and-task-breakdown skill. Read the existing spec (SPEC.md or equivalent) and the relevant codebase sections. Then: 1. Enter plan mode — read only, no code changes 2. Identify the dependency graph between components 3. Slice work vertically (one complete path per task, not horizontal layers) 4. Write tasks with acceptance criteria and verification steps 5. Add checkpoints between phases 6. Present the plan for human review Save the plan to tasks/plan.md and task list to tasks/todo.md.
Invoke the agent-skills:planning-and-task-breakdown skill.
Read the existing spec (SPEC.md or equivalent) and the relevant codebase sections. Then:
Save the plan to tasks/plan.md and task list to tasks/todo.md.
npx claudepluginhub shakerkamal/agent-skills32plugins reuse this command
First indexed Mar 22, 2026
Showing the 6 earliest of 32 plugins
/planBreaks work into small verifiable tasks with acceptance criteria and dependency ordering, saving the plan and task list to files for human review.
/create_tasksTransforms requirements into detailed actionable task lists with dependency analysis, sequential/parallel execution strategies, and adaptive research.
/decompositionBreaks down complex tasks into detailed, actionable subtasks with rich descriptions that can be executed independently. Interviews the user to resolve unclear points before creating todos.
/planDecomposes specs into shippable milestones with tasks, sizing, dependencies, risk register, and deferred items. Produces versioned plan artifact.
/tasksGenerates a dependency-ordered task breakdown from plan.md, cross-validates every requirement against the product spec, and writes tasks.md for user approval.
/dev-docsCreates a comprehensive strategic plan with structured task breakdown for a development task, generating a directory with plan, context, and tasks Markdown files.