| name | tasks-plan |
| description | Use this skill when: the user runs /tasks-plan, asks to create a task plan, generate a delivery plan, or break business requirements into backlog tasks. Trigger keywords: tasks-plan, task plan, backlog planning, delivery plan. |
| argument-hint | Describe the business requirement or planning goal |
Tasks Plan Skill
This skill generates an execution plan from business requirements inside the
.agents/tasks/ workspace.
When to Use
- The user runs
/tasks-plan.
- The user asks to create or refresh the task backlog.
- The user wants business requirements split into small, testable tasks.
Workflow
- Read
.agents/tasks/PROJECT.md to understand the goal, customer, and success criteria.
- Read
AGENTS.md to align with the overall project boundaries.
- Write a structured delivery plan to
.agents/tasks/plan.md, ordered by business impact.
- Break the plan into small, testable tasks.
- Create one markdown file per task in
.agents/tasks/tasks/backlog/, using .agents/tasks/templates/task-template.md when available.
Output Expectations
- Keep tasks small enough to execute independently.
- Order tasks by business value and dependency constraints.
- Make each task concrete enough to implement without re-planning.