Manage Things 3 tasks on macOS via AppleScript. Full CRUD: view, create, complete, move, and delete tasks and projects across all Things 3 lists.
98
100%
Does it follow best practices?
Impact
96%
2.04xAverage score across 5 eval scenarios
Passed
No known issues
A scrum master at a software team runs two-week sprints. At the end of each sprint, she needs to mark all completed work as done in Things 3. The tasks follow a naming convention that includes the sprint number (e.g., tasks with "Sprint 24" in their name), but there are often multiple tasks with similar names — like "Sprint 24: Review PR #8" and "Sprint 24: Review PR #12" — which makes bulk completion tricky.
She needs a careful, safe workflow: see what tasks exist before doing anything, mark them done one by one, and then verify they're actually gone from the active lists and appear in the logbook. If a task name is ambiguous and matches multiple items, she wants to see all the matches clearly rather than having the script guess which one to complete.
Write a shell script called close_sprint.sh that accepts a sprint keyword as a parameter (e.g., ./close_sprint.sh "Sprint 24") and:
Also produce a sprint_closure_report.md that documents: