What problem does it solve?
This Skill breaks down complex delivery plans into granular, file-level execution sequences, ensuring clarity on ordering, dependencies, and testing checkpoints before implementation begins.
Core Features & Use Cases
- Detailed Sequencing: Creates an ordered list of implementation steps, mapping actions to specific files.
- Checkpoint Definition: Identifies critical points for testing and verification throughout the implementation process.
- Edge Case Handling: Explicitly enumerates happy paths, boundary conditions, and error paths for each requirement.
- Risk Identification: Surfaces potential ambiguities and risks with proposed mitigations.
- Use Case: For a Story involving changes across multiple microservices and a database schema update, this Skill would generate a precise, step-by-step plan detailing the order of operations, including when to deploy schema changes, update service A, test integration, update service B, and finally run end-to-end tests.
Quick Start
Use the prepare-execution-plan skill to create a detailed execution plan for the story 'Implement User Authentication Flow'.