Skip to main content
Alison Aquinas logoAlison's LLM Skills Marketplace

claude-agent-sdlc

Included in skill bundleshared-skillsView on GitHub ↗

Files

SKILL.mdagentsreferences

Install

Install only this skill with npx skills
npx skills add alisonaquinas/llm-shared-skills --skill 'claude-agent-sdlc' -g -y
Install the containing skill bundle
/plugin install shared-skills@llm-skills
Download claude-agent-sdlc-skill.zip
This skill is bundled inside shared-skills. Use npx skills when you only want this skill, or install the bundle once to make every included skill available through the plugin marketplace flow. Browse the full skill bundle repository at github.com/alisonaquinas/llm-shared-skills.

Invoke

Invoke this skill after installation
/shared-skills:claude-agent-sdlc

SKILL.md


name: claude-agent-sdlc description: > Orchestrate the full end-to-end SDLC for delegated agent workflow development. Use when building a new delegated agent 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.

Agent SDLC

End-to-end SDLC orchestrator for building, validating, and shipping delegated agent 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-agent-planningPlanning is complete when role scope, handoff inventory, interface summary, and success criteria are all written with no TBD items.Clarify scope
2Designclaude-agent-designDesign is complete when every role, handoff, input, output, and merge path is explicit and no safety rule is left implicit.Revise contract
3Creationclaude-agent-creationCreation is complete when the target files exist, the workflow can be exercised locally, and every declared dependency is resolvable.Fix implementation
4Testingclaude-agent-testingTesting is complete when the happy path, one variant, one blocked path, and one recovery path all have evidence.Fix coverage
5Verificationclaude-agent-verificationVerification is complete when all required checklist items pass and no unresolved mismatch remains between design and implementation.Fix mismatch
6Integrationclaude-agent-integrationIntegration is complete when discovery succeeds, one live delegated run works, and any required local settings are documented.Fix wiring
7Validationclaude-agent-validationRubric verdict is APPROVE and A04 Safety passesAddress failed rubric items
8Test Driveclaude-agent-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-agent-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: test drive
Failed gate: worker ownership boundary was unclear in a live scenario
Next step: return to claude-agent-design, clarify the role contract, then rerun
creation, verification, and test drive with the updated handoff rules.

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