Add a new commitment to track.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
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"