From ctx
Suggests 1-3 prioritized next tasks by analyzing TASKS.md, recent sessions via ctx journal, and priority tags. Use at session start, after tasks, or when unsure what to prioritize.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ctx:ctx-nextThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze current tasks and recent session activity, then suggest
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:
npx claudepluginhub activememory/ctx --plugin ctxSelects and implements the next task or session from a task list. Use when continuing work, picking the next task, or implementing tasks in priority order.
Recommends the next task by scanning markdown files in tasks directory, filtering pending tasks without unmet dependencies, and ranking by priority, effort, and creation date. Use when asking what to work on next.
Reads project state and recommends the single next sensible step, anchored to concrete tasks and open questions. Read-only advisory output.