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 tasker# 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`
/planRestates requirements, assesses risks and blockers, creates step-by-step implementation plan with phases and estimates, and waits for user confirmation before coding.
/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.
/planStarts Manus-style file-based planning: creates task_plan.md, findings.md, progress.md if missing, invokes planning skill, and guides through workflow.
/planRestates requirements, assesses risks and dependencies, creates phased step-by-step implementation plan with complexity estimates, and waits for user confirmation before coding.
/planInteractively builds Goal, Scope, Metric, and Verify command for an autoresearch run from provided goal description.
/planCaptures user intent via 5 structured questions, creates strategic execution plan, saves to .claude/session-plan.md and session-intent.md for review.
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