car12o/claude-workflows

A collection of Claude Code workflow plugins for software development.

2Stars on the repository
19Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

go-analyzer

01

car12o/claude-workflows

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.

2 6mo ago A 39 tokens original MIT

go-designer

02

car12o/claude-workflows

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.

2 6mo ago A 51 tokens original MIT

go-implementer

03

car12o/claude-workflows

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.

2 6mo ago A 50 tokens original MIT

go-quality-gate

04

car12o/claude-workflows

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.

2 6mo ago A 47 tokens original MIT

go-reviewer

05

car12o/claude-workflows

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.

2 6mo ago A 47 tokens original MIT