intake

A backlog front door that records feature ideas and bugs in an INTAKE.md file, the project's shared list of planned work.

In plain words
What is it for?
Use it to log ideas or bugs, update backlog entries, or delete an entry after explicit confirmation.
Why use it?
It turns incomplete requests into clearer, graded entries that the planning process can use.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ndisisnd/msg/intake
Any agent
npx skills add ndisisnd/msg --skill intake
Clone the repo
git clone --depth 1 https://github.com/ndisisnd/msg

Made for: Claude Code, Codex.

Per session 239 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,162 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00239 $0.02162
Opus 5 $0.00120 $0.01081
Sonnet 5 $0.00048 $0.00432
Haiku 4.5 $0.00024 $0.00216

Measured yesterday against content hash 73186c7ed283, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

intake scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/intake/SKILL.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

intake

The front-door of the msg planning pipeline. Ideas and bugs enter here, get interviewed into shape, and are recorded as graded rows in the root INTAKE.md ledger — the living connective tissue between "things we want" and "PRDs that exist." plan-pm reads those rows and drafts the PRD autonomously.

intake (capture + interview + grade → INTAKE.md rows) → plan-pm (drafts the PRD, stamps in-progress + prd mapping) → … → merge --production (stamps the row completed)

Usage

  • /intake [<idea text>] — capture one or more ideas/bugs into INTAKE.md; pass the idea(s) as input, or be prompted. NL: "log an idea", "capture a bug", "add this to the backlog", "track this idea".
  • /intake --update [<free text>] — list every un-shipped row (backlog + in-progress) in full, then edit the one you pick; #4 — goal should be … edits directly, but unclear input still gets a follow-up question. NL: "update that idea", "change the goal on #4", "fix the idea I logged".
  • /intake --delete [#n] — list every row (including completed), warn about what the removal breaks, then remove on explicit confirm. NL: "delete that idea", "remove row #4", "I logged that by mistake".

Mode dispatch. Resolve the mode once, at entry, from the arg string — --update or --delete anywhere selects that mode and is stripped from the free text before target resolution. The two are mutually exclusive; if both appear, say so and ask which. An ask with no referent to an existing row is a capture, never an update. Then read exactly one protocol and follow it end-to-end.

Hard refusals:

  • Never drafts a PRD, never reads the codebase, never runs an analysis pass — in either mode. intake captures and grades; plan-pm plans. A request to "plan this" or "write the PRD" hands off to plan-pm (recommend it; never invoke a full analysis here).
  • Never invents a fake-precise estimate (~1,240 LOC, 3.5 days). Grades are banded only (§ Grading).
  • Never writes status or prd, in either mode (../shared/refs/prd-lifecycle.md § INTAKE.md row lifecycle).
  • --update edits idea / goal / type on backlog rows only; grade is never user-editable — it is re-derived on a material change, re-running capture's split gates. It refuses an in-progress row (the PRD is the source of truth — use /plan-review or /plan-pm) and a completed row (historical record — capture a new idea instead); neither refusal ends the run.
  • --update and --delete never scaffold a missing INTAKE.md — there is nothing to act on. Only capture mode scaffolds. A missing INTAKE-UPDATE.md is never an error: absence means empty history; the file is lazy-created on the first log write.
  • --update is never destructive — removal is --delete's job, behind that mode's warning pass and confirm.
  • --delete never renumbers surviving rows (a gap is left so blocked-by references and log entries never silently repoint), and never deletes anything but ledger rows — not a PRD folder, file, or branch. It reports what it orphans; it does not clean up after itself.
  • --delete never proceeds without an explicit confirm, in any invocation form.

Read the full file on GitHub · 101 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 101 lines · 239 tokens per session scan A 73186c7ed283

Subscribe to this mod's changes

intake is a skill published in the GitHub repository ndisisnd/msg (6 stars, last pushed 15d ago), licensed MIT. It adds 239 tokens to every session and 2,162 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.