task-creator
Installation
SKILL.md
Use this template to break a feature spec into sprint-ready engineering tasks.
INPUTS
- Feature spec - the feature specification to break down
- (optional) Code - existing code context
INSTRUCTIONS
- Parse the feature spec into vertical slices deliverable per sprint.
- For each task, define acceptance criteria and effort (S/M/L or hours).
- Capture dependencies (code, teams, data, compliance).
- Include testing, docs, and observability per task.
- Identify cross-cutting NFRs (perf, security, accessibility).
- Keep lines ≤80 chars.