What problem does it solve?
This skill automates the gap between open Radicle issues and actionable work by scanning issues, generating structured plans for complex tasks, and executing simple tasks directly so maintainers can reduce manual triage and coordination overhead.
Core Features & Use Cases
- Automated Issue Processing: Continuously watches a repository for open issues and either handles simple issues directly or generates Plan COBs for complex work.
- Plan Creation & Orchestration: Converts TODO-labeled issues into Plan COBs with task breakdowns, links plans to issues, swaps labels, and dispatches approved plans to orchestrated worktrees.
- Use Case: Run the plan loop to convert backlog TODO issues into draft plans, review and approve a plan, then let the orchestrator execute tasks across isolated worktrees to produce patches and Context COBs.
Quick Start
Start the plan loop to convert TODO-labeled issues into Plan COBs and dispatch approved plans by running the /rad-plan-loop and /rad-orchestrate-loop commands in a Radicle-enabled repository.