What problem does it solve?
create-tasks converts accepted requirements artefacts into developer-sized, codebase-agnostic implementation Tasks, helping teams move from story-level acceptance criteria to concrete work units that an AI coding agent can safely consume.
Core Features & Use Cases
- Decomposes Accepted Stories into Tasks: Produces one Task per Acceptance Criterion (with deterministic, published decomposition rules).
- Adds NFR threshold verification Tasks: Creates additional Tasks to verify measurable Performance/Security/Reliability thresholds when the SRS defines them.
- Creates Cross-cutting Tasks: Mints a single cross-cutting Task for shared NFRs referenced by multiple Stories and links it to every serving Story.
- Maintains traceable, auditable handoffs: Builds Task indices and coverage matrices and seeds Definition of Done lines that reference linked Test Cases.
- Runs a boundary audit for codebase leakage: Flags tasks that contain framework names, file paths, code fences, or code-like handler/class prescriptions and records Open Questions for human review.
Quick Start
Run the create-tasks skill after you have an Accepted SRS and at least one Accepted User Story under an Accepted Epic, then review and address any boundary-audit Open Questions before marking tasks as approved.