The SDLC Complete framework provides a comprehensive Plan → Act lifecycle for software delivery using AI agents. This specialized framework includes agents, commands, templates, and flows for managing the entire software development lifecycle.
Supported Platforms: Claude Code, Warp Terminal, Factory AI, GitHub Copilot, Cursor, OpenCode, OpenAI/Codex, Windsurf
agents/— 90 specialized SDLC role agents (architecture-designer, requirements-analyst, security-gatekeeper, etc.)skills/— SDLC workflows as SKILL.md sources (intake-start, orchestrate-project, security-gate, etc.) — primary authoring formatcommands/— Generated command files (synthesized from skills during deployment; do not edit directly)templates/— Markdown templates for all SDLC artifactsflows/— Phase-based workflows (Inception → Elaboration → Construction → Transition)add-ons/— Compliance and legal extensions (GDPR, etc.)metrics/— Project health and tracking metricsartifacts/— Sample projects demonstrating complete lifecycleconfig/— Framework configuration (models.json, etc.)
src/— Framework-specific TypeScript implementationanalysis/— Codebase analysis (UC-003: intake-from-codebase)traceability/— Requirements traceability (UC-006)security/— Security validation (UC-011)orchestration/— Multi-agent SDLC orchestrationgit/— Git workflow orchestrationcicd/— CI/CD pipeline generationmetrics/— DORA metrics and project trackingmonitoring/— Performance monitoringrecovery/— Error recovery and resiliencetesting/— NFR test infrastructure, mocks, fixtures
plan-act-sdlc.md— Lifecycle phases and milestonesprompt-templates.md— Copy-ready prompts by phaseactors-and-templates.md— Role and artifact template mappings
This framework is part of the AIWG repository but serves as a standalone SDLC toolkit. The parent repository contains:
/agents/— General-purpose writing agents (content-diversifier, writing-validator, prompt-optimizer)/commands/— General-purpose command documentation/core/,/validation/,/examples/— Writing Guide content
The SDLC framework agents apply writing guide principles to software artifacts but focus on development lifecycle management rather than general content creation.
Use the AIWG CLI to deploy this framework:
# Install CLI
npm install -g aiwg
# Deploy to project (choose your platform)
aiwg use sdlc # Claude Code (default)
aiwg use sdlc --provider warp # Warp Terminal
aiwg use sdlc --provider factory # Factory AI
aiwg use sdlc --provider copilot # GitHub Copilot
aiwg use sdlc --provider cursor # Cursor
aiwg use sdlc --provider codex # OpenAI/Codex
aiwg use sdlc --provider opencode # OpenCode
aiwg use sdlc --provider windsurf # Windsurf
# Scaffold new project with SDLC templates
aiwg new my-projectSee the parent repository's CLAUDE.md and docs/quickstart.md for comprehensive usage instructions.