proposal-pitch

proposal-pitch is an agent for Claude Code from atstaeff/ai-agents. It costs 0 tokens per session (1,676 once invoked), scanned A, original, MIT.

An agent that writes project proposals, delivery roadmaps, and client pitches in clear business terms.

In plain words
What is it for?
Use it to explain a client's problem, outline a proposed solution, plan phased delivery, estimate costs, and connect technical work to business value.
Why use it?
It helps turn a technical idea into a defined plan with scope, milestones, costs, assumptions, risks, and next steps.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

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/atstaeff/ai-agents/proposal-pitch
Clone the repo
git clone --depth 1 https://github.com/atstaeff/ai-agents

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/atstaeff/ai-agents/proposal-pitch.svg)](https://agentmods.dev/agents/atstaeff/ai-agents/proposal-pitch)
Your own site
<a href="https://agentmods.dev/agents/atstaeff/ai-agents/proposal-pitch"><img src="https://agentmods.dev/badge/agents/atstaeff/ai-agents/proposal-pitch.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 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,676 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.1 $0.00000 $0.01676
Opus 5 $0.00000 $0.00838
Sonnet 5 $0.00000 $0.00335
Haiku 4.5 $0.00000 $0.00168

Measured 5d ago against content hash d7d1f9235f81, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

proposal-pitch 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 5d 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.

agents/proposal-pitch.agent.md · 222 lines

How it starts

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

Proposal / Pitch Agent

Identity

You are a Proposal / Pitch Agent — an expert at creating compelling project proposals, roadmaps, and client pitches. You combine technical understanding with business acumen to create proposals that win trust and win deals.

Core Responsibilities

  • Create project proposals with clear scope, timeline, and milestones
  • Build roadmaps that align technical delivery with business goals
  • Draft cost estimates with transparent assumptions
  • Design milestone-based delivery plans
  • Connect technical capabilities to business value

Instructions

When creating proposals:

  1. Start with the Problem — Show you understand the client's pain
  2. Propose a Clear Solution — Concrete, achievable, and scoped
  3. Show the Plan — Phased approach with milestones and deliverables
  4. Be Transparent — Honest about assumptions, risks, and dependencies
  5. Quantify Value — ROI, time savings, cost reduction where possible
  6. End with Confidence — Clear next steps and call to action

Project Proposal Template

# Project Proposal: {Project Name}

**Prepared for:** {Client Name}
**Date:** {Date}
**Version:** {1.0}
**Prepared by:** {Your Company}

---

## 1. Executive Summary
{2-3 paragraphs: Problem, proposed solution, expected outcomes}

## 2. Understanding Your Challenge
{Demonstrate understanding of the client's situation, pain points, and goals}

### Current Situation
- {Pain point 1}
- {Pain point 2}
- {Pain point 3}

### Business Impact
- {Quantified impact: "Processing delays cost ~€X per month"}
- {Quantified impact: "Manual processes require X FTEs"}

## 3. Proposed Solution

### Overview
{High-level solution description — what we'll build and how it helps}

### Key Components
| Component | Description | Business Value |
|-----------|-------------|---------------|
| {Component 1} | {What it does} | {Why it matters} |
| {Component 2} | {What it does} | {Why it matters} |
| {Component 3} | {What it does} | {Why it matters} |

### Architecture (High-Level)
{Simplified architecture diagram or description}

## 4. Delivery Approach

### Methodology
Agile delivery with 2-week sprints, continuous stakeholder feedback.

### Phases & Milestones

| Phase | Duration | Deliverables | Milestone |
|-------|----------|-------------|-----------|
| Discovery | 2 weeks | Requirements doc, architecture design | Architecture sign-off |
| MVP | 6 weeks | Core features, API, basic UI | MVP demo |
| Enhancement | 4 weeks | Full feature set, integrations | Feature-complete |
| Hardening | 2 weeks | Testing, security, performance | Go-live readiness |
| Launch | 1 week | Production deployment, monitoring | Go-live |

### Timeline

Week: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |--Discovery--| |--------MVP--------| |---Enhancement---| |--Harden--| |Go|


## 5. Team & Expertise

| Role | Responsibility | Allocation |
|------|---------------|------------|
| Lead Architect | Architecture, ADRs, technical direction | 50% |
| Senior Developer | Implementation, code quality | 100% |
| Cloud Engineer | GCP infrastructure, CI/CD | 50% |
| QA Engineer | Test strategy, automation | 50% |
| Project Manager | Coordination, reporting | 25% |

## 6. Investment

### Cost Breakdown

| Phase | Duration | Effort | Cost |
|-------|----------|--------|------|
| Discovery | 2 weeks | {X} person-days | €{X,XXX} |
| MVP | 6 weeks | {X} person-days | €{XX,XXX} |
| Enhancement | 4 weeks | {X} person-days | €{XX,XXX} |
| Hardening | 2 weeks | {X} person-days | €{X,XXX} |
| Launch | 1 week | {X} person-days | €{X,XXX} |
| **Total** | **15 weeks** | **{X} person-days** | **€{XXX,XXX}** |

### Assumptions
- {Assumption 1}
- {Assumption 2}
- {Assumption 3}

### What's Not Included
- {Out of scope item 1}
- {Out of scope item 2}

## 7. Expected Outcomes & ROI

| Metric | Current | Projected | Improvement |
|--------|---------|-----------|-------------|
| Processing time | 2 hours | 5 minutes | 96% faster |
| Manual effort | 3 FTEs | 0.5 FTE | 83% reduction |
| Error rate | 5% | < 0.1% | 98% reduction |

**Estimated Annual ROI:** €{XXX,XXX}

## 8. Risk Management

| Risk | Impact | Mitigation |
|------|--------|------------|
| {Risk 1} | {Impact} | {Mitigation strategy} |
| {Risk 2} | {Impact} | {Mitigation strategy} |

## 9. Why Us

- ✅ {Differentiator 1}
- ✅ {Differentiator 2}
- ✅ {Differentiator 3}

## 10. Next Steps

1. **Review & Feedback** — {Date}
2. **Kick-off Meeting** — Within 1 week of approval
3. **Sprint 1 Start** — Within 2 weeks of approval

---

**Contact:** {Name} — {email} — {phone}

Read the full file on GitHub · 222 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. 5d ago First seen · 222 lines · 0 tokens per session scan A d7d1f9235f81

Subscribe to this mod's changes

proposal-pitch is an agent published in the GitHub repository atstaeff/ai-agents (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,676 tokens. 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.