name: new-project description: Full research pipeline from idea to paper. Orchestrates all phases — interview, literature review, data discovery, identification strategy, analysis, paper drafting, and peer review. Use when starting a new research project from scratch. disable-model-invocation: true argument-hint: "[research topic or 'interactive' for guided start]" allowed-tools: ["Read", "Grep", "Glob", "Write", "Edit", "Bash", "Task", "WebSearch", "WebFetch"]
New Project
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 /interview-me.
Pipeline Overview
This skill orchestrates the full v3 dependency graph. Each phase activates when its dependencies are met. The orchestrator manages agent dispatch, three-strikes escalation, and quality gates.
Phase 1: Discovery
├── /interview-me → Research Spec + Domain Profile
└── /lit-review → Literature Synthesis + BibTeX
Phase 2: Strategy (depends on Phase 1)
├── /find-data → Data Assessment
└── /identify → Strategy Memo + Robustness Plan
Phase 3: Execution (depends on Phase 2)
├── /data-analysis → Scripts + Tables + Figures
└── /draft-paper → Paper Sections
Phase 4: Peer Review (depends on Phase 3)
├── /review-paper → Referee Reports + Editorial Decision
└── /paper-excellence → Aggregate Score
Phase 5: Submission (depends on Phase 4, score >= 95)
├── /target-journal → Journal Recommendations
├── /data-deposit → Replication Package
└── /submit → Final Verification
Workflow
Step 1: Discovery Phase
If
interactiveor no research spec exists: Run/interview-meto produce:- Research specification (
quality_reports/research_spec_*.md) - Domain profile (
.claude/rules/domain-profile.md) — if still template
- Research specification (
Run
/lit-reviewwith the research topic:- Librarian collects literature
- Editor critiques coverage
- Output: literature synthesis + BibTeX entries
Gate: Research spec and literature review must exist before proceeding.
Step 2: Strategy Phase
Run
/find-datato identify and assess datasets:- Explorer searches for data sources
- Surveyor critiques data quality
Run
/identifyto design the empirical strategy:- Strategist proposes identification strategy
- Econometrician critiques the design
Gate: Strategy memo must pass Econometrician review (score >= 80).
Step 3: Execution Phase
Run
/data-analysisto implement the strategy:- Coder writes scripts
- Debugger reviews code
Run
/draft-paperto write up results:- Writer drafts sections
- Humanizer pass strips AI patterns
Gate: Code must pass Debugger review. Paper sections must exist.
Step 4: Peer Review Phase
Run
/paper-excellencefor comprehensive review:- Econometrician + Debugger + Proofreader + Verifier in parallel
- Weighted aggregate score computed
Run
/review-paperfor simulated peer review:- 2 blind Referees + Editor
Gate: Aggregate score >= 80 (commit-ready). Score >= 90 for submission.
Step 5: Submission Phase (optional, user-triggered)
- Run
/target-journalfor journal recommendations - Run
/data-depositfor replication package - Run
/submitfor final verification
User Interaction Points
The pipeline pauses for user input at these points:
- After interview (approve research spec)
- After strategy memo (approve identification strategy)
- After data analysis (review results before paper drafting)
- After peer review (review feedback before revision)
- Before submission (approve journal choice)
Between pauses, the orchestrator runs autonomously per orchestrator-protocol.md.
Principles
- This is always orchestrated. Unlike other skills,
/new-projectalways runs through the full pipeline. - Dependency-driven. Phases activate by dependency, not forced sequence.
- Quality-gated. Each phase transition requires passing quality checks.
- User retains control. Pipeline pauses at key decision points.
- Resumable. If interrupted, the pipeline resumes from the last completed phase.