mspec-implement

Automate mspec implementation with TDD red→green test execution and anchor-based traceability.

4|Updated May 13, 2026
One-click install
npx skills add https://github.com/tubone24/mspec --skill mspec-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mspec-implement
Source: https://github.com/tubone24/mspec/tree/main/.claude/skills/mspec-implement
Command: npx skills add https://github.com/tubone24/mspec --skill mspec-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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.

Frequently Asked Questions about mspec-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate TDD red→green test execution for mspec change requests?

You can automate TDD red→green test execution for mspec by running the implementation workflow, which guides you through writing failing tests and then writing code to pass them. This streamlines development by automating the mspec implementation steps.

What are anchors in mspec and how do they maintain spec-code synchronization?

Anchors in mspec are traceability markers that link each code change directly to its corresponding specification. By using anchors during implementation, you ensure that code modifications remain properly synchronized and traceable to their originating requirements.

How do I start the implementation workflow for a new mspec change request?

To start the implementation workflow for a new mspec change request, you run the `/mspec:implement` command. This initiates the automated process of writing initial tests and implementing the required code changes using TDD and anchors.

Can I use mspec implementation workflow without prior test-driven development experience?

The mspec implementation workflow automates the test-driven development process, guiding you through the red→green cycle and anchor usage. While it streamlines TDD practices, understanding basic TDD concepts will help you effectively manage spec-code synchronization.

Does mspec implementation require external dependencies to run the TDD workflow?

The mspec implementation workflow operates without external dependencies, using internal scripts to automate the red→green test execution and anchor-based traceability. You only need the mspec framework environment setup to begin writing tests and implementing code changes.

When should I use mspec implementation workflow instead of manual coding?

You should use the mspec implementation workflow when starting a new change request in mspec to maintain spec-code synchronization. It is ideal for reducing manual effort in TDD practices, ensuring every code change is anchored to its corresponding spec.