financial-proposal-generator

Generate Horizon Europe grant narratives and budgets as Markdown and CSV/Excel artifacts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/PandaAllIn/UBOS_FINAL --skill financial-proposal-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: financial-proposal-generator
Source: https://github.com/PandaAllIn/UBOS_FINAL/tree/main/trinity/skills/financial-proposal-generator
Command: npx skills add https://github.com/PandaAllIn/UBOS_FINAL --skill financial-proposal-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires utils, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the drafting of EU Horizon Europe grant narratives (Excellence, Impact, Implementation) and accompanying budget justifications, helping teams produce compliant proposals faster and with consistent UBOS framing.

Core Features & Use Cases

  • Generate Excellence, Impact, and Implementation narratives using UBOS templates and Oracle-validated evidence.
  • Build EU-compliant budgets with justifications and cost-eligibility checks.
  • Simulate evaluator scoring and iteratively improve narratives until target scores are reached.
  • Validate claims and budgeting details to ensure alignment with EU cost rules and governance requirements.

Quick Start

  1. Ensure the repository is available and Python is installed.
  2. Generate a narrative scaffold: python3 scripts/generate_narrative.py --assembly <assembly> --section excellence --project "YourProject" --call "CALL-2025".
  3. Build a budget: python3 scripts/generate_budget.py --assembly <assembly> --total 5000000 --work-packages data/wp_config.json
  4. Validate outputs and view narratives in narratives/ and budget/ folders.

Frequently Asked Questions about financial-proposal-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate drafting EU Horizon Europe grant narratives?

You can automate drafting EU grant narratives by running Python scripts to generate Excellence, Impact, and Implementation sections using UBOS templates, producing structured Markdown outputs in the narratives folder.

Can I generate an EU-compliant proposal budget with cost-eligibility checks?

Yes, you can generate an EU-compliant budget by executing the budget script with total funding and work-package configuration inputs, which outputs CSV and Excel artifacts with justifications and cost-eligibility validations.

What is the best way to simulate evaluator scoring for Horizon Europe proposals?

Simulating evaluator scoring involves running automated scoring simulations against your drafted narratives and iteratively improving the text until target scores are reached across the grant cycles.

Do I need Python to build EU grant budgets and narratives with this automation tool?

Yes, Python 3 is required to execute the repository scripts for generating budget justifications and narrative scaffolds, along with the work-package configuration data needed for budget assembly.

How do I validate budget details against EU cost rules?

Validating budget details against EU cost rules is handled automatically during the budget generation process, checking your configuration inputs for alignment with governance requirements and cost eligibility constraints.