claude-intake-answerlisted
Install: claude install-skill erclx/canon
# Claude intake answer
Put an intake folder's unread items as batched questions, then land each selection in the slot it answers.
A folder is answered by opening each cluster file and typing under the item, which on a dump spanning six clusters means navigating to each in turn. This walks the same items in chat and writes the answers back, so the file rather than the conversation stays the record.
Read `${CLAUDE_SKILL_DIR}/../../standards/intake.md` before writing anything. It holds the item format and the answer contract this skill is bound by.
## Guards
- If `canon intake list --json` reports no folder, stop: `❌ No intake to answer. Run /claude-intake to file a dump first.`
- If the named folder has no unread item, stop: `❌ Every item in <slug> carries an answer. Nothing to ask.`
- Never fill a slot the operator did not answer. An abandoned batch leaves every unreached item unread, which is what the empty slot already means.
- Never infer an answer from the conversation having happened. A selection reaches the file through the verb or not at all.
- Do not promote an item, edit a verdict, or write outside the answer slots. Promoting runs through `claude-tasks` after the answers land.
## Step 1: pick the folder
Run `canon intake list --json` and read the per-folder counts. With one folder carrying unread items, take it. With several, put the folders as one question carrying each slug and its unread count, and let the operator pick.
Never guess from the topic of the co