spec-stack

Compose spec-kit, ooo, and cli-anything into a repeatable spec-driven delivery workflow.

40|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/akillness/jeo-skills --skill spec-stack
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: spec-stack
Source: https://github.com/akillness/jeo-skills/tree/main/.agent-skills/spec-stack
Command: npx skills add https://github.com/akillness/jeo-skills --skill spec-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill requires spec-kit, cli-anything-hub, ouroboros-ai[all], and includes scripts (resource) and references (resource) components.

What problem does it solve?

Spec-stack unites spec-kit, ouroboros, and cli-anything into a single repeatable workflow that streamlines spec-driven delivery across documentation, verification, and harness execution.

Core Features & Use Cases

  • Unified orchestration of spec-kit (documentation), ooo (immutable seed loop), and cli-anything (harnesses) to deliver verifiable software artifacts.
  • Supports three patterns β€” full-stack, loop-only, and docs-only β€” to match project needs and maturity.
  • Machine-checkable acceptance criteria and seed-based verification with clear handoffs between layers.

Quick Start

Install the stack using the installer script and bootstrap a full-stack workflow by writing a spec, freezing the seed, and arming the CLI harnesses.

Frequently Asked Questions about spec-stack

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

FAQPage Schema
How do I automate spec-driven delivery from documentation to execution?β–Ό

Spec-driven delivery automation unites spec-kit, ouroboros, and cli-anything into a single workflow. It enforces a one-way flow where spec-kit writes documentation, ooo freezes the seed, and cli-anything executes harnesses to yield verifiable software artifacts.

What is the write freeze run loop for software specifications?β–Ό

The write freeze run loop is a repeatable spec-driven workflow. spec-kit writes the initial specification, ooo freezes the seed for immutable verification, and cli-anything executes the harnesses, ensuring machine-checkable acceptance criteria across real software.

Do I need a registry-backed tool chain to run spec-stack workflows?β–Ό

Yes, spec-stack explicitly requires a registry-backed tool chain to operate. This infrastructure provides the registry-backed tools, explicit handoffs, and documented patterns necessary to enforce the one-way flow across the documentation, freezing, and execution layers.

Can I use spec-driven delivery for documentation only without execution harnesses?β–Ό

Yes, spec-stack supports three patterns to match project maturity: full-stack, loop-only, and docs-only. The docs-only pattern allows teams to leverage spec-kit for documentation without arming the cli-anything execution harnesses or running the ooo seed loop.

What is the best way to verify software artifacts using seed-based verification?β–Ό

Seed-based verification is best handled by freezing specifications with ooo before execution. This creates an immutable seed loop that enforces machine-checkable acceptance criteria and generates artifact-level evidence when cli-anything runs the execution harnesses.

When should I not use a one-way flow for spec-driven software delivery?β–Ό

You should avoid a one-way spec-driven flow if your project requires iterative, bidirectional updates between execution and documentation. spec-stack enforces a strict one-way flow where spec-kit writes, ooo freezes, and cli-anything executes without reverse handoffs.