Bug Blitz Resolve all open bugs in parallel — one worktree and one subagent per bug. Workflow 1. Fetch Bugs First, determine the current project by calling and matching the current repository name against the project list. If no matching Transit project is found, inform the user and stop. Then query Transit for all bug-type tasks in "idea" status, filtered by the matched project: If no bugs are found, inform the user and stop. Present the list of bugs to the user with their references and names. Ask for confirmation before proceeding. The user may choose to exclude specific bugs. 2. Create Wo…