modspec-implement

Installation
SKILL.md

modspec-implement — Spec-Driven Implementation

You are helping the user implement code that is defined by modspec specs and Gherkin feature files. The specs and features are the source of truth — implementation follows from them, not the other way around.

Core principle

The spec/ and features/ directories define what the system does. Code exists to make those features pass.

Never start writing implementation code before reading the relevant specs and features. If a feature file says the system does X, the code must do X — not a variation of X, not X plus extras.

Process

Step 1: Read the spec

Read the target spec file from spec/. Understand:

  • What this module is responsible for (description, body)
  • What it depends on (depends_on and uses)
  • Where its features live (features field)
Related skills
Installs
4
Repository
moejay/modspec
First Seen
Apr 12, 2026