Skip to content

docs: recurse complex problems to the fast path - #9

Merged
iteathen merged 1 commit into
mainfrom
agent/recursive-problem-decomposition
Sep 6, 2026
Merged

iteathen merged 1 commit into
mainfrom
agent/recursive-problem-decomposition

Conversation

@iteathen

@iteathen iteathen commented Sep 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • make recursive decomposition part of the adaptive problem-solving cycle
  • require large/complex work to be decomposed along real ownership/contract/lifecycle/dependency seams when useful
  • reclassify each child independently and return simple, small, understood leaves to the normal fast path
  • treat the decomposition as a dependency web when appropriate, not necessarily a tree
  • keep parent-level integration, completeness, and original acceptance-condition qualification
  • clarify that the extended cycle exists only for complex, large-scope, or materially uncertain work

Scope

Documentation/governance only. No runtime, schema, ABI, support, or compatibility claims change.

Validation

Protected main requires the Community quality check. Merge only the exact reviewed head after it passes.

@iteathen
iteathen merged commit a909118 into main Sep 6, 2026
1 check passed
@iteathen
iteathen deleted the agent/recursive-problem-decomposition branch September 6, 2026 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant