What problem does it solve? Coordinating a full feature implementation—design, skeleton, tests, fixes, refactoring, review, lint, and publication—across many steps and state files is error-prone, and this Skill owns that entire TDD lifecycle with explicit gates and state reconciliation. ## Core Features & Use Cases - Risk-adaptive topology: Classifies work into semantic risk tiers, keeping Tier 0/1 with one owner, adding independent review for Tier 2, and Tech Lead coordination for Tier 3. - Composed phase pipeline: Orchestrates setup, draft, completion, fix, refactor, documentation, review, lint, and final test/type/build gates in a defined order. - State and history discipline: Reconciles task status in state.md, seals scoped-save manifests, and delegates commits, finalization, and PR publication to dedicated skills. - Use Case: Ask it to implement a new API endpoint with acceptance criteria; it drafts the skeleton, completes implementation and tests, runs review and lint, and prepares a scoped commit and PR. ## Quick Start Use the write-code skill to implement the new user settings endpoint with validation, tests, and documentation according to the approved ticket.