What problem does it solve?
This Skill enforces a standardized, risk-aware process for all coding tasks, ensuring consistency, quality, and efficient development cycles.
Core Features & Use Cases
- Risk Classification: Categorizes tasks into Low, Medium, or High risk to determine the appropriate development lane.
- Phased Workflow: Guides developers through distinct phases: Risk Classification, Task Initialization, Implementation Loop, Local Code Review, Integration, and Cleanup.
- Branching Strategy: Mandates isolated feature branches for all tasks.
- Reusable Block Prioritization: Enforces a "reuse -> extend -> create" approach for code development.
- Continuous Verification: Integrates build, test, and lint checks throughout the implementation loop.
- Mandatory Code Review: Implements a risk-based local code review ritual before integration.
- Cleanup: Ensures proper branch management post-task completion.
Quick Start
Prepare for a medium-risk feature implementation by classifying the task and initializing a new feature branch.