skills/research-ideation/SKILL.md
Generate structured research questions, conjectures, and proof strategies from a topic or open problem in cryptography/mathematics.
npx skillsauth add tesseract-ripple/claude-research-config research-ideationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate structured research questions, conjectures, and proof strategies from a cryptography or mathematics topic.
Input: $ARGUMENTS — a topic (e.g., "range proofs from lattices"), an open problem (e.g., "transparent setup for Bulletproofs"), or a construction to improve (e.g., "reduce Pedersen commitment opening proof size").
Understand the input. Read $ARGUMENTS and any referenced files in the current directory.
Search for context using WebSearch on eprint.iacr.org and arxiv.org to understand the current state of the art.
Generate 3-5 research directions ordered by ambition:
For each direction, develop:
Save the output to research_ideation_[sanitized_topic].md in the current directory.
# Research Ideation: [Topic]
**Date:** [YYYY-MM-DD]
**Input:** [Original input]
## State of the Art
[1-2 paragraphs summarizing current best results]
## Research Directions
### RD1: [Title] (Feasibility: High/Medium/Low)
**Goal:** [Precise statement]
**Approach:** [Proof strategy or construction sketch]
**Key obstacles:**
1. [Obstacle and potential mitigation]
2. [Obstacle and potential mitigation]
**Assumptions:** [Required hardness assumptions]
**Related work:** [Author (Year)], [Author (Year)]
## Ranking
| Direction | Feasibility | Impact | Novelty |
|---|---|---|---|
## Suggested Next Steps
1. [Most promising immediate action]
2. [Paper to read carefully]
3. [Computation to try]
Adapted from pedrohcgs/claude-code-my-workflow (MIT license).
documentation
Draft or refine a LaTeX section for a research paper, note, or proof writeup.
development
Computationally verify a mathematical identity, construction, or cryptographic property using Python.
testing
Cross-reference all citations in .tex files against bibliography entries. Find missing entries, unused references, and quality issues.
research
Survey a research topic — find approaches, compare tradeoffs, summarize key papers and results.