Skills / Skills / Ingest Raw
All skills

/ skill

ingest-raw

Skills/ingest-raw.md

Move a raw input through triage → synthesis → wiki nodes → log.

Open as raw file

Run this skill

Heads up — this skill doesn’t have a structured form yet, so type the full prompt with all decisions baked in (the subprocess can’t answer follow-up questions). Edit me if needed.

Runs with bypassPermissions — local dev only.

ingest-raw

Procedure

  1. Read the raw file at raw_path.
  2. Invoke Triager to classify (dept, brand, urgency).
  3. Hand off to the matching department's synthesis skill (e.g., synthesize-wiki-node).
  4. Department skill produces 1+ atomic wiki nodes, each linking back to raw_path in sources.
  5. Invoke update-hotcache to refresh Wiki/HotCache.md.
  6. Invoke log-operation to append to Wiki/Log.md.

Failure modes

  • Ambiguous classification → escalate to EA-Orchestrator with a question; don't auto-route.
  • Empty raw file → log and skip; don't create empty wiki nodes.