← All sessions

Build a generalizable Claude Science tool that automates the complete therapeutic development pipeline for any disease: from understanding unmet needs and patient priorities, through data/literature mining for novel therapeutics, AI/ML validation (protein modeling, etc.), to generating scientific, regulatory, and commercial strategies. System should iteratively request human validation at decision points where confidence is insufficient.

πŸ“… 2026-07-10πŸ“¦ 16 artifactsπŸ’  $23.52
GOAL

The session aimed to build a generalizable "Claude Science" tool/skill that automates an end-to-end therapeutic development pipeline β€” from unmet-need and literature discovery through AI/ML validation to scientific, regulatory, and commercial strategy β€” with built-in checkpoints for human validation wherever confidence is low.

WHAT WAS DONE

The agent constructed a disease-agnostic pipeline architecture (staged process, checkpoint protocol, and a program dossier schema) rather than a single-disease analysis, and packaged it as a deployable skill with an orchestration kernel and agent manifest. It tested the framework with dry runs on other conditions (SMA and IPF) and built supporting reference material such as a genetic modality tree and target-modality rubric. The final steps focused on packaging and publishing the work as a public, reusable repository, including fixing repo completeness (adding a missing .gitignore) and correcting the README's description of what the deployment helper (deploy_agent.py) actually does.

KEY OUTPUTS

The primary deliverable is the public GitHub repository (https://github.com/ruthannepai-tech/therapeutic-program-architect) containing all 16 session artifacts β€” core pipeline logic (kernel.py, SKILL.md, stage_spec.md, checkpoint_protocol.md, program_dossier.schema.json), supporting templates and rubrics (scientific_plan_template.md, program_summary_template.md, target_modality_rubric.csv, genetic_modality_tree.md/csv, checkpoint_map.csv), and validation dry runs (dryrun_SMA_genetic.md, dryrun_IPF.md), along with README, LICENSE, and .gitignore for deployment. Note

Artifacts (16)

FileTypeSize
πŸ’»kernel.py Code31 KB
πŸ“ˆcheckpoint_map.csv Data4 KB
πŸ“ˆgenetic_modality_tree.csv Data3 KB
πŸ“ˆplan_build-a-disease-agnostic-drug-program-or_440da737.json Data5 KB
πŸ“ˆplan_make-the-drug-program-pipeline-archetype_440da737.json Data5 KB
πŸ“ˆprogram_dossier.schema.json Data6 KB
πŸ“ˆtarget_modality_rubric.csv Data1 KB
πŸ“ƒcheckpoint_protocol.md Text9 KB
πŸ“ƒdryrun_IPF.md Text3 KB
πŸ“ƒdryrun_SMA_genetic.md Text3 KB
πŸ“ƒgenetic_modality_tree.md Text3 KB
πŸ“ƒorchestration_readme.md Text5 KB
πŸ“ƒprogram_summary_template.md Text1 KB
πŸ“ƒscientific_plan_template.md Text3 KB
πŸ“ƒSKILL.md Text14 KB
πŸ“ƒstage_spec.md Text24 KB