go-analyzer
01Agent
Analyze requirements, investigate Go codebases, determine implementation scale (small/medium/large), and identify ADR triggers. Use when starting a new Go feature or analyzing implementation scope.
A collection of Claude Code workflow plugins for software development.
Agent
Analyze requirements, investigate Go codebases, determine implementation scale (small/medium/large), and identify ADR triggers. Use when starting a new Go feature or analyzing implementation scope.
Agent
Create ADRs, design documents, and task plans for Go 1.24+ projects. Designs interfaces, plans packages, and decomposes work into implementable tasks with test specs. Use when designing Go features and preparing for implementation.
Agent
TDD implementation for Go 1.24+ projects. Generates test skeletons from task specs, follows RED-GREEN-REFACTOR cycle, and escalates design deviations. Use when implementing Go code from task specifications.
Agent
Execute 8 Go quality gates in order, auto-fix where possible, and report pass/fail status for commit readiness. Degrades gracefully when optional tools are missing. Use after implementation to verify code quality.
Agent
Batch review all Go code changes for idioms, error handling, context propagation, concurrency safety, test quality, performance, and security. Produces a structured verdict with severity levels. Use as the final review step.