Skip to content
Home / Workflows

Workflows & Pipeline

7 workflow agents + a 13-phase automated pipeline from PRD to deployed application.

Workflow Agents

13-Phase Automated Pipeline

Pipeline Docs โ†’

How to trigger the pipeline

  1. Open VS Code Copilot Chat
  2. Select Orchestrator Agent or Full Lifecycle from the agent dropdown
  3. Paste your PRD / requirement document
  4. All 13 phases execute automatically โ€” no manual intervention required
1
๐Ÿ“‹ Requirement Analysis Requirement Analyst

Parse PRD, extract user stories, classify scope, surface NFRs.

Output: Structured user stories + acceptance criteria

2
๐Ÿ“… Planning Planning Agent

Create implementation plan, effort estimates, risk assessment, milestone breakdown.

Output: Phased implementation roadmap

3
๐Ÿ—๏ธ Architecture Architect Agent

Select tech stack, design service boundaries, ADRs, scalability patterns.

Output: Architecture diagrams + ADRs

4
๐Ÿ”Œ API Design API Designer Agent

Contract-first OpenAPI 3.x + AsyncAPI specs, versioning, error contracts.

Output: Validated OpenAPI + AsyncAPI specs

5
๐Ÿ—„๏ธ Database Database Engineer Agent

Schema design, DDL, Flyway migrations, indexes, ERDs.

Output: Production-ready database schema

6
โš™๏ธ Backend Backend Java Agent

Spring Boot service implementation, repositories, domain logic, error handling.

Output: Compilable backend codebase

7
๐ŸŽจ Frontend Frontend React Agent

React/TypeScript UI, component architecture, state management. (Conditional)

Output: React application with full test coverage

8
๐Ÿค– AI/ML AI/ML Engineer Agent

LLM integration, RAG pipeline, embeddings, Spring AI. (Conditional)

Output: AI feature implementation

9
๐Ÿงช Testing Testing & QA Agent

Unit + integration + contract + E2E test suite, coverage gates.

Output: Full test suite with 80%+ coverage

10
๐Ÿ”’ Security Security & Compliance Agent

OWASP Top 10, threat modeling, JWT/OAuth2, data protection.

Output: Security review report + remediation

11
๐Ÿš€ DevOps DevOps Engineer Agent

Dockerfiles, GitHub Actions CI/CD, Terraform/CDK IaC, deployment strategy.

Output: Deployment pipeline + IaC

12
๐Ÿ“– Documentation Documentation Writer Agent

README, architecture docs, API guides, runbooks, onboarding.

Output: Complete project documentation

13
โœ… Validation Orchestrator Agent

Cross-check all artifacts, validate completeness, ensure quality gates pass.

Output: Signed-off production-ready system