Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub fredzannarbor/claude-followthrough-pluginHow 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.
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.
Capture and manage commitments, decisions, ideas, sessions, and knowledge in SQLite databases using SQL queries and bash. Core skill for secretary plugin workflow.
Creates task notes in PKM vaults from title, optional priority, due date, and description. Detects project from CLAUDE.md, checks duplicates via semantic search, and confirms creation.
Share bugs, ideas, or general feedback.
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"