task-add
25superuser-pal/awesome-second-brain
Command Claude Code
Quick task capture. Add a task without needing to know which project or domain it belongs to — the system routes it to the right place.
superuser-pal/awesome-second-brain
Command Claude Code
Quick task capture. Add a task without needing to know which project or domain it belongs to — the system routes it to the right place.
superuser-pal/awesome-second-brain
Command Claude Code
Sync tasks between dashboards/TASKS.md and domain project files. No args or 'pull' = aggregate tasks. 'push' = push TASKS.md changes back to source files.
superuser-pal/awesome-second-brain
Command Claude Code
Semantically search the vault and synthesize a direct answer to a complex question using QMD.
superuser-pal/awesome-second-brain
Command Claude Code
Pull all relevant context and snippets on a specific topic to provide a comprehensive overview.
superuser-pal/awesome-second-brain
Command Claude Code
Manually refresh the QMD vector embeddings and index.
superuser-pal/awesome-second-brain
Command Claude Code
Perform a fast keyword search across the vault and return a formatted table of results.
superuser-pal/awesome-second-brain
Command Claude Code
Fast session review and consistency check before ending.
superuser-pal/awesome-second-brain
Command Claude Code
Morning kickoff. Load today's context, review yesterday, surface open tasks, identify priorities, and create today's daily note in plan/.
superuser-pal/awesome-second-brain
Command Claude Code
Close the active week — calculate velocity, perform analytical synthesis, handle incomplete tasks, and archive to plan/archive/.
superuser-pal/awesome-second-brain
Command Claude Code
Full weekly lifecycle — close current week (including analytical synthesis) and plan the next week. Run at the end of a week to transition cleanly.
superuser-pal/awesome-second-brain
Command Claude Code
Weekly planning — select committed tasks, set week goal, create plan/W[x]YYYY-MM-DD.md. Run at the start of a new week.
superuser-pal/awesome-second-brain
Command Claude Code
First-run setup wizard for Awesome Second Brain. Run once after installing, or re-run any time to check system health.
superuser-pal/awesome-second-brain
Command Claude Code
Inject Chain-of-Thought reasoning into the active session. Think step by step for the remainder of the session until /thinking:reset.
superuser-pal/awesome-second-brain
Command Claude Code
Evaluate which active reasoning strategy best fits the user's stated goal. Active strategies only — no dormant peeking.
superuser-pal/awesome-second-brain
Command Claude Code
Clear the currently-injected reasoning strategy from the active session. Returns reasoning to default mode.
superuser-pal/awesome-second-brain
Hook Claude Code
Runs when a session starts on startup, resume and clear, executing session-start.sh via bash. From superuser-pal/awesome-second-brain.
superuser-pal/awesome-second-brain
Hook Claude Code
Runs before the agent uses a tool for Write, Edit, MultiEdit and Bash tool calls, executing pre-tool-use.ts via bun. From superuser-pal/awesome-second-brain.
superuser-pal/awesome-second-brain
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing classify-message.ts via bun. From superuser-pal/awesome-second-brain.
superuser-pal/awesome-second-brain
Hook Claude Code
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing validate-write.ts via bun. From superuser-pal/awesome-second-brain.
superuser-pal/awesome-second-brain
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh via bash. From superuser-pal/awesome-second-brain.
superuser-pal/awesome-second-brain
Hook Claude Code
Runs when the agent finishes a response, executing stop-hook.sh via bash. From superuser-pal/awesome-second-brain.
superuser-pal/awesome-second-brain
Hook Claude Code
Runs after the context is compacted, running echo 'Context was just compacted. Re-read brain/CACHE.md now. From superuser-pal/awesome-second-brain.
superuser-pal/awesome-second-brain
Settings file Claude Code
Agent settings declaring 7 hook events (SessionStart, PreToolUse, UserPromptSubmit, PostToolUse).
superuser-pal/awesome-second-brain
Skill Claude CodeCodex
Create and validate Domain Agents for PAL Second Brain. USE WHEN create agent, new agent, domain agent, validate agent, check agent.