skills/opsx/SKILL.md
OpenSpec workflow management system for creating, planning, implementing, and archiving specification-driven development changes with comprehensive lifecycle management
npx skillsauth add re-cinq/wave opsxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
OpenSpec Workflow (OpsX) provides a comprehensive lifecycle management system for specification-driven development changes, from initial proposal through implementation and archival.
OpsX implements a structured lifecycle:
| Command | Purpose | Usage |
|---------|---------|--------|
| opsx.onboard | Get started with OpenSpec workflow | /opsx.onboard |
| opsx.new | Create a new OpenSpec change proposal | /opsx.new "change description" |
| opsx.ff | Fast-forward to generate all planning docs | /opsx.ff |
| opsx.apply | Execute OpenSpec implementation tasks | /opsx.apply |
| opsx.archive | Archive a completed OpenSpec change | /opsx.archive |
# Full lifecycle
/opsx.onboard # first time only
/opsx.new "Add user authentication system"
/opsx.ff # generate planning docs
/opsx.apply
/opsx.archive
# Quick implementation (urgent/small fixes)
/opsx.new "Fix critical security vulnerability"
/opsx.apply
/opsx.archive
.openspec/
├── changes/
│ └── [change-id]/
│ ├── proposal.md # Initial change proposal
│ ├── specification.md # Detailed requirements
│ ├── plan.md # Implementation plan
│ ├── tasks.md # Task breakdown
│ ├── implementation/ # Implementation artifacts
│ └── archive.md # Completion summary
└── archive/
└── [year]/[change-id]/ # Archived change artifacts
| Phase | Command | Key Artifacts |
|-------|---------|--------------|
| Proposal | opsx.new | proposal.md |
| Planning | opsx.ff | specification.md, plan.md, tasks.md |
| Implementation | opsx.apply | Code, tests, docs in implementation/ |
| Archive | opsx.archive | archive.md with completion summary |
For exhaustive patterns, examples, and advanced usage see:
references/full-reference.md
testing
Test generation, coverage analysis, and test strategy
development
Terraform infrastructure as code — providers, modules, state management
tools
Tailwind CSS — utility-first styling, responsive design, component patterns
testing
Security scanning, vulnerability assessment, and hardening