← All Workflows Integration

Spec-Driven Development

Combine OpenSpec specifications with SDLC execution — from proposals through delta specs to verified, reviewed implementations.

PLAN REVIEW SHIP informs executes configures findings to staged for merged then feeds into fixes flow into or ship directly release after approved, then invokes invokes invokes invokes conditionally invokes invokes /jira-sdlc Create & manage Jira issue… INTEGRATIONS /plan-sdlc Write implementation plans PLANNING /execute-plan-sdlc Execute plans with paralle… PLANNING /setup-sdlc Configure review dimension… REVIEW /review-sdlc Multi-dimension code revie… REVIEW /received-review-sdlc Process review feedback REVIEW /commit-sdlc Smart commit message gener… GITOPS /pr-sdlc Create structured pull req… GITOPS /version-sdlc Bump version and create re… GITOPS /ship-sdlc Full pipeline orchestrator WORKFLOWS
1

Propose & Spec with OpenSpec

Start with /opsx:propose to create a change proposal capturing intent, scope, and capabilities. Then run /opsx:continue to develop delta specs with ADDED/MODIFIED/REMOVED sections, a technical design document, and a high-level task checklist.

These artifacts live in openspec/changes/<name>/ and become the authoritative requirements for SDLC skills. OpenSpec owns the spec workflow — SDLC skills consume the output read-only.

2

Plan with /plan-sdlc

Run /plan-sdlc --spec to load the OpenSpec artifacts as requirements. The skill reads the proposal for scope, delta specs for detailed requirements, and the design document for architecture constraints. Every ADDED and MODIFIED entry maps to at least one implementation task.

For functional changes, plan-sdlc also detects OpenSpec automatically — even without --spec. If you describe a new feature, it proposes switching to the spec-first workflow before planning begins.

3

Execute & Verify with /execute-plan-sdlc

Wave-based parallel execution dispatches agents per task. When the plan's Source field points to an OpenSpec change, the spec compliance reviewer checks implementations against the delta spec requirements — not just task acceptance criteria.

After execution, run /review-sdlc with the spec-compliance-review dimension installed to get a multi-dimensional review that includes spec adherence.

4

Ship & Archive

Package changes with /commit-sdlc (which uses the OpenSpec change name as a scope hint) and /pr-sdlc (which auto-detects OpenSpec and pre-fills Business Context from the proposal). The PR description traces back to the spec.

Close the loop with /opsx:verify to validate implementation completeness and /opsx:archive to merge delta specs into the project's main specifications.