npx claudepluginhub digital-stoic-org/agent-skills --plugin gtdThis skill is limited to using the following tools:
Fast append to inbox. No priority, no routing — just capture.
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 append to inbox. No priority, no routing — just capture.
$ARGUMENTS as item text/home/mat/dev/gtd-pcm/01-inbox.md### New section- <item> [created:: YYYY-MM-DD] after section header (newest first), using today's actual dateStep 1: Read /home/mat/dev/gtd-pcm/01-inbox.md
Step 2: Find ### New section in the file
Step 3: Get today's date (use Bash: date +%Y-%m-%d)
Step 4: Use Edit tool to insert new item:
### New (exactly as it appears in file)### New\n- <item text from $ARGUMENTS> [created:: YYYY-MM-DD] (substitute real date)Insert position: After ### New header, before any existing items (newest first).
Example:
Before:
### New
### Prio 1
After capture "buy milk":
### New
- buy milk [created:: 2026-02-23]
### Prio 1
Direct invocation:
/gtd:capture buy milk/gtd:capture call John about projectNatural language (auto-invoked):
File not found: If inbox doesn't exist, report error and suggest checking vault path.
Section not found: If ### New section missing, report error and suggest running setup.
Edit conflict: If Edit tool fails (e.g., concurrent modification), report error and ask user to retry.