sdlc-builder
01Agent
AgentFlow builder worker. Executes Build stage: reads task from Kanban, writes production code, creates PR, runs lint gate. Posts structured tags to Asana and progress to orchestrator via SendMessage.
Your Kanban board builds your code. AI development pipeline orchestrated through your project management tool.
Agent
AgentFlow builder worker. Executes Build stage: reads task from Kanban, writes production code, creates PR, runs lint gate. Posts structured tags to Asana and progress to orchestrator via SendMessage.
Agent
AgentFlow orchestrator. Performs stateless sweep: reads Kanban state, creates sprint team, dispatches tasks to workers, handles stage transitions, tracks costs, detects dead workers.
Agent
AgentFlow adversarial reviewer. Performs staff-engineer-level code review. Must find 3 issues before deciding to pass. Cannot modify code — enforced by disallowedTools.
Agent
AgentFlow tester. Runs full test suite, checks coverage (>=80% on new files), merges PR, runs integration check on main. Auto-reverts on failure.