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:completeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Mark a commitment as completed.
Marks taskmd tasks as completed: verifies subtasks and acceptance criteria, checks off items, adds worklogs if enabled, handles PR-review workflow, runs verification checks.
Marks ClickUp tasks as complete after user confirms all checklist items, adding a summary comment. Prevents closing unfinished tasks by listing incompletes and suggesting fixes.
Share bugs, ideas, or general feedback.
Mark a commitment as completed.
/ft complete ID [--notes "TEXT"]
ID - Required: The commitment ID (8-character code from dashboard)--notes "TEXT" - Optional completion notesFind Commitment: Look up by ID in database
Validate: Ensure commitment exists and is pending/in-progress
Update:
Update Streak: Increment daily completion count
Celebrate:
Completed: {title}
Status: {on-time or late}
Current streak: N days
Completions today: N
/ft complete abc123
/ft complete abc123 --notes "Sent the email as promised"