What problem does it solve?
This Skill streamlines the entire software development lifecycle by enforcing a rigorous, step-by-step workflow that ensures code quality, continuous validation, and clear commit policies, preventing common development pitfalls.
Core Features & Use Cases
- Full Planning: Creates a comprehensive, risk-ordered plan before any code is written.
- Sequential Execution: Implements changes one step at a time, with validation after each.
- Continuous Validation: Integrates unit, integration, and API tests to ensure correctness at every stage.
- Flexible Commit Policies: Supports
per_step, final_only, and milestone commit strategies based on user needs.
- Behavior-Driven Development (BDD): Optionally incorporates BDD scenarios for clear requirements and testable behaviors.
- Use Case: A developer needs to implement a new feature that involves database changes, API updates, and frontend modifications. This Skill will guide them through planning, implementing each part, testing thoroughly, and committing incrementally or finally, ensuring a robust and well-documented delivery.
Quick Start
Use the fixflow skill to implement the new user authentication module, following a per_step commit policy.