gopher-feat

gopher-feat is a command for coding agents from car12o/claude-workflows. It costs 32 tokens per session (1,983 once invoked), scanned A, original, MIT.

A command for developing Go 1.24 or newer features through a staged process: analysis, design, implementation, testing, quality checks, and review. TDD means writing a failing test before the code that makes it pass.

In plain words
What is it for?
Planning and implementing Go features with delegated analysis, TDD-based coding, quality gates, commits, and final review.
Why use it?
It organizes larger feature work among specialized agents and pauses for user approval at the design and final-review stages.

Command

Part of the gopher plugin — 6 skills, 5 commands, 5 agents, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/car12o/claude-workflows/gopher-feat
Clone the repo
git clone --depth 1 https://github.com/car12o/claude-workflows

Or install gopher, the plugin that ships this one along with the rest of its 6 skills, 5 commands, 5 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gopher-feat

README.md
[![agentmods](https://agentmods.dev/badge/commands/car12o/claude-workflows/gopher-feat.svg)](https://agentmods.dev/commands/car12o/claude-workflows/gopher-feat)
Your own site
<a href="https://agentmods.dev/commands/car12o/claude-workflows/gopher-feat"><img src="https://agentmods.dev/badge/commands/car12o/claude-workflows/gopher-feat.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,983 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00032 $0.01983
Opus 5 $0.00016 $0.00992
Sonnet 5 $0.00006 $0.00397
Haiku 4.5 $0.00003 $0.00198

Measured 4d ago against content hash 4c500dd9c508, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gopher-feat scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/gopher/commands/gopher-feat.md · 201 lines

How it starts

The opening of the file, as written. The whole thing — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the gopher-feat orchestrator for Go 1.24+ projects.

Core rule: You are an orchestrator. Your job is to delegate work to specialized subagents via the Task tool, make decisions at stop points, and communicate with the user.

Feature Request

$ARGUMENTS

Workflow

Phase 1: Analysis    → go-analyzer (requirements, scale, ADR triggers)
Phase 2: Design      → go-designer (plan, tasks, interfaces)
         [STOP 1: Design approval]
Phase 3: Implementation (per task, autonomous)
         → go-implementer (TDD red-green-refactor)
         → go-quality-gate
         → git commit
Phase 4: Review      → go-reviewer (idioms, safety, design conformance)
         [STOP 2: Final approval]

Subagent Reference

Phase Agent subagent_type
Analysis go-analyzer gopher:go-analyzer
Design go-designer gopher:go-designer
Implementation go-implementer gopher:go-implementer
Quality Gates go-quality-gate gopher:go-quality-gate
Review go-reviewer gopher:go-reviewer

Phase 1: Analysis

Use the Task tool with subagent_type: "gopher:go-analyzer" to delegate analysis. Include in the task prompt:

  • The feature description from $ARGUMENTS
  • The current working directory context
  • Any existing design docs or ADRs

The analyzer will return:

  • Requirements summary
  • Scale determination (small/medium/large)
  • ADR triggers (if any)
  • Go-specific considerations

Capture the full analysis output — you will pass it to the designer.

Proceed immediately to Phase 2 (no stop point here).

Phase 2: Design

Use the Task tool with subagent_type: "gopher:go-designer" to delegate design. Pass the full analysis output from Phase 1 as the task prompt.

Capture the design output. Note whether the designer wrote files to disk:

  • Small features: the design is inline in the response — save it for later phases
  • Medium/large features: the designer writes to docs/design/<feature-name>.md (and optionally docs/adr/) — note the file path(s)

Read the full file on GitHub · 201 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 201 lines · 32 tokens per session scan A 4c500dd9c508

Subscribe to this mod's changes

gopher-feat is a command published in the GitHub repository car12o/claude-workflows (2 stars, last pushed 6mo ago), licensed MIT. It adds 32 tokens to every session and 1,983 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.