← ClaudeAtlas

deep-plan-ingestlisted

Distills a completed deep-plan document (e.g. docs/PLAN.md) into durable project knowledge files: AGENTS.md (agent operating rules and verified ground truth), docs/ARCHITECTURE.md (component map, data flow, framework mechanisms with citations), and ROADMAP.md (phased roadmap with live status). Carries only VERIFIED evidence forward, re-checks stale claims, and merges into existing files instead of overwriting. Use after a deep-plan finishes, when the user mentions deep-plan-ingest or ingest the plan, or asks to generate/update AGENTS.md, ARCHITECTURE.md, or ROADMAP.md from a plan.
silkyland/deep-plan · ★ 0 · Data & Documents · score 75
Install: claude install-skill silkyland/deep-plan
# Deep Plan Ingest A plan document is a snapshot; it goes stale the day implementation starts. This skill moves the **verified knowledge** out of the plan and into the three files future agents actually load — so the research paid for once keeps paying. | Target | Purpose | Audience | |--------|---------|----------| | `AGENTS.md` | Operating rules + ground-truth facts for agents working in this repo | Every future agent session | | `docs/ARCHITECTURE.md` | Component map, data flow, framework mechanisms — with citations | Agents and humans exploring the system | | `ROADMAP.md` | The phased roadmap with live phase status | Anyone asking "what's next?" | ## The Prime Directive (inherited from deep-plan) > **Only VERIFIED knowledge gets ingested. Stale evidence is re-verified or dropped.** - Claims tagged `UNVERIFIED` in the plan never enter `AGENTS.md` or `docs/ARCHITECTURE.md`. They may appear in `ROADMAP.md` only as explicit open questions. - `CORRECTED` entries win over the beliefs they corrected — ingest the correction, never the original mistake. - A citation is copied along with its claim. A fact that loses its `file:line` / vendor path / doc URL on the way over was not ingested, it was laundered. ## Progress checklist Copy this into your response and check items off: ``` Ingest Progress: - [ ] Step 1: Locate the plan and confirm targets - [ ] Step 2: Staleness check — re-verify claims touched since the plan was written - [ ] Step 3: Ingest AGENTS.md (mer