Budget R&D programs and burn rate
research-financeskillsetup L2★17,464
alirezarezvani/claude-skills ↗What it does
Route research queries to specialist handlers
Best for
Routing research queries by domain beats running generic fallback searches.
Inputs
- · file or document content
- · configuration JSON
- · natural language query/prompt
- · structured budget or ledger data
Outputs
- · structured JSON output
- · task list or implementation plan
- · code, migrations, or SQL
- · design specifications or mockups
- · routing decision with delegation path
- · budget analysis with assumptions
Requires
- · local runtime (Node/Python/bash)
Preconditions
- · Tool/MCP installed and configured
- · Authentication credentials present
- · Input file exists and is readable
- · Input type must be classifiable to one route
Failure modes
- · Authentication failure or expired credentials
- · Timeout or rate limit exceeded on external calls
- · Input cannot be classified to any route
- · Network or API service unavailable
- · Input file missing or malformed
Trust signals
- · Open-source repo available: alirezarezvani/claude-skills
- · Version and compatibility specified
- · Concrete usage examples provided
- · License specified