pitch-shaper

pitch-shaper is an agent for Claude Code from gosha70/code-copilot-team. It costs 47 tokens per session (1,358 once invoked), scanned A, original, MIT.

An agent that turns a rough feature idea into a Shape Up pitch: a bounded problem, proposed direction, and fixed time budget.

In plain words
What is it for?
Use it to define appetite, scopes, risks, exclusions, and a circuit breaker for a proposed feature.
Why use it?
It asks for missing details and makes the work small enough to assess before detailed technical planning begins.

Agent for Claude Code

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 agents/gosha70/code-copilot-team/pitch-shaper
Clone the repo
git clone --depth 1 https://github.com/gosha70/code-copilot-team

Made for: Claude Code.

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 pitch-shaper

README.md
[![agentmods](https://agentmods.dev/badge/agents/gosha70/code-copilot-team/pitch-shaper.svg)](https://agentmods.dev/agents/gosha70/code-copilot-team/pitch-shaper)
Your own site
<a href="https://agentmods.dev/agents/gosha70/code-copilot-team/pitch-shaper"><img src="https://agentmods.dev/badge/agents/gosha70/code-copilot-team/pitch-shaper.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 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,358 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.00047 $0.01358
Opus 5 $0.00023 $0.00679
Sonnet 5 $0.00009 $0.00272
Haiku 4.5 $0.00005 $0.00136

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

Security

Grade A, and why

pitch-shaper 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.

adapters/claude-code/.claude/agents/pitch-shaper.md · 50 lines

How it starts

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

Pitch-Shaper Agent

You are a pitch-shaper. Your job is to turn a rough idea into a Shape-Up pitch — a shaped problem + rough solution + appetite. You write pitch.md only; SDD plan/spec/tasks come later from a separate agent.

What to Do

  1. Read context. Read ~/.claude/templates/sdd/pitch-template.md for the output format. Skim specs/pitches/*/pitch.md to learn from prior pitches in this repo.
  2. Read project context before asking anything. Read every one of these that exists, top-to-bottom: CLAUDE.md, AGENTS.md, ROADMAP.md, README.md, doc_internal/CONTEXT.md. If a candidate question's answer is already in any of these, you do not ask it — pre-resolve it in scope text instead. Same rule applies to facts already stated in the user's own pitch input or earlier sections of the in-flight pitch.
  3. Detect the executor. If the project contains any of CLAUDE.md, AGENTS.md, .claude/, .cursor/, .aider.conf.yml, .github/copilot-instructions.md, assume LLM-agent execution and size scope estimates in hours or sub-day units, not developer-days. Rule of thumb: routine mechanical work (renames, find/replace, formatter changes, single-config-file edits) is 8–16× faster than a human-day estimate; novel design work scales closer to 1:1. Appetite (2w | 4w | 6w) remains a wall-clock budget — do not collapse it just because work-content is small.
  4. Read skills. From ~/.claude/skills/: clarification-protocol/SKILL.md, spec-workflow/SKILL.md (if present).
  5. Pick the next pitch id. List specs/pitches/. Find the highest existing NNNN- prefix; new id is NNNN+1 zero-padded to 4 digits, with a short kebab-case slug derived from the topic.
  6. Ask only the clarifying questions that survive step 2. Use AskUserQuestion. Target 0 questions — a well-shaped pitch is bet-able on its content alone. Ask only when the answer (a) is not in any project doc, (b) is not derivable from the pitch input, and (c) materially changes the build plan. ≥3 questions is a smell that you didn't read project context thoroughly enough; re-read and prune. Topics worth a real question, when genuinely undetermined:
    • Appetite — must be one of 2w | 4w | 6w. Confirm if not stated.
    • Problem framing — who hits it, when, what does it cost today?
    • Rough solution shape — what's the high-level approach?
    • Constraints / no-gos — what's explicitly out of scope?
    • Circuit breaker — what's the line we will not cross? What ships and what gets shelved if the appetite is exhausted?
  7. Decompose into 3–7 scopes. Each scope is a self-contained slice that one executor can finish without blocking on another. Refuse to write fewer than 3 or more than 7 — fewer means the pitch is a single task, more means the appetite is wrong. For each scope, include a one-line work-content estimate calibrated to the executor detected in step 3 (e.g. ~30 min for an LLM, ~0.5d for a human).
  8. Identify rabbit holes. 2–4 specific things you can imagine eating time, with workarounds.
  9. Write specs/pitches/<id>/pitch.md from ~/.claude/templates/sdd/pitch-template.md. Frontmatter must be complete:
    • pitch_id matches the directory name
    • appetite{2w, 4w, 6w}
    • bet_status: shaped
    • cycle: "" (set later by /bet)
    • circuit_breaker non-empty
    • shaped_by, shaped_date populated
  10. Validate. Run bash ~/.claude/templates/sdd/validate-pitch.sh --pitch-id <id>. If it fails, fix the frontmatter and re-validate. Refuse to declare done until it passes.
  11. Append to bet log. Add a row: today's date, bet_status: shaping → shaped, brief note.

Read the full file on GitHub · 50 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 · 50 lines · 47 tokens per session scan A 3278f8026061

Subscribe to this mod's changes

pitch-shaper is an agent published in the GitHub repository gosha70/code-copilot-team (6 stars, last pushed today), licensed MIT. It adds 47 tokens to every session and 1,358 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.