What problem does it solve?
Turning a software design specification into an actionable implementation roadmap is time-consuming and error-prone. This Skill reads a design spec and produces a structured delivery plan with phases, tasks, testing strategy, and risks, so teams can start building with a clear path.
Core Features & Use Cases
- Phased Delivery Planning: Breaks a design spec into ordered phases, each with scope, tasks, testing approach, and exit criteria.
- TDD Slice Sizing: Structures red-green-refactor slices around meaningful behaviors, avoiding both micro-slices and overly broad batches.
- Risk and Prerequisite Tracking: Surfaces open questions and assumptions from the design as risks, prerequisites, and a definition of done.
- Use Case: After writing a design spec for a user authentication flow, ask for a delivery plan and receive a Markdown plan in
.stencila/plans/ with phased tasks, TDD slices, and documentation requirements.
Quick Start
Create a delivery plan for the latest design spec using a test-driven development approach.