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.development
Conduct rigorous thematic analysis (TA) of qualitative data following Braun and Clarke's (2006) six-phase framework. Use whenever the user mentions 'thematic analysis', 'TA', 'Braun and Clarke', 'qualitative coding', 'identifying themes', or asks for help analysing interviews, focus groups, open-ended survey responses, or transcripts to identify patterns. Also trigger for questions about inductive vs theoretical coding, semantic vs latent themes, essentialist vs constructionist epistemology, building a thematic map, or writing up a qualitative findings section. Covers all six phases, the four upfront analytic decisions, the 15-point quality checklist, and the five common pitfalls. Produces a Word document write-up and an annotated thematic map. Does NOT cover IPA, grounded theory, discourse analysis, conversation analysis, or narrative analysis — use a different method for those.
development
Guide users through writing a systematic literature review (SLR) following the PRISMA 2020 framework. Use this skill whenever the user mentions 'systematic review', 'systematic literature review', 'SLR', 'PRISMA', 'PRISMA 2020', 'PRISMA flow diagram', 'PRISMA checklist', or asks for help writing, structuring, or auditing a literature review that follows reporting guidelines. Also trigger when the user asks about inclusion/exclusion criteria for a review, search strategies for databases like Scopus/WoS/PubMed, study selection processes, risk of bias assessment, or narrative synthesis for a review paper. This skill covers the full PRISMA 2020 checklist (27 items), produces a Word document manuscript in strict journal article format, generates an annotated PRISMA flow diagram, and enforces APA 7th Edition referencing throughout. It does NOT cover meta-analysis or statistical pooling. By Chuah Kee Man.
testing
Performs placebo-in-time sensitivity analysis with hierarchical null model and optional Bayesian assurance. Use when checking model robustness, verifying lack of pre-intervention effects, or estimating study power.
data-ai
Fit, summarize, plot, and interpret a chosen CausalPy experiment. Use after the causal method has been selected, including when configuring PyMC/sklearn models and scale-aware custom priors.