Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan's NSTC when you need agency-compliant narratives, budgets, and review-criteria alignment for a specific solicitation/FOA/BAA.
61
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Protocol Design/research-grants/SKILL.mdUse this skill when you need to produce or revise a grant application that must meet strict agency rules and reviewer expectations, for example:
Agency-aware structure and compliance
Review-criteria-driven writing
Budget-to-scope alignment
Milestones, timeline, and management planning
Mandatory visual communication workflow
scientific-schematics skill to generate publication-quality figures.Reference-driven drafting
references/nsf_guidelines.mdreferences/nih_guidelines.mdreferences/doe_guidelines.mdreferences/darpa_guidelines.mdreferences/nstc_guidelines.mdreferences/specific_aims_guide.mdreferences/broader_impacts.mdreferences/budget_preparation.mdreferences/review_criteria.mdreferences/timeline_planning.mdreferences/team_building.mdreferences/resubmission_strategies.mdscripts/compliance_checker.py (format checks)scripts/budget_calculator.py (budget math support)scripts/deadline_tracker.py (planning support)scripts/generate_schematic.py (diagram generation wrapper; used with scientific-schematics)Note: Exact third-party Python package requirements are not specified in the source document. If you maintain this skill repository, add a
requirements.txt(with pinned versions) and list them here.
The example below is a complete, runnable workflow that (1) generates required visuals, (2) drafts core sections, and (3) performs basic compliance checks using the included scripts.
# Conceptual framework / workflow diagram
python scripts/generate_schematic.py \
"Conceptual workflow for a 3-aim biomedical project: Aim 1 data collection -> Aim 2 model development -> Aim 3 validation; include feedback loop and key deliverables" \
-o figures/workflow.png
# Timeline / milestones diagram (recommended)
python scripts/generate_schematic.py \
"Gantt chart for a 3-year project with quarterly milestones; include go/no-go at end of Year 1 and deliverables per aim" \
-o figures/timeline.pngCreate proposal.md:
# Project Title
Mechanistic and Translational Study of X to Enable Y
## NIH Specific Aims (1 page target)
**Knowledge gap:** ...
**Long-term goal:** ...
**Objective:** ...
**Central hypothesis:** ...
**Aim 1 (verb-led):** ...
- Rationale:
- Approach (high level):
- Expected outcomes:
**Aim 2:** ...
**Aim 3:** ...
**Impact:** If successful, this work will ...
## Research Strategy (12 pages target for R01)
### Significance
- Problem and barrier to progress:
- Why now / why this team:
- Expected impact on health/biology:
### Innovation
- Conceptual innovation:
- Methodological innovation:
- Why current approaches are insufficient:
### Approach
#### Overview and rationale
#### Aim 1 Methods
- Design:
- Data:
- Analysis:
- Pitfalls and alternatives:
#### Aim 2 Methods
...
#### Aim 3 Methods
...
### Rigor and Reproducibility (as applicable)
- Controls, replicates, blinding/randomization:
- Power/statistics:
- Data management and sharing:python scripts/compliance_checker.py proposal.mdCreate budget_justification.md:
# Budget Justification (Draft)
## Personnel
- PI (X% effort): ...
- Postdoc (100%): ...
- Graduate student (50%): ...
## Equipment
- Item: purpose, necessity, and timing
## Travel
- Conference dissemination
- Collaboration meetings
## Materials and Supplies
- Consumables / software licenses
## Other Direct Costs
- Publication fees / participant incentives / consultants
## Subawards (if any)
- Scope and deliverables per partner
## Indirect Costs (F&A)
- Rate and base per institutional policyNSF
NIH
DOE
DARPA
NSTC (Taiwan)
63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.