with one click
ctx-next
// Suggest what to work on next. Use when starting a session, finishing a task, or when unsure what to prioritize.
// Suggest what to work on next. Use when starting a session, finishing a task, or when unsure what to prioritize.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | ctx-next |
| description | Suggest what to work on next. Use when starting a session, finishing a task, or when unsure what to prioritize. |
| allowed-tools | Bash(ctx:*), Read |
Analyze current tasks and recent session activity, then suggest 1-3 concrete next actions with rationale.
/ctx-next
/ctx-next (just finished the auth refactor)
Do all of this silently: do not narrate the steps:
ctx journal source --limit 3
Rank candidate tasks using these criteria (in order):
#priority:high > #priority:medium
#priority:low> untagged
#blocked or listed under a
"Blocked" section#in-progress tasks should be resumed
before starting new ones (finishing > starting)[x] completed tasks[-] skipped tasks#blocked with no resolution pathPresent your recommendations like this:
1. [Task title or summary] #priority:X
[1-2 sentence rationale: why this, why now]
2. [Task title or summary] #priority:X
[1-2 sentence rationale]
3. [Task title or summary] (optional: only if genuinely useful)
[1-2 sentence rationale]
Based on N pending tasks across M phases. Last session: [topic] ([date]).
block-non-path-ctx hook" not
"work on hooks"Recommended Next
1. Fix
block-non-path-ctxhook#priority:highStill open from yesterday's session. The hook is too aggressive: it blocks
git -C pathcommands that don't invoke ctx. Quick fix, clears a blocker.2. Add
Context.File(name)method#priority:highEliminates 10+ linear scan boilerplate instances across 5 packages. High impact, low effort: good consolidation target.
3. Topics system (T1.1)
#priority:mediumJournal site's most impactful remaining feature. Metadata is already in place from the enrichment work.
Based on 24 pending tasks across 3 phases. Last session: doc-drift-cleanup (2026-02-11).
"You have many tasks. Here are some options:
- Do some stuff with hooks
- Maybe work on tests
- There's also some docs to write"
(Too vague, no priorities, no rationale, no connection to context.)
Before presenting recommendations, verify: