What problem does it solve?
This Skill streamlines applying an approved implementation plan by coordinating branch creation, task-level TDD, reviews, automated simplifications, validation, and PR preparation so engineers can safely turn plans into production-ready changes.
Core Features & Use Cases
- Branching & Versioning: Create a work branch from the default branch, save approved plan files, and archive research outputs.
- Guardrails & TDD: Establish type/schema guardrails and run task-level TDD cycles or perform spikes when appropriate.
- Review, Simplify, Validate, and PR: Run a structured review, commit before automated simplification, validate with typecheck/lint/tests, then commit/push and create a PR after user confirmation.
- Use Case: Implement a planned feature by creating a feature branch, executing TDD for each task, addressing review findings, running automated simplifications, validating the codebase, and opening a PR.
Quick Start
Start the implementation flow by running the implementation skill to apply an approved plan, create a work branch, execute TDD cycles per task, perform reviews and automated simplification, validate with typecheck/lint/tests, and prepare or open a pull request as directed.