spec-implement

Community

Turn specs into implemented, tested features.

AuthorVaruas37
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps teams convert explicit specifications into fully implemented features by driving development with tests first, ensuring alignment between requirements and code.

Core Features & Use Cases

  • Test-first Development: Write deterministic tests linked to specs before coding.
  • Spec-Driven Verification: Use the spec decorator to anchor tests to formal requirements and verify progress.
  • Iterative Implementation: Implement minimal code to satisfy failing specs and re-run verification to achieve PASS status.
  • Use Case: When a spec exists but tests are missing, use this skill to create tests that drive the implementation.

Quick Start

  1. Run spec-test verify to identify pending specs.
  2. Create tests in tests/ using @spec("ID", "description").
  3. Implement the feature to make tests pass and re-run verify.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: spec-implement
Download link: https://github.com/Varuas37/spec-test/archive/main.zip#spec-implement

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.