Openspec
Skill mahmoud20138/Tradecraft/plugins/tradecraft/skills/openspec
102 Claude Code skills across 7 categories -- trading strategies, Azure, VSCode extensions, AI prompts, and custom automation skills
npx -y skills add mahmoud20138/Tradecraft --skill openspecAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
OpenSpec — lightweight fluid spec framework for AI-assisted development. USE FOR: "openspec", "opsx", "/opsx:propose", "propose feature", "spec before coding", "iterative spec", "brownfield spec", "AI spec framework", "change proposal", "design before implement", "fluid specs", "spec folder", "openspec init". Lighter alternative to spec-kit: no rigid phases, works on existing projects.
SKILL.md
3.0 KB, 592 tokens by cl100k_base, as published. Nobody here has run it
OpenSpec — Fluid Spec-Driven Development
"Fluid not rigid. Iterative not waterfall. Built for brownfield." Lighter alternative to Spec Kit — no phase gates, works on existing projects.
vs Spec Kit
| OpenSpec | Spec Kit | |
|---|---|---|
| Style | Fluid, iterative | Structured, gated phases |
| Best for | Brownfield + greenfield | Greenfield projects |
| Phase gates | No | Yes (must complete each phase) |
| Commands | 3 core + 8 extended | 8 ordered commands |
| Install | npm global | uv/uvx |
| Models | Opus 4.5+ recommended | Any |
Installation
npm install -g @fission-ai/openspec@latest
cd your-project
openspec init
# Opt out of telemetry
export OPENSPEC_TELEMETRY=0
Core 3-Command Workflow
1. /opsx:propose "feature name" → generates change folder
2. /opsx:apply → AI implements tasks
3. /opsx:archive → moves to archive
Change Folder Structure
.openspec/changes/<feature-name>/
├── proposal.md ← rationale and scope
├── specs/ ← requirements and scenarios
├── design.md ← technical approach
└── tasks.md ← implementation checklist
All Commands
| Command | Purpose |
|---|---|
/opsx:propose "idea" | Create new change folder with proposal + specs + design + tasks |
/opsx:apply | Implement tasks from current change |
/opsx:archive | Archive completed change |
/opsx:new | Start fresh change |
/opsx:continue | Resume in-progress change |
/opsx:ff | Fast-forward (skip to implementation) |
/opsx:verify | Validate implementation against spec |
/opsx:sync | Synchronize agent instructions |
/opsx:bulk-archive | Archive multiple completed changes |
/opsx:onboard | Team onboarding setup |
CLI Commands
openspec init # initialize in project
openspec config profile # select workflow type
openspec update # refresh agent instructions + slash commands
Key Principles
- No phase gates — update any artifact at any time
- Brownfield first — works on existing codebases
- Context management — clear context before implementation phases
- Best with Opus 4.5+ — high-reasoning models get best results
- 20+ AI tools — Claude Code, Cursor, Copilot, Windsurf, etc.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.