Generate or open today's TODO list
Generate (or open) a daily TODO list for the user.
Determine the target date:
$ARGUMENTS contains a date, use thatCheck if tasks/todo_{{date_file}}.md already exists (date_file format: YYYY-MM-DD):
tasks workflow to generate it.To generate, follow workflows/tasks/workflow.md:
tasks/ and carry over unchecked items (bump age tags)node connectors/gmail-multi/calendar.js --date={{YYYY-MM-DD}}mcp__claude_ai_Atlassian__searchJiraIssuesUsingJql with cloudId stashproperty.atlassian.net and JQL assignee = currentUser() AND status IN ("Needs Attention", "In Progress") ORDER BY priority DESC — add as dev items with Jira key prefixnode connectors/gmail-multi/search.js --max=15 "is:starred OR is:important newer_than:3d"tasks/todo_{{YYYY-MM-DD}}.mdPresent the list to the user and ask if they want to adjust anything
Log the task to logs/task_todo_{{date}}.md