Help us improve
Share bugs, ideas, or general feedback.
From tasker
Decomposes a specification into an executable task DAG: prompts for project directory, detects specs from /specify, runs planning agents (physical-architect, task-author, verifier, auditor).
npx claudepluginhub dowwie/tasker --plugin taskerHow this command is triggered — by the user, by Claude, or both
Slash command
/tasker:planThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Plan Decompose a specification into an executable task DAG. **IMPORTANT:** Follow the instructions in the `tasker:plan` skill directly. Do NOT invoke any other skill. The plan workflow guides you through: 1. Asking for the target project directory 2. Detecting specs from `/specify` workflow 3. Running planning agents (physical-architect, task-author, task-plan-verifier, plan-auditor) 4. Producing a task DAG ready for `/execute`
/planDecomposes a specification into an executable task DAG: prompts for project directory, detects specs from /specify, runs planning agents (physical-architect, task-author, verifier, auditor).
/spec-drivenDecomposes a compound request into deliverables, dependencies, and decision gates, then writes spec, plan, and result-check files.
/blueprintGenerates an implementation plan with system architecture design, component interfaces, data flow, and dependency-ordered task breakdown from a specification. Supports --input FILE and --component NAME.
/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.
/SKILLCreates executable implementation plans from design folders, decomposing specs into granular tasks via phased loop with user validation and git commit.
/create-planCreates hierarchical project plans for solo agentic development, generating briefs, roadmaps, and phase plans from a description of what to plan.
Share bugs, ideas, or general feedback.
Decompose a specification into an executable task DAG.
IMPORTANT: Follow the instructions in the tasker:plan skill directly. Do NOT invoke any other skill.
The plan workflow guides you through:
/specify workflow/execute