
--- name: todo-opez-add description: Add a new todo item to the "💥 Todo: Opez" Apple Notes note allowed-tools: mcp__apple-notes__get_note_content, mcp__apple-notes__update_note_content, AskUserQuestion --- # Add Todo Item to Opez Add a single todo item to the "💥 Todo: Opez" Apple Notes note. ## Steps 1. Parse the user's message for the todo item (e.g., `/todo-opez-add fix the login bug in tenant settings`) 2. Read the current note named "💥 Todo: Opez" using `mcp__apple-notes__get_note_con
Watch the most recent Deploy workflow run and notify when it completes
Watch the current pull request's checks and notify when they complete
Review the current diff for bugs, security issues, and code quality concerns
--- name: todo-opez-clean description: Restructure the "💥 Todo: Opez" Apple Notes note into the standard format with typed, sectioned items allowed-tools: mcp__apple-notes__get_note_content, mcp__apple-notes__update_note_content, AskUserQuestion --- # Todos Cleanup Opez Restructure the "💥 Todo: Opez" note to match the standard todo format. ## Standard Format The note should have two sections with typed, bulleted items: ``` ## Now - feat: Mailbox should be per tenant and how OTP is handled
--- name: todo-opez description: List open todo items from the "💥 Todo: Opez" Apple Notes note allowed-tools: mcp__apple-notes__get_note_content --- # Todos Opez Fetch and display open todo items from Apple Notes, preserving the note's existing structure. ## Steps 1. Read the note named "💥 Todo: Opez" using the Apple Notes plugin 2. Display the items as they are in the note, preserving the **Now** and **Someday** sections 3. Do not reformat or restructure — present items exactly as written
Squash merge the current PR, switch to main, and clean up the local branch
Create a well-structured git commit using the Conventional Commits specification
Create a concise pull request with conventional commit title, summary, and labels
Create a local git branch using best practices and conventional branch naming