Skip to content

Add agent definitions for agentic tasks#17

Merged
AaronGoldsmith merged 3 commits intomainfrom
feature/agent-definitions
Mar 21, 2026
Merged

Add agent definitions for agentic tasks#17
AaronGoldsmith merged 3 commits intomainfrom
feature/agent-definitions

Conversation

@AaronGoldsmith
Copy link
Copy Markdown
Owner

Summary

Three new .claude/agents/ definitions:

  • competition-tasks: generates tool-heavy, multi-step competition tasks
  • depth-test: minimal recursion test for agent spawning
  • tree-solver: recursive task decomposer with child delegation

🤖 Generated with Claude Code

- competition-tasks: generates tool-heavy, multi-step competition tasks
- depth-test: minimal recursion test for agent spawning
- tree-solver: recursive task decomposer with child delegation

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 new Claude agent definitions under .claude/agents/ intended to support agentic task generation and recursive delegation workflows in the Mobius project.

Changes:

  • Introduces competition-tasks agent for generating tool-dependent, verifiable competition tasks.
  • Introduces depth-test agent to validate recursive agent spawning behavior.
  • Introduces tree-solver agent for recursive task decomposition with child delegation.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
.claude/agents/competition-tasks.md Adds an agent definition for generating multi-tier, tool-heavy competition tasks.
.claude/agents/depth-test.md Adds an agent definition for a minimal recursion/spawn chain test.
.claude/agents/tree-solver.md Adds an agent definition for recursive decomposition and delegated execution via child processes.

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

Comment thread .claude/agents/competition-tasks.md Outdated
Comment thread .claude/agents/competition-tasks.md Outdated
Comment thread .claude/agents/tree-solver.md Outdated
Comment thread .claude/agents/tree-solver.md Outdated
Comment thread .claude/agents/depth-test.md Outdated
- Strip raw `git show` output (commit metadata, diff headers, leading +)
  from competition-tasks.md, tree-solver.md, depth-test.md
- Remove Write and Edit from --allowedTools in tree-solver.md spawn commands
  (consistent with "Do NOT use Write" instruction)
- Fix competition-tasks.md output path from scripts/ to current working dir

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:13
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: c97513aafb

ℹ️ 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/agents/depth-test.md Outdated
…yntax

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@AaronGoldsmith AaronGoldsmith merged commit df1468c into main Mar 21, 2026
2 checks passed
@AaronGoldsmith AaronGoldsmith deleted the feature/agent-definitions 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