Skip to content

Add /tree-solve skill#16

Merged
AaronGoldsmith merged 3 commits intomainfrom
feature/tree-solve-skill
Mar 21, 2026
Merged

Add /tree-solve skill#16
AaronGoldsmith merged 3 commits intomainfrom
feature/tree-solve-skill

Conversation

@AaronGoldsmith
Copy link
Copy Markdown
Owner

Summary

Recursive task decomposition skill. Launches a tree of agents that break complex tasks into subtasks, delegate to child processes, and aggregate results.

🤖 Generated with Claude Code

Launches a tree of agents that decompose complex tasks into subtasks,
delegate to child processes, and aggregate results. Each level can
execute directly or decompose further via claude --agent tree-solver.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 21, 2026 16:27
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Claude skill (tree-solve) intended to support recursive task decomposition by spawning a tree of child solver agents and aggregating results.

Changes:

  • Introduces a new user-invocable tree-solve skill definition.
  • Documents an execution flow: parse args → create workspace → decompose → spawn children → collect → aggregate → present results.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .claude/skills/tree-solve/SKILL.md Outdated
Comment thread .claude/skills/tree-solve/SKILL.md Outdated
Comment thread .claude/skills/tree-solve/SKILL.md Outdated
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@AaronGoldsmith AaronGoldsmith marked this pull request as ready for review March 21, 2026 17:11
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 312fcb2898

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .claude/skills/tree-solve/SKILL.md Outdated
Comment thread .claude/skills/tree-solve/SKILL.md Outdated
Comment thread .claude/skills/tree-solve/SKILL.md Outdated
…skill invocation

- Check TREE_WORKSPACE env var before creating fresh session (child node reuse)
- Change heredoc from << 'EOF' to << EOF so shell variables expand
- Replace --agent tree-solver with --append-system-prompt for /tree-solve skill
- Pass TREE_WORKSPACE env var to child processes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@AaronGoldsmith AaronGoldsmith merged commit 7acbccc into main Mar 21, 2026
2 checks passed
@AaronGoldsmith AaronGoldsmith deleted the feature/tree-solve-skill branch March 21, 2026 17:32
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.

2 participants