Loading...
Loading...
OpenSpec artifact-driven workflow. Covers OPSX commands, schemas, project config. Keywords: OPSX, artifact graph, /opsx:.
npx skill4agent add itechmeat/llm-code openspecopenspec config profilecoreopenspec update/openspec:proposal/opsx:new/opsx:ffopenspec update| Command | Purpose |
|---|---|
| Think through ideas, investigate problems (no structure) |
| Start a new change |
| Create next artifact based on dependencies |
| Fast-forward — create all planning artifacts at once |
| Implement tasks, updating artifacts as needed |
| Validate implementation matches spec |
| Sync delta specs to main specs |
| Archive single completed change |
| Archive multiple completed changes at once |
/openspec:proposalopenspec schemas # List available schemas
openspec schema which --all # Show resolution sources
openspec schema init my-workflow # Create new schema interactively
openspec schema fork spec-driven my-workflow # Fork existing schema
openspec schema validate my-workflow # Validate schema structureopenspec/config.yamlschema: spec-driven
context: |
Tech stack: TypeScript, React, Node.js
Testing: Vitest, Playwright
rules:
proposal:
- Include rollback plan
specs:
- Use Given/When/Then formatspec-driven