# AIWG SDLC Complete

Complete Software Development Lifecycle framework with 58 specialized agents.

## Features

- **58 Specialized Agents**: Architecture, security, testing, deployment, and more
- **Phase-Based Workflows**: Inception → Elaboration → Construction → Transition
- **Security Reviews**: Automated threat modeling and security gates
- **Testing Orchestration**: Multi-level test strategy execution
- **Deployment Automation**: Release planning and deployment workflows

## Quick Start

```bash
# Check project status
/project-status

# Start SDLC workflow
"transition to elaboration"

# Run security review
"run security review"
```

## Agents

Key agents include:
- `architecture-designer` - System architecture and ADRs
- `security-architect` - Threat modeling and security gates
- `test-engineer` - Test strategy and automation
- `devops-engineer` - CI/CD and deployment

## Documentation

- Full guide: https://docs.aiwg.io/sdlc
- Discord: https://discord.gg/BuAusFMxdA
