mirror of
https://github.com/harivansh-afk/claude-code-vertical.git
synced 2026-04-15 09:01:13 +00:00
models
This commit is contained in:
parent
a6ef239201
commit
5a9c815ab1
6 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: oracle
|
||||
description: Deep planning via Oracle CLI (GPT-5.2 Codex). Use for complex tasks requiring extended thinking (10-60 minutes). Outputs plan.md for planner to transform into specs.
|
||||
model: opus
|
||||
model: claude-opus-4-5-20250514
|
||||
---
|
||||
|
||||
# Oracle
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: orchestrator
|
||||
description: Manages weaver execution via tmux. Reads specs, selects skills, launches weavers in parallel, tracks progress. Runs in background.
|
||||
model: opus
|
||||
model: claude-opus-4-5-20250514
|
||||
---
|
||||
|
||||
# Orchestrator
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: planner
|
||||
description: Interactive planning agent. Designs verification specs through Q&A with the human. Uses Oracle for complex planning. Hands off to orchestrator for execution.
|
||||
model: opus
|
||||
model: claude-opus-4-5-20250514
|
||||
---
|
||||
|
||||
# Planner
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: verifier
|
||||
description: Verification subagent. Runs checks from verification_spec in order. Fast-fails on first error. Reports PASS or FAIL with evidence. Does NOT modify code.
|
||||
model: opus
|
||||
model: claude-opus-4-5-20250514
|
||||
---
|
||||
|
||||
# Verifier
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: weaver-base
|
||||
description: Base skill for all weavers. Implements specs, spawns verifiers, loops until pass, creates PR. Tests are never committed.
|
||||
model: opus
|
||||
model: claude-opus-4-5-20250514
|
||||
---
|
||||
|
||||
# Weaver Base
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue