new-project
Full research pipeline from idea to paper. Orchestrates all phases — discovery, strategy, analysis, writing, peer review, and submission. Use when s…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
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 /discover interview.
Pipeline Overview
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
Workflow
Step 0: Enter Plan Mode
Before any work begins:
- Enter plan mode — use
EnterPlanMode - Create the project folder structure —
data/raw/,data/cleaned/,scripts/R/,paper/sections/,paper/figures/,paper/tables/, etc. - Draft a high-level plan — what phases are needed, estimated scope
- Save to disk —
quality_reports/plans/YYYY-MM-DD_new-project.md - Present to user — wait for approval before proceeding
- Exit plan mode — only after approval
Step 1: Discovery Phase
- If
interactiveor no research spec exists:
Run /discover interview to produce:
- Research specification (
quality_reports/research_spec_*.md) - Domain profile (
.claude/references/domain-profile.md) — if still template
- Run
/discover litwith the research topic:
- Librarian collects literature
- librarian-critic reviews coverage
- Output: literature synthesis + BibTeX entries
- Run
/discover datato find datasets:
- Explorer searches for data sources
- explorer-critic assesses data quality
Gate: Research spec and literature review must exist before proceeding.
Step 2: Strategy Phase
- Run
/strategizeto design the empirical strategy:
- Strategist proposes identification strategy
- strategist-critic validates the design
Gate: Strategy memo must pass strategist-critic review (score >= 80).
Step 3: Execution Phase
- Run
/analyzeto implement the strategy:
- Data-engineer cleans data and creates figures
- Coder writes analysis scripts
- coder-critic reviews code
- Run
/writeto draft the paper:
- Writer drafts sections
- Humanizer pass strips AI patterns
Gate: Code must pass coder-critic review. Paper sections must exist.
Step 4: Peer Review Phase
- Run
/review --allfor comprehensive review:
- strategist-critic + coder-critic + writer-critic + Verifier in parallel
- Weighted aggregate score computed
- Run
/review --peerfor simulated peer review:
- domain-referee (subject expertise) + methods-referee (econometrics)
- Independent, blind reports
- Orchestrator synthesizes editorial decision
Gate: Aggregate score >= 80 (commit-ready). Score >= 90 for submission.
Step 5: Submission Phase (optional, user-triggered)
- Run
/submit targetfor journal recommendations - Run
/submit packagefor replication package - Run
/submit finalfor 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 workflow.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.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
skills/16-hsantanna88-clo-author/dot-claude/skills/new-project/SKILL.md同一个仓库里的其他技能
- Full-empirical-analysis-skill
- Full-empirical-analysis-skill-R
- Full-empirical-analysis-skill-Stata
- auto-empirical-research-skills
- StatsPAI_skill
- Full-empirical-analysis-skill
- Full-empirical-analysis-skill-Stata
- Full-empirical-analysis-skill-R
- academic-paper-composer
- academic-paper-strategist
- medical-imaging-review
- paper-slide-deck
同名技能的其他版本
有 2 个不同仓库或目录里都有叫 new-project 的技能。它们内容并不相同,别混用: