How this skill is triggered — by the user, by Claude, or both
Slash command
/followthrough:addThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add a new commitment to track.
Add a new commitment to track.
/ft promise "title" - Add a promise/ft product "title" or /ft broken-product "title" - Add a product to fix/ft regulation "title" - Add a regulation/formTYPE - Required: promise, product, regulation, or custom type name"TITLE" - Required: Description of the commitment--to NAME - For promises: who you made the promise to--due DATE - Due date in YYYY-MM-DD format--priority LEVEL - low, medium (default), high, or urgent--desc "TEXT" - Longer description--notes "TEXT" - Additional notesParse Arguments: Extract type, title, and optional flags
Validate Type: Check type exists in commitment_types table. If not, show available types.
Insert Commitment:
Confirm: Display:
Added: {title}
ID: {id}
Type: {type}
Priority: {priority_name}
Due: {due_date or "No due date"}
Show Updated Dashboard (abbreviated)
/ft promise "Send birthday card" --to "Mom" --due "2025-01-15" --priority high
/ft product "Fix leaky faucet"
/ft regulation "Renew passport" --deadline "2025-06-01"
npx claudepluginhub fredzannarbor/claude-followthrough-pluginTriage and close open commitments with honest real-world verdicts via acc_act(runtime="outcome").
Creates, organizes, and tracks tasks with priorities, due dates, tags, and recurring options. Useful for project planning or daily task management.
Creates sequential tasks with priority, status, due dates in secondbrain's .claude/data/tasks YAML shards. Activates on 'create task', 'add todo', or similar requests.