From medsci-presentation
Intakes and normalizes new radiology research projects by classifying type, reconstructing current state, identifying gaps, and scaffolding project memory files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/medsci-presentation:intake-projectinheritThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is the front door for a new or messy project. It converts a folder, document bundle, or mixed set of notes into a structured project state that other skills can use safely.
This skill is the front door for a new or messy project. It converts a folder, document bundle, or mixed set of notes into a structured project state that other skills can use safely.
Use this skill when:
Accept any of the following:
If information is incomplete, infer cautiously from file names and contents, then label uncertain items clearly.
Determine:
original | review | meta-analysis | case report | technical note | grant | peer review | challenge | career-docradiology | medical AI | multimodal LLM | intervention | survival/prognostic | diagnostic accuracy | workflowpaper | abstract | grant | review | rebuttal | CVIdentify:
If missing, propose or create lightweight anchor files:
PROJECT.mdSTATUS.mdCLAIMS.mdDATA_DICTIONARY.mdANALYSIS_PLAN.mdREVIEW_LOG.mdCreate only files that are justified by the project type.
Produce the next 3-5 actions in dependency order.
For any manuscript project (cohort, MA, RCT, case series), enforce this structure when scaffolding or reorganizing. Map every new artifact into one of these slots — do not invent ad-hoc folders.
{project_root}/
├── HANDOFF.md # session handoff entry point
├── README.md # project overview
├── data/ # raw data (NEVER edit; read-only)
├── analysis/ # reproducible scripts (00_* → 04_*)
├── output/ # analysis outputs: CSVs, PNGs, intermediates
├── irb/ # IRB/ethics docs
├── proposal/ # original protocol / approved proposal
├── reviews/ # external correspondence
├── manuscript/ # SOURCE manuscript + drafting
│ ├── manuscript_v{N}.{md,docx,pdf} # current canonical working version (top level)
│ ├── build_unified_docx.py # or pandoc wrapper
│ ├── archive/ # ALL prior versions v1 .. v{N-1}
│ ├── reviews/ # QC: self_review, peer_review, STROBE/PRISMA, critic
│ ├── figures/ # figure scripts + rendered PNG/PDF
│ └── tables/ # table scripts + rendered docx
└── submission/ # per-journal packages
└── {journal-slug}/ # e.g., chest/, kjr/
├── CHECKLIST.md
├── cover_letter.{md,docx,pdf}
├── title_page.docx # separated for double-anonymized
├── manuscript_anonymized.{docx,pdf}
├── supplement.{docx,pdf}
├── strobe_checklist.md # or PRISMA / CONSORT
├── circulation_email.md
└── figures/ # submission-ready DPI copies
manuscript/ = source; submission/{journal}/ = derived artifacts. Regenerate submission files from manuscript/manuscript_v{N}.md; never edit anonymized/title-page directly.manuscript/manuscript_v{N}.{md,docx,pdf}. Older versions move to manuscript/archive/ immediately on version bump.HANDOFF.md, README.md, folder entries.manuscript/reviews/, not at manuscript top level.cp -r submission/{old} submission/{new}, then rewrite cover letter and reformat.submission/{journal}/.submission/{journal}/ and populate.manuscript/ has >3 versioned files or QC docs at top level, reorganize.Precedent: an STROBE cohort with a mortality endpoint reorganized v1–v6 plus QC docs from the manuscript/ top level so that a reject-retarget path to a different journal requires only cp -r submission/chest submission/<new_journal>.
Assign one current stage:
ideadata assemblyanalysis planninganalysis in progressdraftingrevisionsubmission preparchived/unclearGate: Present the classification (project type, stage, target output) to the user. Confirm before creating any files — misclassification leads to wrong scaffold and wrong skill routing.
Check for common gaps:
Output this structure:
## Project Intake Summary
Project: ...
Type: ...
Current stage: ...
Likely target: ...
### What exists
- ...
### What is missing
- ...
### Risks / ambiguities
- ...
### Recommended next actions
1. ...
2. ...
3. ...
PROJECT.md# PROJECT
- Title:
- Type:
- Primary question:
- Target journal/venue:
- Lead folder:
- Collaborators:
- Last updated:
STATUS.md# STATUS
- Current stage:
- Current blocker:
- Next actions:
1.
2.
3.
- Last updated:
After intake:
search-lit if the literature basis is weakdesign-study if the research question exists but design logic is unclearmanage-project if the folder should be scaffoldedwrite-paper only after the project phase is clearly drafting2plugins reuse this skill
First indexed Jun 11, 2026
npx claudepluginhub centaurioun/medsci-skills --plugin medsci-literatureIntakes and normalizes new radiology research projects by classifying type, reconstructing current state, identifying gaps, and scaffolding project memory files.
Orchestrates multi-agent writing of academic papers or proposals from research artifacts, with evidence-grounded prose, MAGI cross-review, and quality validation.
Create a new academic manuscript project with an organized folder structure. Triggers when user says: 'new manuscript', 'start a paper', 'create manuscript', 'new research project', 'set up paper', 'begin writing paper', 'initialize manuscript', 'scaffold the paper project', 'turn this draft into a manuscript project'. Creates the LaTeX or Word project skeleton with one file per section, a bibliography folder, a figures folder, and a config file, including when an existing draft is about to be moved into it. Always use this skill when the user wants to start a new academic writing project, even without the word manuscript.