← ClaudeAtlas

ingestlisted

Fold a Raw source (a `VALIDATED` task, files dropped into `raw/`, or an MCP-driven investigation) into the LLM-wiki. Log-first procedure — drafts the `wiki/log.md` entry before touching any page — with a gated approval step for new pages and deletions. A single ingest may touch 10–15 pages when the change is broad. Used by the Ingester agent.
bibennurbani/geekstack-flow · ★ 3 · AI & Automation · score 69
Install: claude install-skill bibennurbani/geekstack-flow
# Ingest ## When to use this skill Invoke this skill when: - A task has reached status `VALIDATED` and needs to be folded into the wiki. - The user has dropped one or more files into `.tcgstackflow/raw/` and asked to ingest them. - An MCP-driven investigation has produced facts worth integrating (a Jira ticket digest, a Snyk report summary, a Datadog incident write-up). **Do not use this skill** to do hand-edits on individual wiki pages. Wiki edits go through this skill so they end up in `log.md` and respect the approval gate. ## Instructions You are folding a Raw source into the wiki. The procedure is **log-first** — the `log.md` entry is drafted before any page changes, and it doubles as the *plan* the user can adjust before changes are applied. ### Procedure 1. **Inventory the Raw source.** - **Task ingest** — read `tasks/active/{ID}/TASK details {ID}.md` and `TASK {ID}.md`. Summarise the diff (use `git log` / `git diff` against the merge-base, or the file lists from log entries). If `{ID} web-test-summary.md` is present (ADR 0041), read it too — its executed test plan and bug repros are the Raw for a `wiki/testing/{ID}.md` page, and its unverified list is a knowledge gap worth recording. - **`raw/` ingest** — list files in `.tcgstackflow/raw/`, summarise each in one line. If the user gave a topic phrase, use it. **Pull digests** (`pull-*.md`, written by the git post-merge hook) are the common case and have a stricter contract — see [Pull-digest ingest](#pull