Skip to content

Commit 635ce85

Browse files
committed
feat: add proposal-writer agent to registry
Register Mathews-Tom/proposal-writer in the productivity category.
1 parent 9872eb9 commit 635ce85

4 files changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# proposal-writer
2+
3+
Technical proposal generation agent with ROI calculation, three-tier pricing, and business-value framing. Uses a Problem-Agitate-Solve narrative structure with optional PDF export for client-ready deliverables.
4+
5+
---
6+
7+
## Run
8+
9+
```bash
10+
npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/proposal-writer
11+
```
12+
13+
---
14+
15+
## What It Can Do
16+
17+
- **ROI Calculation** — Quantify return on investment with cost-benefit analysis and payback period estimation
18+
- **Three-Tier Pricing** — Generate good/better/best pricing structures with feature differentiation
19+
- **Problem-Agitate-Solve Narrative** — Structure proposals using PAS framework for maximum persuasion
20+
- **Business-Value Framing** — Translate technical capabilities into business outcomes and executive language
21+
- **PDF Export** — Produce formatted, client-ready PDF documents
22+
- **Competitive Positioning** — Differentiate offerings against alternatives with evidence-based comparisons
23+
24+
---
25+
26+
## Structure
27+
28+
```
29+
proposal-writer/
30+
├── agent.yaml
31+
├── SOUL.md
32+
├── RULES.md
33+
├── LICENSE
34+
├── icon.png
35+
└── banner.png
36+
```
37+
38+
---
39+
40+
## Built with
41+
[gitagent](https://github.com/open-gitagent/gitagent) — a git-native, framework-agnostic open standard for AI agents.
71.7 KB
Loading
13.8 KB
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "proposal-writer",
3+
"author": "Mathews-Tom",
4+
"description": "Technical proposal generation with ROI calculation, three-tier pricing, and business-value framing with optional PDF export",
5+
"repository": "https://github.com/Mathews-Tom/proposal-writer",
6+
"version": "1.0.0",
7+
"category": "productivity",
8+
"tags": ["proposal", "roi", "pricing", "business", "client-facing", "bidding", "sales"],
9+
"license": "MIT",
10+
"model": "claude-opus-4-6",
11+
"adapters": ["claude-code", "system-prompt"],
12+
"icon": true,
13+
"banner": true
14+
}

0 commit comments

Comments
 (0)