From agent-skills
Breaks project into small verifiable tasks with acceptance criteria, dependencies, checkpoints. Reads spec/codebase, presents plan for review, saves to tasks/plan.md and tasks/todo.md.
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 limdaekyung/agent-skills16plugins reuse this command
First indexed Mar 22, 2026
Showing the 6 earliest of 16 plugins
/planBreaks project into small verifiable tasks with acceptance criteria, dependencies, checkpoints. Reads spec/codebase, presents plan for review, saves to tasks/plan.md and tasks/todo.md.
/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.
/create_tasksTransforms requirements into detailed actionable task lists with dependency analysis, sequential/parallel execution strategies, and adaptive research.
/decompositionDecomposes complex tasks from context into specific, actionable todos with rich executable descriptions. Explores codebase, interviews for clarifications, ensures atomic units of work.
/dev-docsCreates a comprehensive strategic plan with structured task breakdown for a development task, generating a directory with plan, context, and tasks Markdown files.