From safe-engineering
Resolves all TODO comments using parallel processing: analyzes TODOs, plans dependencies with Mermaid diagram, spawns parallel resolver agents, commits and pushes changes.
npx claudepluginhub safe-global/safe-engineering-plugin[optional: specific TODO pattern or file]Resolve all TODO comments using parallel processing. ## Workflow ### 1. Analyze Gather the things todo from above. ### 2. Plan Create a TodoWrite list of all unresolved items grouped by type.Make sure to look at dependencies that might occur and prioritize the ones needed by others. For example, if you need to change a name, you must wait to do the others. Output a mermaid flow diagram showing how we can do this. Can we do everything in parallel? Do we need to do one first that leads to others in parallel? I'll put the to-dos in the mermaid diagram flow‑wise so the agent knows how to p...
/resolve_parallelResolves all TODO comments using parallel processing: analyzes items and dependencies, plans with Mermaid flow diagram, implements via parallel subagents, commits and pushes changes.
/resolve_parallelResolves all TODO comments using parallel processing: analyzes TODOs, plans dependencies with Mermaid diagram, spawns parallel resolver agents, commits and pushes changes.
/resolve_parallelResolves all TODO comments using parallel processing: analyzes items and dependencies, plans with Mermaid flow diagram, implements via parallel subagents, commits and pushes changes.
/resolve_parallelResolves all TODO comments using parallel processing: analyzes items and dependencies, plans with Mermaid flow diagram, implements via parallel subagents, commits and pushes changes.
/resolve_parallelResolves all TODO comments using parallel processing: analyzes items and dependencies, plans with Mermaid flow diagram, implements via parallel subagents, commits and pushes changes.
Resolve all TODO comments using parallel processing.
Gather the things todo from above.
Create a TodoWrite list of all unresolved items grouped by type.Make sure to look at dependencies that might occur and prioritize the ones needed by others. For example, if you need to change a name, you must wait to do the others. Output a mermaid flow diagram showing how we can do this. Can we do everything in parallel? Do we need to do one first that leads to others in parallel? I'll put the to-dos in the mermaid diagram flow‑wise so the agent knows how to proceed in order.
Spawn a pr-comment-resolver agent for each unresolved item in parallel.
So if there are 3 comments, it will spawn 3 pr-comment-resolver agents in parallel. liek this
Always run all in parallel subagents/Tasks for each Todo item.