What problem does it solve?
Prevents Go work from skipping the hard parts by routing tasks to the correct methodology for testing, concurrency, error handling, review, SAP CC conventions, and quality gates.
Core Features & Use Cases
- Evidence-based routing: Classifies Go tasks using triggers (e.g., testing, goroutines/channels,
errors.Is/As, code review signals, SAP CC conventions, make check) and loads the matching reference methodology.
- Reference-driven execution: Loads only the relevant domain reference files (and optional sub-references) rather than applying a generic prompt.
- Deterministic guardrails via scripts: Provides reusable Go-oriented scripts for benchmark comparisons, error-handling anti-pattern scanning, interface compliance checks, SAP CC HTTP/JSON conventions checks, and TODO-format enforcement.
Quick Start
Ask the agent to “review this Go PR for concurrency and error-handling failure modes, and run the required quality gate steps.”