create-tasks
Installation
SKILL.md
Create Tasks
Decompose requirements into detailed, actionable task files with codebase-informed enrichment.
Required Inputs
- Feature name identifying the
tasks/prd-<name>/directory. - At minimum,
_prd.mdor_techspec.mdin that directory.
Workflow
- Load context.
- Read
_prd.mdand_techspec.mdfromtasks/prd-<name>/. - Read existing ADRs from
tasks/prd-<name>/adrs/to understand the decision context behind requirements and design choices. - Warn the user if
_techspec.mdis missing but continue with available documents. - If both
_prd.mdand_techspec.mdare missing, stop and ask the user to create at least one first. - Spawn an Agent tool call to explore the codebase for files to create or modify, test patterns, and coding conventions.
- Read