Guidance for applying changes across multiple projects. Use when user wants to make changes across multiple projects or apps simultaneously.
Follow these steps when applying changes across multiple projects.
Determine which projects need the change:
ripgrep, use **/ globs to handle nested app roots (e.g., **/find/this/file.rb)Identify what changes to apply:
Before applying any changes, check if the user specified whether to commit changes to git:
Spawn one subagent per project using the Task tool to apply changes in parallel:
Each subagent must follow this workflow:
git status. If any exist, run git stash --include-untracked before starting work.git stash pop if a stash was created in step 1.After all subagents complete: