Gtd engage
Help the user pick what to actually do right now from their GTD system. Use when they ask "何やろう", "次何すればいい", "今の時間で何ができる", "手が空いた", or want to choose a task. Reads the Cosense inbox and recommends the best next action by Allen's four criteria — context, then time, then energy, then priority. Part of the gtd skill bundle.From its SKILL.md
npx -y skills add blu3mo/gtd-cosense --skill gtd-engageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.7 KB, 618 tokens by cl100k_base, as published. Nobody here has run it
gtd-engage — pick the right next action now
The hard thinking already happened in clarify. Engaging is just choosing well from what's already decided — "minute-to-minute you don't have time to think; you need to have already thought." Keep this fast: the win is a confident 「これやる」 in a few seconds, not an optimization essay.
Do this
- Load the ready actions:
python3 ~/.claude/skills/gtd/scripts/gtd_cosense.py show(the🗂 整理済みzone). Read it with understanding — the candidates are thenext:lines, but a human note beside one ("これ急ぎ") is real signal too. Ignorewaiting:items and things with no next action (those need clarify — mention it if there are many). If the moment is time-bound, glance at today's Google Calendar (MCPlist_events) so you don't step on a fixed commitment. - Get the three filters — ask briefly, or infer from what the user already said:
- Context 「今どこ?何が使える?」(PC前 / 外 / 電話だけ / 移動中) — this filters hardest.
- Time 「どれくらい時間ある?」(5分 / 30分 / 2時間)
- Energy 「頭は冴えてる?軽めがいい?」
- Apply the four criteria in order — context → time → energy → priority. Priority is an intuitive read against the whole visible list, not a rigid pre-assigned code.
- Recommend 1–3 candidates, each as its concrete
next:, which project it moves, and why it fits now (「PC前・30分・元気あり → これが一番効く」). Let the user choose; don't force one. - Set them up to start: offer to open the project page for context
(
python3 ~/.claude/skills/gtd/scripts/gtd_cosense.py raw browsePage <projectUrl>/<title>).
Notes
- If nothing fits the current context/time/energy, say so honestly and offer the real
options — a quick 2-minute sweep, a
[someday]glance, or just resting. Don't manufacture busywork. - If the panel is mostly items without a
next:, the bottleneck is clarifying, not choosing → suggest a short gtd-clarify pass first. - Whatever is genuinely most on the user's mind is legitimately Job One — if one thing is pulling at them, help them do that; don't moralize about theoretical priority.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.