specops-run-spec

Execute SpecOps implementation specs via sequential subagents with conventional commits.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/ryan-mahoney/ryan-llm-skills --skill specops-run-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specops-run-spec
Source: https://github.com/ryan-mahoney/ryan-llm-skills/tree/main/skills/specops-run-spec
Command: npx skills add https://github.com/ryan-mahoney/ryan-llm-skills --skill specops-run-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated execution of SpecOps implementation specs by delegating each step to sequential subagents, ensuring traceable commits and optional roborev checks.

Core Features & Use Cases

  • Sequential step delegation: each spec step is executed, committed, and validated in order.
  • Roborev integration: optional automated checks and fixes at commit time to enforce spec conformance.
  • Safe, low-risk changes: surgical implementations with guarded rollbacks and targeted tests.

Quick Start

Provide the path to a SpecOps implementation spec to begin executing steps.

Frequently Asked Questions about specops-run-spec

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

FAQPage Schema
How do I automate sequential implementation steps from a spec?

You can automate sequential implementation steps by orchestrating end-to-end execution with sequential subagents, delegating each spec step in order while recording conventional commits for traceability.

What is the best way to enforce spec conformance during automated commits?

To enforce spec conformance during automated commits, use optional roborev checks applied at commit time, ensuring surgical changes and strict failure handling to maintain traceability.

How does sequential subagent orchestration work for spec execution?

Sequential subagent orchestration executes each spec step individually, commits the changes, validates the results, and enforces clean working tree checks before proceeding to the next step.

Can I execute specs that define implementation steps, tests, and acceptance criteria?

Yes, you can execute specs that define implementation steps, tests, and acceptance criteria by delegating each step to sequential subagents that apply surgical changes and guarded rollbacks.

What happens if a step fails during automated spec orchestration?

When a step fails during automated spec orchestration, strict failure handling enforces guarded rollbacks and clean working tree checks to preserve traceability and conformance to the spec.

Do I need conventional commits to automate spec execution with subagents?

Conventional commits are recorded automatically as sequential subagents execute each spec step, preserving traceability and ensuring conformance to the implementation spec.