skills/16-hsantanna88-clo-author/dot-claude/skills/new-project/SKILL.md
Full research pipeline from idea to paper. Orchestrates all phases — discovery, strategy, analysis, writing, peer review, and submission. Use when starting a new research project from scratch.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research new-projectInstall 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.
Launch a full research pipeline from idea to paper, orchestrated through the dependency graph.
Input: $ARGUMENTS — a research topic or interactive for a guided start via /discover interview.
This skill orchestrates the full dependency graph. Each phase activates when its dependencies are met. The orchestrator manages agent dispatch, three-strikes escalation, and quality gates.
Phase 1: Discovery
├── /discover interview → Research Spec + Domain Profile
├── /discover lit → Literature Synthesis + BibTeX
└── /discover data → Data Assessment
Phase 2: Strategy (depends on Phase 1)
└── /strategize → Strategy Memo + Robustness Plan
Phase 3: Execution (depends on Phase 2)
├── /analyze → Scripts + Tables + Figures
└── /write → Paper Sections
Phase 4: Peer Review (depends on Phase 3)
├── /review --all → Comprehensive Quality Score
└── /review --peer → domain-referee + methods-referee Reports
Phase 5: Submission (depends on Phase 4, score >= 95)
├── /submit target → Journal Recommendations
├── /submit package → Replication Package
└── /submit final → Final Verification
Before any work begins:
EnterPlanModedata/raw/, data/cleaned/, scripts/R/, paper/sections/, paper/figures/, paper/tables/, etc.quality_reports/plans/YYYY-MM-DD_new-project.mdIf interactive or no research spec exists:
Run /discover interview to produce:
quality_reports/research_spec_*.md).claude/references/domain-profile.md) — if still templateRun /discover lit with the research topic:
Run /discover data to find datasets:
Gate: Research spec and literature review must exist before proceeding.
/strategize to design the empirical strategy:
Gate: Strategy memo must pass strategist-critic review (score >= 80).
Run /analyze to implement the strategy:
Run /write to draft the paper:
Gate: Code must pass coder-critic review. Paper sections must exist.
Run /review --all for comprehensive review:
Run /review --peer for simulated peer review:
Gate: Aggregate score >= 80 (commit-ready). Score >= 90 for submission.
/submit target for journal recommendations/submit package for replication package/submit final for final verificationThe pipeline pauses for user input at these points:
Between pauses, the orchestrator runs autonomously per workflow.md.
/new-project always runs through the full pipeline.tools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".
tools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".