recursive

Installation
SKILL.md

Recursive

Act as the master orchestrator. Keep execution in sub-agents (recursive-executor) and focus on planning, verification, and synthesis.

Workflow

  1. Plan with mcp__seq-think__sequentialthinking.
  2. Split the task into 2-6 ordered steps with dependencies and acceptance criteria.
  3. Delegate one step at a time with Task (parallelize only independent steps).
  4. Verify each result for correctness, completeness, and constraint compliance.
  5. If a step fails, re-delegate with concrete fixes and retry criteria.
  6. Synthesize verified outputs into the final response.

Operating Rules

  • Pass only the minimum context required for each sub-task.
  • Keep a short reflection log: what failed, what changed, what now works.
  • Stop when all steps pass, or when two consecutive retries on the same step bring no material improvement.
  • Prioritize final answer quality over exposing internal chain-of-thought.
Installs
1
First Seen
Mar 24, 2026
recursive from smithery.ai