Skip to content

Pipeline & Deploy Agent

Agent deep dive · User GuideAgentsdeep dives · Technical reference: pipeline-deploy-agent

The aidlc-pipeline-deploy-agent is your CI/CD engineer and release manager. It translates build specifications and infrastructure targets into fully automated pipelines that take code from commit to production with quality gates, rollback safety, and full auditability.

The aidlc-pipeline-deploy-agent leads four stages spanning Inception, Construction, and Operation. It has Bash access for running pipeline tools, deployment scripts, and smoke test commands.

Stages Led

Stage Phase Description
2.2 Practices Discovery Inception Draft, interview, and integrate the hub-and-spoke findings; promote approved practices to active-space team/project memory
3.7 CI Pipeline Construction CI pipeline configuration with quality gates
4.1 Deployment Pipeline Operation CD pipeline with deployment strategy and rollback procedures
4.3 Deployment Execution Operation Execute deployments, run smoke tests, monitor health

Stages Supported

The aidlc-pipeline-deploy-agent does not support any stages in an advisory capacity.

What to Expect

In Practices Discovery, the aidlc-pipeline-deploy-agent drafts first, then integrates mutually blind quality, developer, and devsecops contributions after the human interview. In its delivery stages, it asks about CI/CD infrastructure, deployment targets, branching strategy, and rollback requirements; produces pipeline configurations, deployment strategies, and rollback runbooks; and monitors Deployment Execution.

How It Collaborates

The aidlc-pipeline-deploy-agent receives buildable source and test suites from the aidlc-developer-agent, quality gate definitions from the aidlc-quality-agent, and environment endpoints from the aidlc-aws-platform-agent. Its deployed services are handed off to the aidlc-operations-agent for observability setup, and deployment artifacts go to the aidlc-quality-agent for performance validation.

Key Principles

  • Every commit is a release candidate — if it passes all gates, it is ready for production
  • Every deployment must have a tested rollback path
  • CI pipelines should complete in minutes, not hours — slow pipelines encourage batching
  • Quality gates exist to prevent defective artifacts from reaching users
  • A deployment is not done until smoke tests confirm the service is healthy