From ctx
Adds actionable tasks to TASKS.md for follow-up work or subtasks using ctx bash tool. Validates specificity, priority, uniqueness, and actionability before recording.
npx claudepluginhub activememory/ctx --plugin ctxThis skill is limited to using the following tools:
Add a task to TASKS.md.
Creates taskmd task files via CLI: parses user input for title, template, flags like priority/tags/group; fills objective, subtasks, criteria; validates output. Use when adding project tasks.
Creates tasks or sections in TASKS.md to track project work. Auto-triggers on phrases like 'add a task', 'todo', 'let's plan', or untracked future work.
Queues a single task from conversation using `tsk add`. Summarizes discussions into templated prompts with task names for asynchronous agent execution.
Share bugs, ideas, or general feedback.
Add a task to TASKS.md.
Three questions: if any answer is "no", don't record:
Tasks should describe what to do and why, not just a topic.
If the user provides only a topic, ask:
ctx add task "Task description" [--priority high|medium|low] [--section "Phase N"]
Placement: Without --section, the task is inserted before the
first unchecked task in TASKS.md. Use --section only when you need
a specific section (e.g., --section "Maintenance").
Example: specific and actionable:
ctx add task "Add --cooldown flag to ctx agent to suppress repeated output within a time window. Use tombstone file per session for isolation." --priority medium
Example: with context for why:
ctx add task "Investigate ctx init overwriting user-generated content in context files. Commit a9df9dd wiped 18 decisions from DECISIONS.md. Need guard to prevent reinit from destroying user data." --priority high
Example: scoped subtask:
ctx add task "Add topic-based navigation to blog when post count reaches 15+" --priority low
Bad examples (too shallow):
ctx add task "Fix bug" # What bug? Where?
ctx add task "Improve performance" # Of what? How?
ctx add task "Authentication" # That's a topic, not a task
Before recording, verify:
Confirm the task was added.