lingzhi227/research-planning
Design research plans and paper architectures. Given a research topic or idea, generate structured plans with methodology outlines, paper structure, dependency-ordered task lists, UML diagrams, and experiment designs. Use when starting a new research project or paper.
npx skills add https://github.com/lingzhi227/agent-research-skills --skill research-planning
Create comprehensive research plans and paper architectures from a research topic or idea.
$0 — Research topic, idea description, or paper to reproduce~/.claude/skills/research-planning/references/planning-prompts.md~/.claude/skills/research-planning/references/output-schemas.mdUse the 4-stage planning approach (adapted from Paper2Code):
Design the paper structure with section-by-section plan:
{
"research_question": "...",
"methodology": "...",
"paper_structure": {
"sections": ["Abstract", "Introduction", ...],
"section_plans": { "Introduction": "..." }
},
"task_list": [
{"task": "...", "depends_on": [], "priority": 1}
],
"baselines": ["..."],
"datasets": ["..."],
"evaluation_metrics": ["..."],
"risks": ["..."]
}
Take lingzhi227/research-planning from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.