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:add-typeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a new custom commitment type.
Composes git commit messages following Conventional Commits spec for structured history, changelogs, and semantic versioning. Use when writing commits for semantic-release, commitizen, git-cliff or indicating breaking changes.
Generates semantic Git commit messages attributing changes to agents (planner, implementor, reviewer) in ADW workflows, formatted as 'agent: type: description'. Invoke after edits via /commit-with-agent.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Create a new custom commitment type.
/ft add-type "name" [--display "Display Name"] [--desc "description"]
"name" - Required: Type identifier (lowercase, no spaces - will be normalized)--display "NAME" - Human-readable display name (defaults to capitalized name)--desc "TEXT" - Description of what this type is forNormalize Name: Lowercase, replace spaces with hyphens
Validate: Check type doesn't already exist
Insert: Add to commitment_types table with is_default=0
Confirm:
Created type: {name}
Display: {display_name}
Description: {description}
Use it: /ft {name} "your commitment"
/ft add-type "habit" --desc "Daily habits to build"
/ft add-type "goal" --display "Long-term Goal" --desc "Big objectives"
/ft rename-type "old" "new" - Rename a type/ft delete-type "name" --move-to "other" - Delete a type