Our review
Marks a commitment as abandoned (no longer applicable) in a tracking system.
Strengths
- Cleans up stale commitments without deletion.
- Keeps history for future reference.
- Abandoned items do not count against completion stats.
Limitations
- Requires knowing the commitment ID.
- Reason is optional, which may reduce traceability.
When a commitment is no longer relevant or cannot be fulfilled.
If you merely want to reschedule or modify the commitment (use /ft update instead).
Security analysis
SafeThe skill performs a read-update operation on an internal data store (commitments) without any use of system commands, external network access, or sensitive data exposure. No destructive or risky actions are instructed.
No concerns found
Examples
/ft abandon 42/ft abandon 42 --reason "Project cancelled"Mark a commitment as abandoned (no longer applicable).
Usage
/ft abandon ID [--reason "TEXT"]
Arguments
ID- Required: The commitment ID--reason "TEXT"- Optional reason for abandoning
Instructions
-
Find Commitment: Look up by ID
-
Update:
- Set status to 'abandoned'
- Add reason to notes if provided
-
Confirm:
Abandoned: {title} Reason: {reason or "Not specified"}
Note: Abandoned items don't count against completion stats but are kept for history.
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.