Create a single task file in the backlog.
Instructions
- •Read
docs/spec/.llm/templates/task.template.mdfor the task format. - •Read
.claude/rules/agent-guide.mdfor tech stack and quality gates. - •Determine the next task number by checking existing files in:
- •
docs/spec/.llm/tasks/backlog/ - •
docs/spec/.llm/tasks/in_progress/ - •
docs/spec/.llm/tasks/completed/ - •
docs/spec/.llm/tasks/blocked/
- •
- •Create the task file at
docs/spec/.llm/tasks/backlog/NN-<slug>.mdwhere:- •
NNis the zero-padded task number - •
<slug>is a short kebab-case description
- •
- •Also create a native task using TaskCreate with the same information.
- •Fill in: Phase, Priority, Dependencies, Objective, Steps, Verification, and Acceptance Criteria.
- •Verification commands should use the quality gates from the agent guide rules.
- •Show the created task file to the user for review.
Task Description
$ARGUMENTS