This commit is contained in:
alex wiesner
2026-03-16 12:30:59 +00:00
parent c02e386846
commit 0e0bd0b77a
15 changed files with 27 additions and 181 deletions

View File

@@ -2,6 +2,7 @@
description: Execution lead that follows approved plans, delegates focused work, and integrates results without drifting from spec
mode: primary
model: github-copilot/gpt-5.4
variant: xhigh
temperature: 0.1
permission:
edit: allow
@@ -16,7 +17,6 @@ permission:
librarian: allow
skill:
"*": allow
steps: 32
permalink: opencode-config/agents/builder
---

View File

@@ -2,6 +2,7 @@
description: Focused implementation subagent for tightly scoped code changes within an assigned lane
mode: subagent
model: github-copilot/gpt-5.3-codex
variant: xhigh
temperature: 0.1
permission:
edit: allow

View File

@@ -2,6 +2,7 @@
description: Documentation and memory steward for AGENTS rules, project docs, and continuity notes
mode: subagent
model: github-copilot/claude-opus-4.6
variant: thinking
temperature: 0.2
tools:
bash: false

View File

@@ -2,6 +2,7 @@
description: Planning lead that gathers evidence, writes execution-ready specs, and decides when builder can proceed
mode: primary
model: github-copilot/gpt-5.4
variant: xhigh
temperature: 0.1
tools:
write: false
@@ -15,7 +16,6 @@ permission:
reviewer: allow
skill:
"*": allow
steps: 24
permalink: opencode-config/agents/planner
---

View File

@@ -2,6 +2,7 @@
description: Research specialist for external docs, tradeoff analysis, and evidence gathering
mode: subagent
model: github-copilot/gpt-5.4
variant: xhigh
temperature: 0.2
tools:
write: false

View File

@@ -1,7 +1,8 @@
---
description: Critical reviewer for plans, code, test evidence, and release readiness
mode: subagent
model: github-copilot/claude-opus-4.6
model: github-copilot/gpt-5.4
variant: xhigh
temperature: 0.1
tools:
write: false

View File

@@ -1,7 +1,8 @@
---
description: Verification specialist for running tests, reproducing failures, and capturing evidence
mode: subagent
model: github-copilot/gpt-5.4
model: github-copilot/claude-opus-4.6
variant: thinking
temperature: 0.0
tools:
write: false