What problem does it solve?
It solves the problem of teams losing time and consistency when infrastructure dependencies (databases, containers, queues, and environment configuration) must be provisioned repeatedly for implementation work.
Core Features & Use Cases
- On-demand infrastructure provisioning: Creates or updates Docker Compose services, initializes local services (e.g., SQLite), and applies cloud IaC resources as specified by the DevOps plan.
- Connection-ready environment setup: Generates or updates
.env configuration using the required env var names and integration realization guidance, enabling the implementer to proceed without manual wiring.
- Health-checked execution with teardown guidance: Verifies each resource reaches a healthy state, records results, produces an infrastructure manifest, and provides teardown commands for cleanup.
Quick Start
Ask the AI to execute the DevOps dispatch for your story, using plan/cross-cutting/devops.md and the story’s hld.md integration realization to provision dependencies, configure .env, and return an infrastructure manifest with connection details, health evidence, and teardown commands.