deep-plan-ingestlisted
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