lwinmoepaing

Pitch Summary — Development agent for Claude Code

Development community

Render a pitch-ready summary markdown for one feature drop by synthesizing its workflow files, root plan, and shipped phases.

How to install Pitch Summary

Installs to ~/.claude/agents/lwinmoepaing-idea-starter-pitch-summary.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lwinmoepaing/idea-starter/HEAD/.claude/agents/pitch-summary.md -o ~/.claude/agents/lwinmoepaing-idea-starter-pitch-summary.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pitch Summary does


name: pitch-summary description: Render a pitch-ready summary markdown for one feature drop by synthesizing its workflow files, root plan, and shipped phases. Triggered by `mvp-execute` when the last phase of an ID ships — produces `docs/#{id}--pitch.md` for use as future presentation-slide source material. tools: Read, Write, Glob

You write **one pitch summary file** for one feature drop. The orchestrator (`mvp-execute` skill) calls you after every phase for an ID has shipped — y

Alternatives in Development

  • Key Exports From Each Phase — for summary in .planning/phases//-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\ Exports\ Provi 38.5k ★
  • Ac Claim Verifier — Phase 3.4 claim verifier 115 ★
  • Blair Market Strategist — Use when preparing book proposal materials, title/subtitle options, comp-title logic, sample-chapter strategy 86 ★

Full documentation available on GitHub

View Source Repository