Alison Aquinas logoAlison's LLM Plugins

claude-command-sdlc

Included in pluginshared-skillsView on GitHub ↗

Files

SKILL.mdagentsreferences

Install

Install the containing plugin
/plugin install shared-skills@llm-skills
Invoke this skill after installation
/shared-skills:claude-command-sdlc
Download claude-command-sdlc-skill.zip
This skill is bundled inside shared-skills. Install the plugin once, then Claude Code can use any of its included skills. Browse the full plugin repository at github.com/alisonaquinas/llm-shared-skills.

SKILL.md


name: claude-command-sdlc description: > Orchestrate the full end-to-end SDLC for reusable command workflow development. Use when building a new reusable command workflow from scratch, following a complete development pipeline, managing iteration across planning, design, creation, testing, verification, integration, validation, and live scenario testing, or recovering from a failed gate without restarting the whole effort.

Command SDLC

End-to-end SDLC orchestrator for building, validating, and shipping command workflows.

Intent Router

Load reference files on demand only when the corresponding phase is active:

  • references/phase-planning.md — Phase 1: planning guidance, deliverables, and gate criteria
  • references/phase-design.md — Phase 2: design guidance, deliverables, and gate criteria
  • references/phase-creation.md — Phase 3: creation guidance, deliverables, and gate criteria
  • references/phase-testing.md — Phase 4: testing guidance, deliverables, and gate criteria
  • references/phase-verification.md — Phase 5: verification guidance, deliverables, and gate criteria
  • references/phase-integration.md — Phase 6: integration guidance, deliverables, and gate criteria
  • references/phase-validation.md — Phase 7: validation guidance, deliverables, and gate criteria
  • references/phase-test-drive.md — Phase 8: test drive guidance, deliverables, and gate criteria
  • references/iteration-patterns.md — Phase 9: iterative development guidance, deliverables, and gate criteria

Quick Start

#PhasePrimary SkillGate CriterionOn Failure
1Planningclaude-command-planningPlanning is complete when scope, trigger inventory, interface summary, and success criteria are all written with no TBD items.Clarify scope
2Designclaude-command-designDesign is complete when every public interface is named, every input and output is defined, and no safety rule is left implicit.Revise contract
3Creationclaude-command-creationCreation is complete when the target files exist, the workflow can be exercised locally, and every declared dependency is resolvable.Fix implementation
4Testingclaude-command-testingTesting is complete when the happy path, one variant, one failure path, and one recovery path all have evidence.Fix coverage
5Verificationclaude-command-verificationVerification is complete when all required checklist items pass and no unresolved mismatch remains between design and implementation.Fix mismatch
6Integrationclaude-command-integrationIntegration is complete when discovery succeeds, one live invocation works, and any required local settings are documented.Fix wiring
7Validationclaude-command-validationRubric verdict is APPROVE and C04 Safety passesAddress failed rubric items
8Test Driveclaude-command-test-driveTest drive is complete when at least five scenarios were attempted, at least three passed, and a friction report was written.Address friction
9Iterative Developmentclaude-command-iterative-developmentIteration is complete when the right upstream phase is re-run, the failing gate passes again, and the evidence trail is updated.Continue fixing

Iteration Patterns

Failure ModeRe-Entry PhasePhases to Skip
Scope or audience mistakePhase 1None
Interface or safety contract mistakePhase 21
Implementation defectPhase 31, 2
Coverage gapPhase 41-3
Contract mismatch discovered latePhase 51-4
Wiring or discovery failurePhase 61-5
Rubric failure onlyPhase 71-6
Test-drive frictionPhase 81-7
Re-entry decision unclearPhase 91-8

Ship Checklist

[ ] Every phase gate passed or was explicitly re-run after changes
[ ] README entry added for each new skill in the family
[ ] Focused lint and validation runs are green
[ ] Baseline repo gates pass
[ ] Changelog entry is written

Example Handoff

Current phase: verification
Failed gate: interface mismatch between design and implementation
Next step: return to claude-command-design, update the contract, then rerun
claude-command-creation and claude-command-verification before integration.

Resource Index

Reference FilePhaseLoad When
references/phase-planning.mdPhase 1Planning guidance and gate criteria
references/phase-design.mdPhase 2Design guidance and gate criteria
references/phase-creation.mdPhase 3Creation guidance and gate criteria
references/phase-testing.mdPhase 4Testing guidance and gate criteria
references/phase-verification.mdPhase 5Verification guidance and gate criteria
references/phase-integration.mdPhase 6Integration guidance and gate criteria
references/phase-validation.mdPhase 7Validation guidance and gate criteria
references/phase-test-drive.mdPhase 8Test Drive guidance and gate criteria
references/iteration-patterns.mdPhase 9Iterative Development guidance and gate criteria
← Back to marketplace