om-implement-spec

Coordinate subagents to implement specs phase-by-phase with code-review gates.

6|2|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/SHGrowth/om-superpowers --skill om-implement-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: om-implement-spec
Source: https://github.com/SHGrowth/om-superpowers/tree/main/skills/om-implement-spec
Command: npx skills add https://github.com/SHGrowth/om-superpowers --skill om-implement-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end spec implementation by coordinating subagents, reducing manual orchestration and the risk of missing steps.

Core Features & Use Cases

  • Coordinated multi-phase execution: unit tests, integration tests, documentation, and code-review gates are orchestrated for each spec phase.
  • Context-aware loading: reads specs from .ai/specs/ and AGENTS.md to tailor implementation steps per project.
  • Progress tracking: updates the spec with an implementation status after completing each phase.
  • Enforced quality gates: ensures code-review checklist is passed before a phase is considered complete.

Quick Start

Describe the target spec, then invoke the implement-spec workflow to coordinate subagents and monitor phase progress.

Frequently Asked Questions about om-implement-spec

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

FAQPage Schema
How do I automate end-to-end spec implementation with unit tests and code review?

Automated spec implementation coordinates subagents to handle phased execution, unit tests, integration tests, documentation, and code-review gates. It reads project specs and AGENTS.md files to tailor implementation steps and enforce quality checklists for each phase.

What is coordinated multi-phase execution for software specs?

Coordinated multi-phase execution orchestrates subagents to sequentially implement specifications. It enforces code-review compliance and progress tracking, updating the spec status only after completing unit tests, integration tests, and documentation for each phase.

How do I enforce a code-review gate during phased spec implementation?

Enforcing a code-review gate during spec implementation uses predefined checklists within the orchestration workflow. The phase is not marked complete and spec progress is not updated until the coordinated subagents pass the required code-review compliance checks.

Does automated spec orchestration work with existing AGENTS.md project files?

Automated spec orchestration works directly with existing AGENTS.md files by applying context-aware loading. It reads these files alongside specs in the .ai/specs/ directory to tailor implementation steps, testing, and documentation generation to your specific project constraints.

How do I track progress across multiple spec implementation phases?

Tracking progress across spec implementation phases is handled automatically by the orchestration workflow. It updates the specification document with an implementation status after completing each phase, ensuring phase-by-phase visibility and compliance before proceeding.

Why use subagent orchestration for spec implementation instead of manual coding?

Subagent orchestration for spec implementation reduces manual coordination and the risk of missing steps. It automates the sequencing of unit tests, integration tests, documentation, and code-review gates, ensuring consistent quality control across all project phases.