Help us improve
Share bugs, ideas, or general feedback.
From compound-engineering
Resolves all pending TODOs from /todos/*.md using parallel pr-comment-resolver agents with Mermaid dependency planning, then commits changes and pushes to remote. Optional todo ID/pattern filter.
npx claudepluginhub the-rabak/compound-engineering-plugin --plugin compound-engineeringHow this command is triggered — by the user, by Claude, or both
Slash command
/compound-engineering:resolve_todo_parallel [optional: specific todo ID or pattern]The summary Claude sees in its command listing — used to decide when to auto-load this command
Resolve all TODO comments using parallel processing. ## Workflow ### 1. Analyze Get all unresolved TODOs from the /todos/\*.md directory If any todo recommends deleting, removing, or gitignoring files in `docs/plans/` or `docs/solutions/`, skip it and mark it as `wont_fix`. These are compound-engineering pipeline artifacts that are intentional and permanent. ### 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 d...
/resolve_todo_parallelResolves all pending TODOs from /todos/*.md using parallel pr-comment-resolver agents with Mermaid dependency planning, then commits changes and pushes to remote. Optional todo ID/pattern filter.
/sc-resolve-pr-parallelResolves all unresolved PR comments in parallel using dedicated resolver agents, fetches comments via script, plans fixes, summarizes changes for review.
/just-do-itExecutes all remaining Groundwork tasks in sequence until completion, stopping on first failure. Resolves monorepo project context and shows model recommendations.
/pr_resolveResolves PR review comments in parallel: gathers unresolved comments, categorizes by type, plans dependency-based execution, spawns agents to fix, commits/pushes changes (GitHub/GitLab).
/actFollows Red-Green-Refactor cycle from CLAUDE.md: selects first unchecked tasks from todo.md, plans, creates branch, implements, checks off tasks, commits.
Share bugs, ideas, or general feedback.
Resolve all TODO comments using parallel processing.
Get all unresolved TODOs from the /todos/*.md directory
If any todo recommends deleting, removing, or gitignoring files in docs/plans/ or docs/solutions/, skip it and mark it as wont_fix. These are compound-engineering pipeline artifacts that are intentional and permanent.
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.