What problem does it solve?
This Skill turns a design, ticket, or clear specification into maintainable implementation work, helping engineers move from requirements to production-ready code without guessing at behavior.
Core Features & Use Cases
- Reads the spec first and identifies the exact code paths that need to change.
- Matches the repository’s existing conventions for structure, naming, error handling, logging, and testing.
- Writes the implementation and unit tests together, then validates the result with review, linting, and type checks.
- Use it when you need a feature built from a design doc, a bug fixed with regression coverage, or a small code change completed in a PR-ready form.
Quick Start
Tell the Skill what feature you want implemented and provide the spec or design doc so it can plan the change and write the code and tests.