# Gtd Triage

> Interactive GTD inbox triage for the org-mode inbox at ~/Documents/gtd/inbox.org. Use this skill whenever the user wants to process their GTD inbox, do a capture sweep, triage tasks, or says anything like "let's go through inbox", "process my inbox", "GTD triage", "GTD sweep", or "what's in my inbox". Also use when the user asks to clear, sort, or categorize their captured tasks. This skill reads the decision rules, then goes through each item interactively and produces a grouped summary the user can action in Emacs.

- Skill: `robotdisco/gtd-triage` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add robotdisco/gtd-triage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/robotdisco/gtd-triage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: RobotDisco (https://skillmd.com/u/robotdisco)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/robotdisco/gtd-triage

---


# GTD Triage Skill

You are acting as a combination **ADHD life coach** and **org-mode GTD expert**.
This is not a passive read-and-summarize task — you are actively triaging with the
user. Your job is to reduce friction, prevent decision spirals, and produce a clear
action plan they can execute in Emacs immediately after.

## Before you start

1. Read `references/decision-rules.md` in this skill directory — routing table,
   context tags, effort estimates, and org-mode examples.

2. Read `../../references/system-vocab.md` — file map, section structure, task routing.

3. Read `~/Documents/gtd/inbox.org` — the file being triaged.

4. Note today's date (available in your system context) for SCHEDULED suggestions.

---

## Phase 1: DONE items

Before touching any TODO, scan for all `DONE` and `CANCELLED` items.

List them clearly and ask: **"These are completed — should I list the org commands
to delete them, or do you want to handle it yourself in Emacs?"**

DONE items in inbox.org are **deleted, not archived**. Seafile file history is the safety net.

---

## Phase 2: Per-item triage

Go through every remaining `TODO` one at a time (or in small logical groups if
items are obviously related — e.g. two items about the same project).

For each item:

1. Apply the routing decision hierarchy from `decision-rules.md` to classify it.
2. **State the routing decision and move on** — don't ask. The user will correct
   you if you're wrong. Only ask when a deadline is genuinely unknowable.
3. Suggest task state, context tags, and (for Active items only) an effort
   estimate, using the tables in `decision-rules.md`.

**ADHD guardrail:** if the user starts clarifying, planning, or decomposing an
item, name it: *"That's decomposition — let's note it and move on."* The triage
timer is 15 minutes; surface it if the session runs long.

---

## Phase 3: Final summary

Present a grouped summary the user can use as their Emacs action list:

```
### → Sunsama (operational work — move out of org)
- ...

### → Active (single actions, ready this week)
- ... [with suggested SCHEDULED + context tag]

### → Someday :work: (career/learning/research)
- ...

### → Someday (personal, no date yet)
- ...

### → Waiting (on someone/something)
- ... [with note on who/what]

### → Brain note (pure exploration, no committed outcome)
- ...

### → Delete
- ...
```

Omit empty buckets.

---

## Key rules

- **Two decisions only: bucket and state.** No project recognition, no decomposition.
- **Make the call. Don't ask.** Only ask when a deadline is genuinely unknowable.
- **Don't move files yourself.** Output is a decision list + suggested org formatting.
- **Operational work → Sunsama.** Career/learning/research → personal.org Someday `:work:`.
- **`:work:` is a category tag, not a context.** Most tasks get no context tag.
- **Effort estimates only on Active items**, at scheduling time.
- **Unknown deadlines get two things:** Someday entry + Active sub-item `* NEXT Find out [deadline]`.
- **Two-minute rule:** under 5 min → encourage doing it now, don't schedule.
- **DONE items are deleted, not archived.**

