What problem does it solve?
This Skill automates the manual, error-prone work of turning a written development story into production-quality code, tests, and documentation so that features meet acceptance criteria and integrate cleanly with the existing architecture.
Core Features & Use Cases
- End-to-end implementation: Read a story file, derive the plan and architecture context, create or modify the necessary source files, and wire integrations.
- Test-driven delivery and verification: Write pragmatic automated tests alongside implementation, run verifications, and ensure acceptance criteria are satisfied before marking the story completed.
- Preserve and integrate designs: Respect interface-design outputs and architecture artifacts, reuse produced files, and document any deviations in the execution log.
- Use Case: Given a story created by a planning agent, implement the requested backend or UI behavior, add tests that assert acceptance criteria, run them until passing, and update the story execution log and plan status.
Quick Start
Run the implement-story skill with the path to the story file to produce code, tests, verification results, and an updated execution log.