ospec

Initialize OSpec change-ready protocol shells and orchestrate gated execution workflows.

524|32|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/clawplays/ospec --skill ospec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ospec
Source: https://github.com/clawplays/ospec/tree/main
Command: npx skills add https://github.com/clawplays/ospec --skill ospec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

OSpec turns AI-assisted development into a repo-inspectable workflow by creating and maintaining a change-ready protocol shell, then guiding execution through explicit validation and archive steps.

Core Features & Use Cases

  • Change-ready initialization: Runs OSpec init so a repository is fully prepared for AI-driven work, including required protocol and project knowledge documents.
  • Execution workflow orchestration: Guides creation and advancement of active changes (proposal/tasks/state/verification) with gate-aware progress tracking.
  • Docs maintenance and index discipline: Supports refreshing and repairing the project knowledge layer and keeping SKILL/index state consistent for reliable retrieval.
  • Plugin gating support (Stitch/Checkpoint): Enforces blocking behavior for design-review gates and ensures plugin prerequisites are satisfied before claiming readiness.

Quick Start

Use the ospec skill to initialize this project to change-ready state and be ready for the next explicit change creation step.

Frequently Asked Questions about ospec

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

FAQPage Schema
What is document-driven development and how does it structure AI-assisted coding?

Document-driven development structures AI-assisted coding by using a change-ready protocol shell to guide execution through explicit validation and archive steps. It creates required local filesystem artifacts to make repository changes inspectable.

How do I initialize a repository for AI-driven change workflows?

You initialize a repository for AI-driven change workflows by running an OSpec init process that prepares required protocol and project knowledge documents, making the repository fully change-ready for explicit active-change creation.

How do plugin gates work in documentation-driven workflows?

Plugin gates enforce blocking behavior for design reviews in documentation-driven workflows. They ensure plugin prerequisites, such as Stitch design-review approval, are satisfied before progressing to the next execution phase.

How do I maintain project knowledge indexes for AI code retrieval?

You maintain project knowledge indexes for AI code retrieval by refreshing and repairing the project knowledge layer. This keeps SKILL and index state consistent to ensure reliable knowledge access during active-change workflows.

What are the stages of an active-change workflow in a protocol shell?

The stages of an active-change workflow in a protocol shell include proposal creation, task advancement, state tracking, and verification. These gated execution phases ensure change readiness before archival after deployment validation.