What problem does it solve? It turns a defined scope or issue into committed, tested code changes while preventing scope creep, so implementation stays aligned with what was actually requested. ## Core Features & Use Cases - Scoped Implementation: Implements features and bug fixes strictly within a Scope Brief, stopping to report when work exceeds the request's framing. - Dual Invocation Modes: Runs implementation-only when called by the SDLC workflow, or owns the full lifecycle (review, PR creation, feedback resolution) when invoked directly. - Test Discipline: Enforces a no-skipped-tests policy, requiring failing tests to be fixed, replaced, refactored, or removed rather than bypassed. - Use Case: A user says "just fix the login bug" — the skill writes a failing test first, implements the minimal fix, runs the test suite, and commits, without expanding into unrelated refactors. ## Quick Start Ask the agent to use the coder skill to implement the described feature or bug fix with tests and commit the changes.