{
  "version": 3,
  "created_at": "2026-07-11T00:01:08.752Z",
  "task_summary": "Build a static multi-page website showcasing the EoE hackathon body of work",
  "agents": [],
  "phases": [
    {
      "name": "Plan",
      "delegations": [
        {
          "steps": [
            {
              "title": "Gather and stage all site assets",
              "description": "Collect the featured images, structure files, and documents from the artifact store into a local site/ folder (site/assets/img, site/assets/docs, site/assets/structures). Copy real files (brand_hero, whitespace, pMHC strategy figure, NP architecture, CCL26/POSTN renders, target landscape, market/financial figures, structural PDBs, business_plan.pdf, scientific_plan.pdf, manuscripts, pitch deck, omics repo zip) by resolving version IDs to physical paths. Produce an asset manifest CSV mapping each site element to its source artifact."
            },
            {
              "title": "Define shared brand system and page shell",
              "description": "Create site/assets/css/style.css encoding the Tolera Bio identity extracted from brand_hero.png: teal (#17868a-family) primary, coral (#e8654f) accent, dark navy (#2b3440) text, clean system sans-serif, generous whitespace, card grid, responsive layout, sticky nav. Build a reusable HTML header/nav (Home, Software, Specialist Agent, Manuscripts, Biotech, About) and footer (contact: advising@ruthannepai.com, ruthannepai.com, LinkedIn, hackathon credit) applied consistently across every page."
            },
            {
              "title": "Build the home / audience-router page",
              "description": "index.html: hero with brand identity and a one-paragraph high-level summary of the week's work (EoE target discovery -> pMHC-II tolerance vaccine design -> disease-agnostic tooling). Feature a prominent 'Find your path' router with audience cards linking to the right page: patient-led nonprofit -> Specialist Agent + Biotech patient-voice section; protein/ML scientist -> Manuscripts (pMHC) + Software; biotech/investor -> Biotech (Project Tolera); developer -> Software + Specialist Agent; academic -> Manuscripts + omics repo. Include a visual highlights strip."
            },
            {
              "title": "Build the Software / GitHub repositories page",
              "description": "software.html: card grid for all 8 real repos (therapeutic-program-architect, patient-centered-market-and-survey, claude-science-skills, podcast-debrief-skill, antigen-epitope-pipeline, synthetic-peer-review, inflammatory-target-discovery-skills, omics-target-mining) with description, language, topics, and a link to each github.com URL under github.com/ruthannepai-tech. Include the omics-target-mining pipeline explainer (10-stage) and offer the repo zip as a download."
            },
            {
              "title": "Build the Therapeutic Program Architect specialist page",
              "description": "specialist.html: the flagship page. Explain the Drug Program Architect specialist + drug-program-orchestration skill is DISEASE-AGNOSTIC (validated on IPF, SMA, EoE). Cover the 10 stages, human-in-the-loop gates, dossier, and — prominently — how to install/use it (link to github.com/ruthannepai-tech/therapeutic-program-architect, Claude Science skill install steps, invocation phrasing). Include the dry-run examples (IPF ligand-trap, SMA genetic) as evidence of generality."
            },
            {
              "title": "Build the Manuscripts page",
              "description": "manuscripts.html: two manuscript entries. (1) pMHC-II nanoparticle tolerance therapeutics for EoE (Science manuscript) — abstract-level summary, key results (dairy/wheat/soy epitopes, ipTM 0.87-0.90 structures, NP architecture, preclinical roadmap), featured figures, and download links (docx/pdf, figures, PDB structures, construct FASTA). (2) CCL26 (eotaxin-3) / POSTN effector-target binder design — design brief summary, featured 3D renders, PDB downloads. Embed structural renders and figure panels."
            },
            {
              "title": "Build the Biotech / Project Tolera page",
              "description": "biotech.html: the full therapeutic-development package. Executive summary, the whitespace thesis (feature fig_whitespace + brand_hero quadrant), platform (PACT), market sizing (TAM/SAM/SOM table + market figure), competitive landscape, patient-centered differentiation, regulatory strategy, budget ($8M to IND, $35M to Phase 2 PoC), milestones. Download links for business_plan.pdf, scientific_plan.pdf, financial_model.csv, market_analysis, and the pitch deck (pptx + HTML viewer). Include the required 'independent research roadmap, not an offer to invest / not medical advice' disclaimer."
            },
            {
              "title": "Add About page, wire navigation, and verify",
              "description": "about.html: Ruth-Anne Pai PhD bio (immunologist + person living with EoE, citizen-scientist thesis), hackathon context, contact block. Add a README.md with GitHub Pages / Netlify deploy instructions. Verify every internal link resolves, every image path is correct, every download exists in assets/, and the layout is responsive. Render each page to confirm visually, then save the entire site/ tree as artifacts and provide a zipped bundle for one-click download."
            }
          ]
        }
      ],
      "id": "phase-0"
    }
  ],
  "feasibility": {
    "rationale": "All source material exists as project artifacts (620 files) and 8 live GitHub repos. I have the brand identity (Tolera Bio teal/coral), key figures, structural renders, manuscripts, business/scientific plans, and the specialist-agent docs. The build is a self-contained static site (HTML/CSS) for GitHub Pages/Netlify with real images copied into an assets folder and relative-path links. No unknowns block it.",
    "confidence": "high"
  }
}