๐
BRD Quality Agent
Scores BRD on 10 criteria (0โ100). Blocks pipeline if < 60. Generates improvement suggestions.
๐
Analyst Agent
Decomposes BRD into Jira-ready user stories with story points, epics, and acceptance criteria.
๐
FRD Agent
Transforms user stories into a full Functional Requirements Document with traceability matrix.
โ๏ธ
Judge Agent
Validates FRD completeness, ambiguity, and testability. Returns structured pass/fail with explanations.
๐๏ธ
TDD Agent
Generates test cases before code โ unit, integration, E2E, edge cases from the FRD.
๐
Critic Agent
Adversarially reviews TDD output for coverage gaps, missing edge cases, and anti-patterns.
๐งญ
Swagger Spec Agent
Generates full OpenAPI 3.0 specification from FRD with request/response schemas.
๐ผ๏ธ
UI Workflow Agent
Optional agent that generates UI wireframes and user flow diagrams from Swagger spec.
๐งฑ
Phase Planner Agent
Breaks the project into delivery phases with effort estimates, dependencies, and risks.
โ๏ธ
Phase Coder Agent
Generates production-quality code per phase, following the Swagger spec and TDD cases.
๐ฌ
Quality Agent
Runs generated code through static analysis, OWASP checks, and test execution in sandbox.
๐ณ
DevOps Agent
Generates Dockerfiles, Kubernetes Helm charts, CI/CD pipelines, and deployment manifests.
๐
Infra Advisor Agent
Recommends cloud infra configuration with cost estimates for AKS, EKS, and GKE.
๐
Deploy Agent
Executes final production deployment with health checks, rollback triggers, and smoke tests.
๐
Bug-Fix Agent
Diagnoses test failures post-deploy, proposes fixes, and re-runs the QA pipeline automatically.