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.
npx claudepluginhub activememory/ctx --plugin ctxThis skill is limited to using the following tools:
Analyze current tasks and recent session activity, then suggest
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.
Selects and implements next unblocked task or session from .otto/tasks JSON files. Checks git branch, handles priorities/blockers, launches frontend/backend subagents.
Retrieves next recommended task from taskmd CLI with user arguments, reads details, and displays summary including ID, title, status, priority, and description. Use for task assignments or next steps.
Share bugs, ideas, or general feedback.
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: