You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full-stack: scaffold, API routes, frontend (Context7-verified)
12-App Tester
Unit tests (Vitest), integration tests, E2E stubs
13-App Conductor
Orchestrates app-dev workflow + CI/CD deployment
Agent definitions: .github/agents/*.agent.md
Adversarial Subagents
Each adversarial subagent runs 3 focused review passes per invocation.
Parent agents make a single call; the subagent returns aggregated findings across all passes.
Findings are written to agent-output/{project}/challenges/.
Subagent
Parent Agents
Passes
Purpose
infra-challenger-subagent
Requirements, Architect, Bicep Plan
security, waf, governance
Challenges infra plans for governance/WAF/feasibility
app-security-challenger-subagent
App Builder, App Tester, App Conductor
auth, api-routes, data-handling
Challenges app code for auth bypass, IDOR, injection
app-logic-challenger-subagent
App Tester, App Conductor
api-contract, business-rules, data-model
Challenges business rules, contract drift, edge cases