Break the following request into parallel tasks for agent team execution.
Instructions
- •Read
docs/spec/.llm/PROGRESS.mdfor codebase patterns and prior context. - •Read
docs/spec/.llm/STRATEGY.mdfor the current project decomposition. - •Read
.claude/rules/agent-guide.mdfor tech stack and quality gates. - •Verify a technical spec exists for this work. If no spec exists, the first task must be "Create technical specification" using
codegen.plan.llmas a reference for spec contents. - •Decompose the request into 2-8 independent subtasks following these rules:
- •Each task should take 75-150 Claude turns
- •Size test: If you can't describe a task in 2-3 sentences, split it further
- •Each task must be completable in one fresh context window
- •Prefer wide not deep -- maximize independent tasks, minimize dependency chains
- •Use
## Dependencies: Tasks NN, NNformat for ordering - •Each task must have its own
## Verificationcommands - •Each task must be self-contained (an agent with no prior context can execute it)
- •For each task, create a file in
docs/spec/.llm/tasks/backlog/using the template:docs/spec/.llm/templates/task.template.md - •Also create native tasks using TaskCreate for each task with appropriate blockedBy/blocks relationships.
- •Update
docs/spec/.llm/STRATEGY.mdwith the decomposition. - •Present the task list with dependencies to the user for approval.
Request
$ARGUMENTS