recursive-decomposition

Installation
SKILL.md

Recursive Decomposition Guidelines

References

Consult these resources as needed:

  • ./references/rlm-strategies.md — Detailed decomposition patterns from the RLM paper
  • ./references/cost-analysis.md — When to apply recursive vs. direct approaches
  • ./references/codebase-analysis.md — Full walkthrough of codebase-wide analysis
  • ./references/document-aggregation.md — Multi-document information extraction
  • ../council/references/task-workflow.md — sub-delegate routing, enum probe, parallelism (SSOT)

Core Principles

CRITICAL: Treat inputs as environmental variables, not immediate context.

Most tasks fail when context is overloaded. Instead of loading entire contexts into the processing window, treat inputs as environmental variables accessible through tools. Decompose problems recursively, process segments independently, and aggregate results programmatically.

Progressive disclosure: Load information only when necessary. Start high-level to map the territory, then dive into specific areas.

Installs
19
GitHub Stars
3
First Seen
May 6, 2026
recursive-decomposition — akindu23/my-agent-skills