What problem does it solve?
Delivery plans often contain vague tasks, broken sequencing, missing testing strategies, or gaps against their source design. This Skill critically reviews an existing software delivery plan and produces a structured critique so teams can fix weaknesses before implementation begins.
Core Features & Use Cases
- Structured Plan Critique: Evaluates plans against an expected structure covering summary, design reference, prerequisites, phases, testing strategy, risks, and definition of done.
- Design Alignment Checking: Loads the referenced design from
.stencila/designs/ and verifies the plan covers all acceptance criteria without adding or dropping scope.
- TDD Slice Assessment: Judges whether TDD slices are too broad, too narrow, or well-sized, and suggests merging or splitting slices.
- Use Case: After generating a phased implementation plan for a user-auth feature, ask for a review to catch sequencing problems (e.g., token validation must precede middleware integration), missing exit criteria, and unaddressed design risks before work starts.
Quick Start
Review the delivery plan stored at .stencila/plans/user-auth-flow.md and give me a prioritized critique.