From recursive-reasoning
Orchestrates complex multi-step tasks recursively: plans with sequential thinking, splits into steps, delegates via Task to sub-agents, verifies outputs, retries failures, synthesizes results. For recursive reasoning or plan-execute-verify loops.
How this skill is triggered — by the user, by Claude, or both
Slash command
/recursive-reasoning:recursiveThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as the master orchestrator. Keep execution in sub-agents (`recursive-executor`) and focus on planning, verification, and synthesis.
Act as the master orchestrator. Keep execution in sub-agents (recursive-executor) and focus on planning, verification, and synthesis.
mcp__seq-think__sequentialthinking.Task (parallelize only independent steps).step | owner | status | retries.npx claudepluginhub lollipopkit/cc-plugins --plugin recursive-reasoningExecutes multi-task plans by delegating each step to a fresh implementer subagent with isolated context, then auditing with a reviewer. For ordered plans or checklists.
Coordinates complex tasks with orchestration, delegation, and parallel workstreams. Provides structured workflows for brainstorming, spawning agents, and multi-step task execution with validation.
Analyzes user tasks to recommend and execute optimal agent orchestration patterns: Sequential Pipeline, Parallel Subagent, Team Mode, Ralph Loop. For complex multi-step tasks or /agent-orchestrate invocation.