What problem does it solve?
This Skill automates the implementation workflow of the mspec framework, allowing users to write code and tests with TDD (Test-Driven Development) red→green and anchors, streamlining the development process.
Core Features & Use Cases
- Automated Implementation: Automates the implementation step of the mspec workflow, reducing manual effort.
- TDD Red→Green: Guides users through writing failing tests (red) and then writing code to pass those tests (green), ensuring test-driven development practices.
- Anchor Usage: Ensures that each code change is properly anchored to its corresponding spec, maintaining traceability between code and requirements.
- Use Case: When starting a new change request in mspec, this Skill helps in writing the initial tests and implementing the required code changes.
Quick Start
Run /mspec:implement to start the implementation workflow for a change request.