implement-spec

Implement technical specifications through coordinated subagents with tests and documentation.

1.6k|354|Updated Sep 10, 2025
One-click install
npx skills add https://github.com/open-mercato/open-mercato --skill implement-spec-open-mercato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-spec
Source: https://github.com/open-mercato/open-mercato/tree/main/.ai/skills/implement-spec
Command: npx skills add https://github.com/open-mercato/open-mercato --skill implement-spec-open-mercato

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of translating a technical specification into fully implemented, tested, and documented code, ensuring adherence to strict quality and review standards.

Core Features & Use Cases

  • End-to-End Implementation: Manages the entire lifecycle from spec to tested code.
  • Phased Development: Breaks down large specifications into manageable, sequential phases.
  • Automated Quality Gates: Enforces code-review checklists, unit tests, and integration tests.
  • Use Case: Implement a new feature defined in specs/feature-x.md, ensuring all code passes the review checklist and includes comprehensive tests.

Quick Start

Implement the spec located at .ai/specs/enterprise/order-processing.md starting with phase A.

Frequently Asked Questions about implement-spec

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

FAQPage Schema
How do I implement a technical specification into fully tested code?

Spec implementation is automated end-to-end by coordinating subagents that break down technical specifications into sequential phases, generating integrated unit tests, integration tests, and documentation while enforcing strict code-review compliance standards.

What's the best way to automate code generation from a feature spec?

Automating code generation from a feature spec is handled by coordinating multi-phase subagents that translate specifications into tested, documented code, automatically enforcing backward compatibility and passing code-review checklists throughout the development lifecycle.

How does phased development work when implementing complex specifications?

Phased development during spec implementation works by breaking down large specifications into manageable, sequential phases, where coordinated subagents handle each phase while integrating unit tests, documentation, and code-review compliance before proceeding to the next.

Can I enforce code review checklists and automated testing during spec implementation?

Yes, you can enforce code review checklists and automated testing during spec implementation, as the Skill acts as an automated quality gate that integrates unit tests and integration tests while strictly managing compliance throughout the development phases.

Does automated spec implementation support backward compatibility and extension mode decisions?

Automated spec implementation supports backward compatibility by strictly enforcing it alongside coding standards, while actively managing extension mode decisions to ensure multi-phase development aligns with existing system architecture.

Why use coordinated subagents for agile spec implementation instead of manual coding?

Using coordinated subagents for agile spec implementation eliminates manual translation errors by automating multi-phase development with integrated tests and documentation, ensuring strict coding standards and review compliance that manual coding often misses.