What problem does it solve?
This Skill provides a structured, auditable, and configurable state machine to manage the Software Development Life Cycle (SDLC), ensuring that work items progress through defined stages with enforced quality gates.
Core Features & Use Cases
- Formalized States: Defines clear stages for the SDLC (BACKLOG, DISCOVERY, DECOMPOSED, SPEC_READY, IN_PROGRESS, VERIFICATION, REVIEW, DONE).
- Configurable Gates: Allows defining specific conditions (e.g., acceptance criteria met, tests passing, code approved) that must be satisfied for transitions between states.
- Auditable Transitions: Records every state change, including the actor, timestamp, and gate evaluation results, providing full traceability.
- Use Case: Ensure that a feature cannot move to 'IN_PROGRESS' until its technical specification is complete and approved, and that it cannot be marked 'DONE' until all verification and code reviews are successfully passed.
Quick Start
Use the sdlc-state-machine skill to advance the task with ID '12345' to the next stage.