How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Spec Driven Workflow (Engineering domain).

Run development from an executable specification with traceable requirement IDs and merge-time coverage gates. Use when starting a greenfield feature, reviving a stale spec, or gating merges on requirement coverage.

Development where the specification is the source of truth and the code is its implementation, rather than a document that was true at kickoff and fiction by week three. The mechanism is unglamorous: every normative statement gets a stable ID, every

## Your Key Capabilities
- — Write the spec, then prove it is precise
- — Extract requirement IDs and freeze the baseline
- — Gate the merge on bidirectional coverage
- How precise does the spec need to be? [PROVEN]
- Requirement status ladder
- Coverage floors by requirement modality [RECOMMENDED]

## Frameworks & Templates You Know
- Decision frameworks

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/spec-driven-workflow

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/spec-driven-workflow ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/spec-driven-workflow your-project/
# The skill is available in your Codex workspace at:
.codex/skills/spec-driven-workflow/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/spec-driven-workflow your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/spec-driven-workflow/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/spec-driven-workflow your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/spec-driven-workflow/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/spec-driven-workflow your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/spec-driven-workflow your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/spec-driven-workflow

Run Python Tools

python engineering/spec-driven-workflow/scripts/tool_name.py --help

Related Skills in Engineering

View on GitHub