Nonprofit Impact Orchestra
Turn rough nonprofit ideas, donor calls, or draft proposals into donor-ready packages.
Important Usage Note
orchestra ... examples below are invocation patterns, not a required local binary.
Use them as mode labels when handling user requests in chat.
Invocation Patterns
orchestra [project description]
orchestra --express [description]
orchestra --concept [description]
orchestra --loi [description]
orchestra --cfp [paste donor call text]
orchestra --review [paste proposal text]
orchestra --peer-review [paste proposal text]
orchestra --donor-fit [description]
orchestra --json [description]
Core Rules
- Be donor-ready; never fake certainty.
- Preserve realism over grandiosity.
- Flag weak or unverifiable claims explicitly.
- Ask only minimum blocking questions.
- Prefer structured outputs over long prose.
- Build for implementation, not just approval.
- Never fabricate baselines, evidence, partner commitments, or donor fit.
- Never output citations without retrievable source metadata (title/organization, URL or document origin, and date).
Evidence & Source Policy (Mandatory)
Confidence Labels
[HIGH] — verified with retrievable source
[MEDIUM] — plausible but incomplete evidence
[UNVERIFIED] — claim needs manual verification
Source Requirements
For each source in an Evidence Note, include:
- source title or organization,
- URL (or explicit non-URL origin provided by user),
- publication/access date,
- confidence label.
Source-Limited Mode (Fallback)
If reliable retrieval is unavailable (no web/tool access and no user-provided sources):
- Do not invent sources or links.
- Replace Evidence Note with
Evidence Needed.
- Mark unsupported claims as
[UNVERIFIED].
- Add
owner + due date for each verification item.
Decision-Grade Additions (standard/deep mode)
- Add Evidence Note with 3–8 sources only when source requirements are met.
- For any budget line >10% of total, provide unit-cost assumptions (quantity × unit rate) + rationale.
- Add Compliance Gates:
Go / Conditional Go / No-Go before submission.
- Separate verified baselines from placeholders.
- Add a 2-week validation sprint (data checks, partner confirmations, budget checks, stop/go trigger).
Workflow
- Parse and scope: location, target group, problem, impact, budget, duration, partners, donor, output type.
- Strategic context: drivers, stakeholders, risks, assumptions, donor-fit extraction from CFP (if provided).
- Program logic: RBM chain, ToC, logframe, SMART indicators, assumptions, baselines/targets.
- MEAL + GESI + SDG: accountability loop, inclusion analysis, SDG mapping.
- Safeguarding/Do No Harm: PSEA, conflict sensitivity, privacy, consent, environmental screening.
- Budget logic: personnel/travel/equipment/training/ops/contingency/co-financing + red-flag checks.
- Draft/adapt: donor-aligned framing, structure, language.
- Readiness check: risk matrix, scenarios, compliance score, confidence report, verification plan.
Default Delivery Package
- Elevator Pitch
- Executive Summary
- Concept Note (if requested)
- Strategic Context
- Stakeholder Mapping
- GESI Analysis
- Safeguarding / Do No Harm Checklist
- RBM Chain
- Theory of Change
- Logframe Matrix
- MEAL Plan
- SDG Alignment
- Budget Table
- Co-financing Summary
- Sustainability / Exit Strategy
- Partnership Structure
- Donor Adaptation Notes
- Risk Matrix and Scenarios
- Human Impact Narrative
- Compliance Score
- Confidence Report
- Sources / Traceability (or
Evidence Needed in source-limited mode)
- JSON Export Block
Compliance Score Format
Compliance Score: XX/100
✅ GESI indicators present
✅ SDG alignment mapped
⚠️ Sustainability needs strengthening
❌ Partner MoU missing
JSON Output Skeleton
{
"project": {},
"executive_summary": "",
"concept_note": "",
"strategic_context": {},
"stakeholders": [],
"rbm_chain": {},
"theory_of_change": {},
"logframe": [],
"meal_plan": [],
"gesi_analysis": {},
"safeguarding": {},
"budget": {},
"co_financing": {},
"sustainability": {},
"partnerships": {},
"donor_adaptation": {},
"risks": [],
"scenarios": [],
"sdg_alignment": [],
"narrative": "",
"compliance_score": {},
"confidence_report": {},
"sources": []
}
Limits
Do not:
- guarantee donor approval,
- replace legal/financial review,
- fabricate data, baselines, citations, or partner commitments.
If data is weak, explicitly flag uncertainty and define verification steps.
Author
Vassiliy Lakhonin
1---2name: nonprofit-impact-orchestra3description: Generate donor-ready nonprofit project packages for grants, concept notes, logframes, MEAL plans, budgets, safeguarding reviews, and funder adaptation. Use when designing a new project, adapting to a donor call, building RBM logic, or preparing a proposal for submission. Also covers GESI, SDG alignment, risks, compliance scoring, and JSON-ready outputs.4---56# Nonprofit Impact Orchestra78Turn rough nonprofit ideas, donor calls, or draft proposals into donor-ready packages.910## Important Usage Note1112`orchestra ...` examples below are **invocation patterns**, not a required local binary.13Use them as mode labels when handling user requests in chat.1415## Invocation Patterns1617- `orchestra [project description]`18- `orchestra --express [description]`19- `orchestra --concept [description]`20- `orchestra --loi [description]`21- `orchestra --cfp [paste donor call text]`22- `orchestra --review [paste proposal text]`23- `orchestra --peer-review [paste proposal text]`24- `orchestra --donor-fit [description]`25- `orchestra --json [description]`2627## Core Rules28291. Be donor-ready; never fake certainty.302. Preserve realism over grandiosity.313. Flag weak or unverifiable claims explicitly.324. Ask only minimum blocking questions.335. Prefer structured outputs over long prose.346. Build for implementation, not just approval.357. Never fabricate baselines, evidence, partner commitments, or donor fit.368. Never output citations without retrievable source metadata (title/organization, URL or document origin, and date).3738## Evidence & Source Policy (Mandatory)3940### Confidence Labels41- `[HIGH]` — verified with retrievable source42- `[MEDIUM]` — plausible but incomplete evidence43- `[UNVERIFIED]` — claim needs manual verification4445### Source Requirements46For each source in an Evidence Note, include:47- source title or organization,48- URL (or explicit non-URL origin provided by user),49- publication/access date,50- confidence label.5152### Source-Limited Mode (Fallback)53If reliable retrieval is unavailable (no web/tool access and no user-provided sources):541. Do **not** invent sources or links.552. Replace Evidence Note with `Evidence Needed`.563. Mark unsupported claims as `[UNVERIFIED]`.574. Add `owner + due date` for each verification item.5859## Decision-Grade Additions (standard/deep mode)60611. Add Evidence Note with 3–8 sources **only when source requirements are met**.622. For any budget line >10% of total, provide unit-cost assumptions (quantity × unit rate) + rationale.633. Add Compliance Gates: `Go / Conditional Go / No-Go` before submission.644. Separate verified baselines from placeholders.655. Add a 2-week validation sprint (data checks, partner confirmations, budget checks, stop/go trigger).6667## Workflow68691. **Parse and scope**: location, target group, problem, impact, budget, duration, partners, donor, output type.702. **Strategic context**: drivers, stakeholders, risks, assumptions, donor-fit extraction from CFP (if provided).713. **Program logic**: RBM chain, ToC, logframe, SMART indicators, assumptions, baselines/targets.724. **MEAL + GESI + SDG**: accountability loop, inclusion analysis, SDG mapping.735. **Safeguarding/Do No Harm**: PSEA, conflict sensitivity, privacy, consent, environmental screening.746. **Budget logic**: personnel/travel/equipment/training/ops/contingency/co-financing + red-flag checks.757. **Draft/adapt**: donor-aligned framing, structure, language.768. **Readiness check**: risk matrix, scenarios, compliance score, confidence report, verification plan.7778## Default Delivery Package798000. Elevator Pitch 8101. Executive Summary 8202. Concept Note (if requested) 8303. Strategic Context 8404. Stakeholder Mapping 8505. GESI Analysis 8606. Safeguarding / Do No Harm Checklist 8707. RBM Chain 8808. Theory of Change 8909. Logframe Matrix 9010. MEAL Plan 9111. SDG Alignment 9212. Budget Table 9313. Co-financing Summary 9414. Sustainability / Exit Strategy 9515. Partnership Structure 9616. Donor Adaptation Notes 9717. Risk Matrix and Scenarios 9818. Human Impact Narrative 9919. Compliance Score 10020. Confidence Report 10121. Sources / Traceability (or `Evidence Needed` in source-limited mode) 10222. JSON Export Block103104## Compliance Score Format105106```text107Compliance Score: XX/100108✅ GESI indicators present109✅ SDG alignment mapped110⚠️ Sustainability needs strengthening111❌ Partner MoU missing112```113114## JSON Output Skeleton115116```json117{118 "project": {},119 "executive_summary": "",120 "concept_note": "",121 "strategic_context": {},122 "stakeholders": [],123 "rbm_chain": {},124 "theory_of_change": {},125 "logframe": [],126 "meal_plan": [],127 "gesi_analysis": {},128 "safeguarding": {},129 "budget": {},130 "co_financing": {},131 "sustainability": {},132 "partnerships": {},133 "donor_adaptation": {},134 "risks": [],135 "scenarios": [],136 "sdg_alignment": [],137 "narrative": "",138 "compliance_score": {},139 "confidence_report": {},140 "sources": []141}142```143144## Limits145146Do not:147- guarantee donor approval,148- replace legal/financial review,149- fabricate data, baselines, citations, or partner commitments.150151If data is weak, explicitly flag uncertainty and define verification steps.152153## Author154155Vassiliy Lakhonin