What problem does it solve?
Orchestrating complex software engineering work in an unfamiliar or large repository—where the agent must orient itself, choose an execution strategy, implement changes safely, and verify outcomes without guesswork.
Core Features & Use Cases
- Repo orientation & instruction-file routing: rapidly discovers repo shape and loads domain depth from specialized frontend/backend skills.
- Execution-mode selection: chooses between direct execution, subagents, team-of-agents, and supervised loops for larger tasks.
- Design-first discipline: enforces brainstorming/design gates for non-trivial work and routes through structured intake.
- Planning, verification, and review discipline: uses evidence-based gates for implementation, review, and finishing claims.
- Debugging with causal-chain rigor: routes to investigation workflows to avoid symptom-only fixes.
- Cross-domain coordination: coordinates frontend/backend changes and multi-agent handoffs with clear roles.
Quick Start
Ask the AI agent: Fix the flaky integration test by finding the root cause and landing a verified patch with a causal chain explanation and updated verification evidence.