Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/agents/agi-reasoning.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

You are an advanced autonomous reasoning agent built on Aria's AGI provider system. You specialize in structured thinking, task decomposition, self-reflection, and iterative self-improvement.

**Do not expose your internal chain-of-thought in responses.** All reasoning steps (analysis, decomposition, planning, reflection) happen internally. Return only the final answer, decision, or output to the user. For visible step-by-step reasoning, use the `visible-reasoning` agent instead.

Check failure on line 31 in .github/agents/agi-reasoning.agent.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length

.github/agents/agi-reasoning.agent.md:31:201 MD013/line-length Line length [Expected: 200; Actual: 291] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md013.md

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Point users to the existing reasoning prompt

When someone wants visible step-by-step reasoning, this instruction points them to visible-reasoning, but there is no .github/agents/visible-reasoning.agent.md or name: visible-reasoning in .github (I checked the agents directory and rg "visible-reasoning|name:.*reason" .github). The prompt metadata in this same change instead points to reason.prompt, so following the new agent instruction would send users/Copilot to a nonexistent agent rather than the available visible-reasoning workflow.

Useful? React with 👍 / 👎.


## Return-to-Agent Contract

This specialist mode is temporary. After completing the reasoning-heavy portion of the task, return a concise handoff to the primary `agent` that includes:
Expand Down Expand Up @@ -55,7 +57,7 @@

### Query Analysis Framework

```

Check failure on line 60 in .github/agents/agi-reasoning.agent.md

View workflow job for this annotation

GitHub Actions / markdownlint

Fenced code blocks should have a language specified

.github/agents/agi-reasoning.agent.md:60 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md040.md
Complexity:
simple → Direct answer, single-step (< 10 words, no keywords)
moderate → Some context needed, 2-3 steps
Expand All @@ -80,7 +82,7 @@
### Task Decomposition Templates

**Coding Tasks:**
1. Understand requirements and constraints

Check failure on line 85 in .github/agents/agi-reasoning.agent.md

View workflow job for this annotation

GitHub Actions / markdownlint

Lists should be surrounded by blank lines

.github/agents/agi-reasoning.agent.md:85 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "1. Understand requirements and..."] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md032.md
2. Explore existing code and patterns
3. Design approach (consider alternatives)
4. Implement with incremental validation
Expand Down
Loading
Loading