osx-workflow

Solid

Reference for the 7-phase OpenSpec-extended autonomous workflow. INVOKE when dispatched by the orchestrator, executing any osx-phaseN command, calling the osx state I/O tool, or troubleshooting the 7-phase loop. Covers the 4 tool layers, the phases, state files, the osx state I/O tool, and blocker/resume semantics.

AI & Automation 6 stars 1 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# OpenSpec-extended Autonomous Workflow Operational reference for the 7-phase loop driven by `openspec-extended orchestrate`. Covers the 4 tool layers, the phases, state files, the `osx` state I/O tool, and blocker/resume semantics. --- ## TL;DR ``` PHASE0 ARTIFACT_REVIEW → osx-analyzer → osx-review-artifacts, osx-modify-artifacts PHASE1 IMPLEMENTATION → osx-builder → osc-apply-change, osx-review-test-compliance PHASE2 REVIEW → osx-analyzer → osc-verify-change PHASE3 MAINTAIN_DOCS → osx-maintainer→ osx-maintain-ai-docs PHASE4 SYNC → osx-maintainer→ osc-sync-specs PHASE5 SELF_REFLECTION → osx-analyzer → (autonomous reasoning) PHASE6 ARCHIVE → osx-maintainer→ osc-archive-change / osc-bulk-archive-change ``` **Tool**: every state mutation goes through the `osx` subcommand: `openspec-extended osx <domain> <action>` (one surface; the CLI wrapper lives in `source/osx_cli.py`, the library in `source/lib/osx.py`). For the 4 tool layers (`openspec` / `openspec-extended` / `osx` CLI / `osx` lib), see §1 below. --- ## §1 Tool layers and CLIs ### §1.1 The 4 layer table | # | Tool | Invocation | Used for | |---|------|------------|----------| | 1 | `openspec` (npm) | `openspec <sub>` | Query state, get instructions, validate, list, show | | 2 | `openspec-extended` | `openspec-extended <sub>` | Install/update/orchestrate lifecycle | | 3 | `osx` (CLI subcommand) | `openspec-extended osx …` | State I/O from agents (what phase commands use) | | 4 ...

Details

Author
amauryconstant
Repository
amauryconstant/openspec-extended
Created
5 months ago
Last Updated
4 days ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category