Resolve Todos banner
JairoTorregrosa JairoTorregrosa

Resolve Todos

Productivity community

Description

--- name: resolve-todos description: "Resolve approved TODOs in parallel using worker agents — one agent per TODO" argument-hint: "[todo-ids...]" disable-model-invocation: true --- # Resolve Approved TODOs Spawn parallel worker agents to resolve all `ready` TODOs. Each worker reads its assigned TODO, implements the recommended action, and marks it complete. ## Steps ### 1. Load Ready TODOs Read all `todos/*-ready-*.md` files using Glob. If an argument was provided (e.g., a specific ID like

Installation

Installs to ~/.claude/skills/jairotorregrosa-jaiskills-resolve-todos/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jairotorregrosa-jaiskills-resolve-todos && curl -fsSL https://raw.githubusercontent.com/JairoTorregrosa/jaiskills/HEAD/commands/resolve-todos.md -o ~/.claude/skills/jairotorregrosa-jaiskills-resolve-todos/SKILL.md

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

Full documentation available on GitHub

View Source Repository