Finance Idea Screening
Six-dimension rubric and kill/revise/go decision rules for corporate-finance research ideas.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 847642f
The scoring framework (desk-editor screen, six-dimension rubric, Go/Revise/Kill thresholds) works standalone and turned a vague 'sounds interesting, check the literature' into an explicit Revise verdict with named hurdles -- but the skill's own centerpiece rule, 'never claim an idea is novel without searching first,' requires a paid Corbis MCP API key that the copied SKILL.md never mentions (it's only disclosed in the repo's separate README/setup docs, not in the file you'd actually cp into ~/.claude/skills).
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 3/5
What Finance Idea Screening does
Screens a raw research idea in corporate finance, investments, asset pricing, or real estate through a desk-editor screen, an imaginary-abstract test, a six-dimension 1-5 rubric, and explicit Go/Revise/Kill decision thresholds. Triggers on brainstorming, novelty checks, contribution framing, or journal-fit questions for a finance research idea. Its novelty-verification step assumes a connected 'Corbis' literature-search MCP tool (search_papers, get_paper_details_batch, etc.).
How to install Finance Idea Screening
git clone https://github.com/Agentic-Assets/corbis-literature-starter-kit
mkdir -p ~/.claude/skills
cp -r corbis-literature-starter-kit/.claude/skills/finance-idea-screening ~/.claude/skills/finance-idea-screening
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Finance Idea Screening
-
/finance-idea-screeningSix-dimension rubric and kill/revise/go decision rules for corporate-finance research ideas.
It also activates on plain-language prompts like these:
-
Screen this research idea on ESG disclosure and investment efficiency -
Is my emerging-markets asset pricing idea novel enough for a journal? -
Run my corporate finance idea through a go, revise, or kill decision
Frequently asked questions
- Is the Finance Idea Screening skill free?
- Yes. The skill itself is free from Agentic-Assets/corbis-literature-starter-kit. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Finance Idea Screening work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. The scoring framework (desk-editor screen, six-dimension rubric, Go/Revise/Kill thresholds) works standalone and turned a vague 'sounds interesting, check the literature' into an explicit Revise verdict with named hurdles -- but the skill's own centerpiece rule, 'never claim an idea is novel without searching first,' requires a paid Corbis MCP API key that the copied SKILL.md never mentions (it's only disclosed in the repo's separate README/setup docs, not in the file you'd actually cp into ~/.claude/skills).
- What is the Finance Idea Screening SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 3/5.
- How do I install Finance Idea Screening?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Finance Idea Screening with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.