speckit-opsmill-prep

Runs speckit specify, plan, critique, and tasks phases autonomously before implementation.

9|2|Updated Aug 27, 2025
One-click install
npx skills add https://github.com/opsmill/infrahub-solution-ai-dc --skill speckit-opsmill-prep-opsmill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-opsmill-prep
Source: https://github.com/opsmill/infrahub-solution-ai-dc/tree/main/.agents/skills/speckit-opsmill-prep
Command: npx skills add https://github.com/opsmill/infrahub-solution-ai-dc --skill speckit-opsmill-prep-opsmill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually running each speckit phase (specify, plan, critique, tasks) requires repeated user input and decision-making between steps, slowing down feature design. This Skill executes the entire preparation pipeline hands-off, producing a reviewed spec and task breakdown without stopping for clarification. ## Core Features & Use Cases - End-to-End Preparation Pipeline: Chains the speckit-specify, speckit-plan, speckit-critique-run, and speckit-tasks skills in order, committing artifacts after each phase via speckit-checkpoint-commit. - Autonomous Decision-Making: Answers clarification questions, resolves research decisions, and applies critique fixes using best judgment instead of pausing for user input. - Spec/Ask Alignment Check: Compares the generated spec.md against the original PRD (inline or fetched from URLs), remediates significant drift with up to two retry passes, and emits a machine-readable STATUS line for downstream automation. - Use Case: Paste a detailed feature PRD and receive a complete spec directory with spec.md, plan.md, research artifacts, and a dependency-ordered tasks.md ready for review, without any implementation being executed. ## Quick Start Run the speckit prep skill with my feature description to generate the full spec, plan, and tasks breakdown without starting implementation.

Frequently Asked Questions about speckit-opsmill-prep

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

FAQPage Schema
How do I run the speckit specify and plan phases automatically?▼

Invoke this skill with your feature description as input. It runs speckit-specify, speckit-plan, speckit-critique-run, and speckit-tasks in order, making all decisions autonomously and committing artifacts after each phase.

What is the difference between speckit-opsmill-prep and speckit-opsmill-auto?▼

speckit-opsmill-prep is the prefix of speckit-opsmill-auto: it covers Specify through Tasks plus an alignment check, then stops before implementation. Use it when you want tasks.md ready for review without autonomous task execution.

Does this skill require a spec-kit project structure?▼

Yes, it requires a spec-kit project with a .specify/ directory, as stated in its compatibility metadata. The invoked phase skills operate on that structure to create spec directories and artifacts.

What happens when the generated spec drifts from my original PRD?▼

The skill compares spec.md against your PRD (inline or fetched from URLs) and writes an alignment-check.md report. On significant drift it re-runs specify, plan, critique, and tasks up to two times; if still unresolved it reports BLOCKED for manual review.

Why does the skill output a STATUS line at the end?▼

The final STATUS line (READY or BLOCKED with the absolute spec directory path) is a machine-readable signal. The parent speckit-opsmill-auto workflow parses it to decide whether implementation can safely begin.