init: llm-wiki-haness 하네스 설계

This commit is contained in:
DongHyeonka
2026-07-24 14:21:35 +09:00
parent 42bf3db4fd
commit 6c53ded9cb
2436 changed files with 194486 additions and 1 deletions
@@ -0,0 +1,30 @@
{
"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"
}
]
}