food-proposal

Solid

Master orchestrator for preparing research proposals and funding-application proposals in food, nutrition & agricultural science. Like food-pipeline, but for proposals: it resolves the target funding scheme's format first (headings, order, page/word limit, font, assessment criteria), then drafts from scratch (food-deep-research for the knowledge base, food-paper to write, food-review to review) or revises an existing draft after first understanding the field. Enforces the scheme's length limit and required headings and aligns content to the assessment criteria. Built-in schemes: ARC Discovery EOI, ARC Discovery Full Application, and the UoM Ag & Food project proposal; if a scheme isn't included it asks the user to upload the guideline and extracts the format. Triggers: write a grant proposal, ARC Discovery application, funding application, research proposal, project proposal, revise my grant, prepare an EOI.

AI & Automation 31 stars 3 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
50
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Food-Proposal — Research & Funding Proposal Orchestrator The proposal counterpart of `food-pipeline`. It does not research, write, or review itself — it **routes the proposal to the specialist skills** and enforces the target funding scheme's **format, length limit, and assessment criteria** at every gate. Original work; the orchestration mirrors `food-pipeline`. ## Scheme first — the key difference from a paper A proposal is written to a **funding scheme's format**, the way a manuscript is written to a journal's. **Before anything else, resolve the target scheme** (`references/scheme-selection.md`): ask the user which scheme, then load its spec from `schemes/<id>.md` + `schemes/schemes.json` (required headings in order, page/word limit, font, assessment criteria). **Built-in:** `arc-discovery-eoi`, `arc-discovery-full`, `uom-major-minor-project` (see `schemes/INDEX.md`). **If the scheme isn't built in, don't guess** — ask the user to upload the scheme's guideline / sample form and run `scheme_extractor` to capture its format into a new `schemes/<id>.md` + `schemes.json` entry. Every scheme carries a **length limit** — enforce it with `scripts/proposal_wordcount.py`. ## Own subagents - **`proposal_router`** — reads what the user has (topic only, or an existing draft), resolves the scheme, picks the entry stage, and assembles each downstream skill's input. Mirrors `food-pipeline`'s intake router. - **`scheme_extractor`** — when the scheme isn't built in, extracts its ...

Details

Author
PangenomeAI
Repository
PangenomeAI/academic-skills-food-nutrition
Created
2 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

food-pipeline

Master orchestrator for the whole food & nutrition research-to-publication workflow. Coordinates the specialist skills — each with its own subagent set — into one governed path: journal selection, research (food-research / food-deep-research), writing & analysis (food-paper), figures (food-figure), peer review (food-review), revision, and finalization. Use when the user wants the entire process managed end to end, or a project routed to the right skills with quality gates. Triggers: run the full paper workflow, take this from research to submission, manage the whole project, research to publication, end-to-end paper, orchestrate my paper.

31 Updated 1 weeks ago
PangenomeAI
AI & Automation Solid

food-paper

Multi-subagent manuscript system for food & nutrition science covering the whole research process: understand the field, frame research questions, curate and analyze data, run statistics, build figures and tables, construct the discussion, draft, polish, and self-review — journal-aware throughout. Includes a format-convert mode that reformats an already-finished manuscript to another journal's structure and reference style without touching the science. Use to write, outline, revise, polish, or reformat a food-science paper or any section. Triggers: write my paper, draft a manuscript, food science paper, outline my paper, revise my manuscript, analyze my data and write it up, statistics for my paper, polish my manuscript, format for a journal, reformat my manuscript for a different journal, change the journal format, convert to another journal style, my paper is finished I just need the formatting.

31 Updated 1 weeks ago
PangenomeAI
AI & Automation Listed

grant-proposal

Draft a structured grant proposal from research ideas and literature. Supports KAKENHI (Japan), NSF (US), NSFC (China, including 面上/青年/优青/杰青/海外优青/重点), ERC (EU), DFG (Germany), SNSF (Switzerland), ARC (Australia), NWO (Netherlands), and generic formats. Use when user says "write grant", "grant proposal", "申請書", "write KAKENHI", "科研費", "基金申请", "写基金", "NSF proposal", or wants to turn research ideas into a funding application.

2 Updated 1 months ago
wookat