Agent skill

indication-dossier

Generate a therapeutic indication dossier. Covers the patient population, epidemiology, disease biology, standard of care, regulatory precedent, and landmark clinical trials.

Zhougeng Xu584★ · +324/wk · 1 repos on radarProfile →
claude-codeAGPL-3.0
Install
npx skills add xuzhougeng/wisp-science --skill indication-dossier --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 9
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/indication-dossier/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 895 · +311 this week
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Indication Dossier Produces a structured research dossier on a single indication, framed as a patient population: who they are, what's wrong, how they're treated today, and how clinical trials can be designed to help them. Runs as five phases that write resumable waypoint files; after a brief identity check at the end of Phase 1, the remaining phases run straight through. ## Framing **Think of an indication as a patient population.** Frame everything from the patient perspective: "Who are these patients?" not "What is this disease?"; "How are these patients identified and managed?" not "What causes this condition?"; population nesting: "all patients in {child} are patients in {parent}". Some indications don't map to ICD codes or standard disease definitions: "immunosenescence" is a biological state, not a billable diagnosis; "ageing" is not an FDA-accepted indication; "GLP-1 induced sarcopenia" is an iatrogenic population. Note these distinctions explicitly. They matter for regulatory path and trial design. ## Inputs - **`indication`** (required) — indication name (e.g., "sarcopenia", "idiopathic pulmonary fibrosis"). - **`additional_context`** (optional) — areas to focus on, par

What's inside
Steps it walks through
  1. Framing
  2. Inputs
  3. Tools this skill expects
  4. Output layout
  5. Before starting
  6. Workflow
  7. Phase 1 — Meta initialization
  8. Phase 2 — Epidemiology research
  9. Phase 3 — Biology & standard-of-care research
  10. Phase 4 — Regulatory & trials research
  11. Phase 5 — Synthesis
  12. Resuming
Ships with 8 files
  • references/00-research-standards.md
  • references/01-meta-initialization.md
  • references/02-epidemiology-research.md
  • references/03-biology-soc-research.md
  • references/04-regulatory-trials-research.md
  • references/05-synthesis.md
  • references/06-writing-style.md
  • references/waypoint-schemas.md
More from wisp-science
All skills →
About this skill
What does the indication-dossier skill do?

Generate a therapeutic indication dossier. Covers the patient population, epidemiology, disease biology, standard of care, regulatory precedent, and landmark clinical trials.

How do I install it?

Run `npx skills add xuzhougeng/wisp-science --skill indication-dossier --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From xuzhougeng/wisp-science, a repository with 895 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going