|
| 1 | +--- |
| 2 | +name: daily-inbox-pressure-review |
| 3 | +description: "Run a focus-protecting daily review of INBOX.md and external capture packets." |
| 4 | +argument-hint: "Date, inbox range, capture packet, external source, or triage focus" |
| 5 | +--- |
| 6 | + |
| 7 | +# Daily Inbox Pressure Review |
| 8 | + |
| 9 | +Use this skill with: |
| 10 | + |
| 11 | +- [../../REPO.md](../../REPO.md) |
| 12 | +- [../../INBOX.md](../../INBOX.md) |
| 13 | + |
| 14 | +Use it when the operator or orchestrator wants a daily IBX review. |
| 15 | + |
| 16 | +## What This Skill Produces |
| 17 | + |
| 18 | +- reduced inbox pressure |
| 19 | +- grouped capture clusters |
| 20 | +- explicit route/research/plan/discard/leave recommendations |
| 21 | +- promotion of survived triage only |
| 22 | +- optional concise operator questions when routing is blocked |
| 23 | + |
| 24 | +It should not produce a giant digest of every captured idea. |
| 25 | + |
| 26 | +## Procedure |
| 27 | + |
| 28 | +1. Gather active capture. |
| 29 | + - Read `INBOX.md`. |
| 30 | + - Include relevant external capture packets when available. |
| 31 | + - Treat raw external source events as immutable Off-Git events, not as repo artifacts. |
| 32 | + |
| 33 | +2. Build meaningful capture packets. |
| 34 | + - Group related raw source events and `IBX-*` entries. |
| 35 | + - Split unrelated ideas that were captured together. |
| 36 | + - Merge near-duplicates. |
| 37 | + - Keep stable `IBX-*` provenance when an inbox line is later deleted. |
| 38 | + |
| 39 | +3. Protect focus. |
| 40 | + - Identify stale, duplicate, low-confidence, noisy, or "maybe later" clusters. |
| 41 | + - Report noisy/held/discarded capture by count or cluster when details would be distracting. |
| 42 | + - Do not create a "100 future directions" summary. |
| 43 | + |
| 44 | +4. Triage each meaningful cluster. |
| 45 | + - `route` when it has an accepted destination now. |
| 46 | + - `research` when a reusable question is worth investigating. |
| 47 | + - `plan` only when future direction is accepted. |
| 48 | + - `discard` when it is stale, duplicate, irrelevant, or intentionally dropped. |
| 49 | + - `leave` when the operator wants the pressure valve to hold it a little longer. |
| 50 | + |
| 51 | +5. Promote only survived triage. |
| 52 | + - Do not update `SPEC.md`, `STATUS.md`, `PLANS.md`, `research/`, or `records/decisions/` directly from raw inbox. |
| 53 | + - Route through the orchestrator or operator-approved decision. |
| 54 | + - Copy short summaries and provenance IDs into routed artifacts. |
| 55 | + - Do not rely on raw external source staying visible. |
| 56 | + |
| 57 | +6. Clean the inbox. |
| 58 | + - Purge entries reflected elsewhere. |
| 59 | + - Purge entries explicitly discarded. |
| 60 | + - Keep or rewrite held entries only when they still reduce pressure. |
| 61 | + - Leave a compact pressure summary if helpful, then clear daily scratch notes after routing. |
| 62 | + |
| 63 | +## Quality Bar |
| 64 | + |
| 65 | +- focus-protecting |
| 66 | +- concise clusters instead of exhaustive digest |
| 67 | +- preserved provenance |
| 68 | +- clear route/research/plan/discard/leave outcomes |
| 69 | +- no direct truth-doc updates from raw inbox pressure |
0 commit comments