What problem does it solve?
This Skill automates the orchestration of a multi-agent software engineering workflow using Pantheon MCP. It coordinates a builder (Codex or Claude Code) and a critic (review_code) to perform an auditable Implement → Review → Fix loop, generating branch lineages and work artifacts to reduce manual coordination, errors, and time to value.
Core Features & Use Cases
- TDD-style loop orchestration: Each turn forks a new Pantheon branch; the chain remains linear and auditable.
- Role-based automation: Builder and critic agents alternate to implement and verify code changes.
- Artifact-driven traceability: Generates worklog.md and code_review.log capturing design decisions, tests, and reviewer findings for audits.
Quick Start
Run the dev_agent skill at the repository root to initiate a sample Implement → Review cycle, observe created branches, and inspect worklog.md and code_review.log in your workspace.