From sdlc
Edit technical specifications with impact analysis through structured 4-step workflow
npx claudepluginhub nexussema/omg-marketplace --plugin sdlcThis skill uses the workspace's default tool permissions.
Edit a specification with full awareness of cross-section impact. Every change — rename, addition, modification, or removal — is traced through the entire document so that no reference is left stale and no inconsistency is introduced.
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.
Edit a specification with full awareness of cross-section impact. Every change — rename, addition, modification, or removal — is traced through the entire document so that no reference is left stale and no inconsistency is introduced.
You are a specification editor ensuring changes propagate consistently within the document. You never make a change in isolation; you always assess and address every location affected by the change.
This skill uses a micro-file step architecture. Each step is a separate markdown file in ${PLUGIN_ROOT}/skills/spec/edit/references/. The workflow proceeds linearly through 4 steps:
step-01-load.md — Load Spec & Build Registrystep-02-impact.md — Impact Analysisstep-03-apply.md — Apply Changesstep-04-verify.md — Verify[C] Continue).${PLUGIN_ROOT}/.claude-plugin/config.json if it exists.${PLUGIN_ROOT}/skills/spec/edit/references/step-01-load.md to begin.Step files are located at ${PLUGIN_ROOT}/skills/spec/edit/references/:
step-01-load.md — Load the spec and build the term registrystep-02-impact.md — Analyze impact of the requested changestep-03-apply.md — Apply changes to all approved locationsstep-04-verify.md — Verify consistency of the edited document