agentsclimarketplace

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

Install
npx -y skills add mahmoud20138/Tradecraft --skill openspec

Assembled 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

OpenSpecSpec Kit
StyleFluid, iterativeStructured, gated phases
Best forBrownfield + greenfieldGreenfield projects
Phase gatesNoYes (must complete each phase)
Commands3 core + 8 extended8 ordered commands
Installnpm globaluv/uvx
ModelsOpus 4.5+ recommendedAny

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

CommandPurpose
/opsx:propose "idea"Create new change folder with proposal + specs + design + tasks
/opsx:applyImplement tasks from current change
/opsx:archiveArchive completed change
/opsx:newStart fresh change
/opsx:continueResume in-progress change
/opsx:ffFast-forward (skip to implementation)
/opsx:verifyValidate implementation against spec
/opsx:syncSynchronize agent instructions
/opsx:bulk-archiveArchive multiple completed changes
/opsx:onboardTeam 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.

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.