Plan Task
Use this skill when a user wants to add work to the project plan.
Preconditions
- •Repository has
.tasks/andtasks.py. - •You can inspect current hierarchy before creating tasks.
Workflow
- •Recon:
- •Read
.tasks/index.yamland related phase/milestone/epic indexes. - •Find the best existing epic, or identify need for new epic/milestone.
- •Read
- •Clarify:
- •Ask only consequential scope and dependency questions.
- •Confirm acceptance criteria expectations.
- •Decompose:
- •Create atomic tasks with concrete outputs.
- •Set estimate, complexity, priority, dependencies, and tags.
- •Place:
- •Prefer existing epics unless cohesion would be harmed.
- •Propose new milestone only with explicit user confirmation.
- •Execute:
- •Use
backlog add ...(oradd-epic) to create items.
- •Use
- •Verify:
- •Run
backlog show <TASK_ID>andbacklog list --milestone <ID>. - •Summarize created items and rationale.
- •Run
Quality Gates
- •No vague task titles.
- •No dependency sprawl.
- •No task creation before understanding scope boundaries.
Reference
See references/hierarchy-reference.md.