barkleesanders

Resolve Parallel — Productivity skill for Claude Code

Productivity community

Resolve all TODO comments using parallel processing.

How to install Resolve Parallel

Installs to ~/.claude/skills/barkleesanders-claude-code-starter-resolve_parallel/SKILL.md

Terminal
mkdir -p ~/.claude/skills/barkleesanders-claude-code-starter-resolve_parallel && curl -fsSL https://raw.githubusercontent.com/barkleesanders/claude-code-starter/HEAD/commands/resolve_parallel.md -o ~/.claude/skills/barkleesanders-claude-code-starter-resolve_parallel/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Resolve Parallel does


name: resolve_parallel description: Resolve all TODO comments using parallel processing argument-hint: "[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 wai

Alternatives in Productivity

  • Claude Hud — A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progr 14k ★
  • Octoboss Reorganize Todos — You are the Octoboss — a cross-tentacle orchestrator 1.4k ★
  • Pi Subagents — Claude Code like Sub-Agents & Workflow Orchestration for Pi — parallel execution, live widget, fleet view, cus 967 ★

Full documentation available on GitHub

View Source Repository