From productivity
Quick capture to today's daily note. Use when the user says "capture this", "remind me to", "add a task", or mentions something they want to track. Appends to
npx claudepluginhub acjackman/claude-productivityThis skill uses the workspace's default tool permissions.
Fast inbox for anything that comes up during the day. Zero friction — get it out of your head and into the vault.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Fast inbox for anything that comes up during the day. Zero friction — get it out of your head and into the vault.
$ARGUMENTS is the thing to capture. May be a task, a note, an idea, or a request.
Parse $ARGUMENTS for:
memory/AGENTS.md active efforts first.- [ ]). If it's an observation or reference, use a plain bullet (-).Call the capture MCP tool:
capture({
text: "<the item>",
effort_link: "<effort-slug if relevant>",
is_task: true/false
})
Confirm what was captured. One line, e.g.:
Captured: "Review Phoenix runbook" → linked to [[20260318211939|Phoenix DB Migration]]
/capture ask Todd about Q2 budget → - [ ] Ask Todd about Q2 budget/capture interesting article on pglogical → - Interesting article on pglogical (no checkbox — not actionable)/capture benchmark Redis for rate limiting [[20260322010553]] → - [ ] Benchmark Redis for rate limiting [[20260322010553]]If the captured item sounds like multi-step work (not a quick task), suggest:
This sounds like it could be an effort. Want me to create one with
/effort-create?
Don't auto-create — let the user decide.