Command
/plan
Break work into small verifiable tasks with acceptance criteria and dependency ordering
One command from addyosmani-agent-skills. It ships with the plugin.
shell
$ npx -y skills add addyosmani/agent-skills --agent claude-codeShips with addyosmani-agent-skills. Installing the plugin gets this command.
Command definition
plan.md
--- description: Break work into small verifiable tasks with acceptance criteria and dependency ordering --- 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.
Ships with addyosmani-agent-skills
Stars78,170Forks8,394LanguageJavaScriptLicenseMIT
Get the whole plugin, auto-invoked