Files
llm-wiki/harness/source/agents/wiki-decision-researcher.json
T

31 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"schema_version": 1,
"source_kind": "agent",
"id": "wiki-decision-researcher",
"description": "Use to research alternatives for a technical decision when the user does not already know what options exist. Discovers N alternatives via WebSearch, identifies official docs + tech blog URLs per alternative, then returns a comparison report with Pros/Cons + conditional adoption recommendation PLUS explicit dispatch REQUESTS for the controller to run wiki-source-summarizer ×N×2 (subagents cannot dispatch subagents — the controller does the archiving dispatch). Use whenever the user requests \"make this branch trustworthy by covering alternatives backed by external sources.\" Read-only — writes no files; raw archiving is done by controller-dispatched wiki-source-summarizer; does not write branch-note directly.",
"heading_locale": "mixed",
"body_path": "harness/source/agents/bodies/wiki-decision-researcher.md",
"targets": [
{
"kind": "plugin-agent-md",
"path": ".agents/plugins/wiki-superpowers/agents/wiki-decision-researcher.md"
},
{
"kind": "claude-agent-md",
"path": ".claude/agents/wiki-decision-researcher.md"
},
{
"kind": "codex-agent-md",
"path": ".codex/agents/wiki-decision-researcher.md"
},
{
"kind": "codex-agent-toml",
"path": ".codex/agents/wiki-decision-researcher.toml"
},
{
"kind": "antigravity-agent-json",
"path": ".agents/agents/wiki-decision-researcher/agent.json"
}
]
}