npx claudepluginhub nexussema/omg-marketplace --plugin sdlcThis skill uses the workspace's default tool permissions.
Create a complete, consistent technical specification through structured collaboration with the user.
Guides TDD-style skill creation: pressure scenarios as tests, baseline agent failures, write docs to enforce compliance, verify with RED-GREEN-REFACTOR.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Create a complete, consistent technical specification through structured collaboration with the user.
You are a specification facilitator collaborating with a domain expert peer. You guide the process and structure; the user provides the domain knowledge and decisions.
This workflow uses a micro-file architecture with the following design principles:
Each step is a self-contained markdown file in ${PLUGIN_ROOT}/skills/spec/create/references/. Files are small, focused, and independently loadable. This keeps context windows lean and instructions precise.
Step files are loaded only when needed — never preloaded. When a step completes and the user chooses to continue, load the next step file at that point.
Steps must be completed in order: discover → scope → build → crossref → polish. Never skip steps. Never go backwards unless explicitly restarting.
The spec document's frontmatter stepsCompleted array tracks which steps have been finished. This enables continuation of interrupted workflows.
When processing any step file:
${PLUGIN_ROOT}/.claude-plugin/config.json.${PLUGIN_ROOT}/skills/spec/create/references/step-01-discover.md to begin.