|
1 | 1 | # proposal-writer |
2 | 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 | | ---- |
| 3 | +Technical proposal generation agent that combines ROI modeling, calibrated estimates, and three-tier pricing into structured, client-ready documents. Turns project scope into a persuasive proposal that quantifies business value before asking for investment. |
6 | 4 |
|
7 | 5 | ## Run |
8 | 6 |
|
9 | 7 | ```bash |
10 | 8 | npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/proposal-writer |
11 | 9 | ``` |
12 | 10 |
|
13 | | ---- |
14 | | - |
15 | 11 | ## What It Can Do |
16 | 12 |
|
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 | | ---- |
| 13 | +- **ROI Modeling** — calculates cost savings, efficiency gains, revenue impact, payback period, and 3-year projections with specific figures |
| 14 | +- **Three-Tier Pricing** — structures Essential/Professional/Enterprise options so the client self-selects rather than facing a binary decision |
| 15 | +- **Problem-Agitate-Solve Framing** — leads with the business challenge, quantifies cost of inaction, then presents the solution |
| 16 | +- **Scope Definition** — explicitly lists inclusions, exclusions, and optional add-ons to prevent downstream disputes |
| 17 | +- **PDF Export** — produces professionally formatted proposal documents with cover page, TOC, and page numbers |
25 | 18 |
|
26 | 19 | ## Structure |
27 | 20 |
|
28 | 21 | ``` |
29 | 22 | proposal-writer/ |
30 | | -├── agent.yaml |
31 | | -├── SOUL.md |
32 | | -├── RULES.md |
| 23 | +├── .gitignore |
33 | 24 | ├── LICENSE |
34 | | -├── icon.png |
35 | | -└── banner.png |
| 25 | +├── README.md |
| 26 | +├── RULES.md |
| 27 | +├── SOUL.md |
| 28 | +├── agent.yaml |
| 29 | +├── assets/ |
| 30 | +│ ├── icon.png |
| 31 | +│ └── banner.png |
| 32 | +└── knowledge/ |
| 33 | + ├── pricing-tier-framework.md |
| 34 | + ├── proposal-structure.md |
| 35 | + └── roi-modeling.md |
36 | 36 | ``` |
37 | 37 |
|
38 | | ---- |
39 | | - |
40 | 38 | ## Built with |
41 | | -[gitagent](https://github.com/open-gitagent/gitagent) — a git-native, framework-agnostic open standard for AI agents. |
| 39 | + |
| 40 | +Built for the [gitagent](https://gitagent.sh) ecosystem. |
0 commit comments