agent-eng
Scaffold a structured agentic engineering workflow for AI-assisted development
Agent Pipeline
Five-role pipeline for AI-assisted software engineering
Architect
Asks clarifying questions and explores alternatives before any code is written. Produces Architecture Decision Records (ADRs) and detailed specs.
System Architect
Identifies components, connections, protocols, and tiers. Produces a structured architecture.yaml that documents how the system fits together.
Planner
Takes ADRs and specs as input. Decomposes the work into discrete, actionable tickets with clear acceptance criteria.
Executor
Implements tickets following established conventions. Always proposes a plan before touching the codebase.
Reviewer
Validates code and tests against the original acceptance criteria. Flags issues back to the Executor and provides final approval.