mirror of
https://github.com/merlinhu1/codex-game-studio.git
synced 2026-08-25 07:54:34 +02:00
feat: add deterministic model tier routing (#14)
* feat: add deterministic model tier routing Define Sol, Terra, and Luna policies with fixed fallbacks, explicit surface assignments, runtime precedence, and Luna escalation. Validate generated metadata and expose tier overrides across role, task, and orchestration commands. * fix: infer model tiers from surface models * fix: rebalance prompt model routing * fix: decouple prompt effort routing --------- Co-authored-by: MerlinH <merlinh221@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-adopt
|
||||
description: Use for adopt tasks that inventory existing source, assets, docs, and tests before mapping work into CGS structure; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the adopt objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-architecture-decision
|
||||
description: Use for architecture decision tasks that write an ADR with context, options, decision, consequences, validation, and rollback; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model: gpt-5.6-sol
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the architecture-decision objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-architecture-review
|
||||
description: Use for architecture review tasks that review architecture for layer violations, scalability risks, engine misuse, testing seams, and production readiness; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model: gpt-5.6-sol
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the architecture-review objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-art-bible
|
||||
description: Use for art bible tasks that define visual identity, shape language, palette, camera, animation, UI style, and asset constraints; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the art-bible objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: game-designer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-asset-audit
|
||||
description: Use for asset audit tasks that audit game assets for completeness, naming, import settings, ownership, licensing, and production risk; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the asset-audit objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-asset-spec
|
||||
description: Use for asset spec tasks that specify an individual asset with purpose, constraints, references, dimensions, states, and acceptance criteria; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the asset-spec objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-balance-check
|
||||
description: Use for balance check tasks that evaluate tuning values, progression pacing, economy levers, exploits, and player-skill assumptions; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the balance-check objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-brainstorm
|
||||
description: Use for brainstorm tasks that explore the game idea with player fantasy, verbs, pillars, audience, constraints, and scope tiers; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the brainstorm objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-bug-report
|
||||
description: Use for bug report tasks that capture a reproducible bug with environment, steps, expected/actual behavior, severity, evidence, and owner; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the bug-report objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-bug-triage
|
||||
description: Use for bug triage tasks that classify bugs by severity, priority, reproduction confidence, owner role, risk, and release impact; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the bug-triage objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-bugfix
|
||||
description: Use for bugfix tasks that fix a bounded bug with reproduction evidence, minimal change, regression coverage, and handoff notes; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model_reasoning_effort: medium
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the bugfix objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: gameplay-programmer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-changelog
|
||||
description: Use for changelog tasks that maintain a developer-facing changelog grouped by feature, fix, content, performance, and breaking change; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4-mini
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the changelog objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-code-review
|
||||
description: Use for code review tasks that review changes for correctness, maintainability, security, tests, engine idioms, and scope control; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model_reasoning_effort: medium
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the code-review objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: gameplay-programmer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-consistency-check
|
||||
description: Use for consistency check tasks that find contradictions across design, narrative, systems, UI, content, and implementation artifacts; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the consistency-check objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-content-audit
|
||||
description: Use for content audit tasks that audit content coverage, duplication, tone consistency, localization needs, and production completeness; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the content-audit objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-create-architecture
|
||||
description: Use for create architecture tasks that design the technical architecture, layers, data ownership, engine boundaries, and control manifest; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model: gpt-5.6-sol
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the create-architecture objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-create-control-manifest
|
||||
description: Use for create control manifest tasks that define implementation rules, boundaries, allowed dependencies, validation commands, and review gates; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the create-control-manifest objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-create-epics
|
||||
description: Use for create epics tasks that break project goals into epics with outcomes, dependencies, risks, and validation gates; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the create-epics objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-create-stories
|
||||
description: Use for create stories tasks that break an epic into small stories with acceptance criteria, owner role, files, and verification; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the create-stories objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-day-one-patch
|
||||
description: Use for day one patch tasks that plan launch-window fixes, risk acceptance, validation, platform submission, and player communication; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the day-one-patch objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-design-review
|
||||
description: Use for design review tasks that review design artifacts against pillars, player experience, production scope, and downstream implementation risk; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-sol
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the design-review objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-design-system
|
||||
description: Use for design system tasks that author a system GDD with rules, data, edge cases, progression, feedback, and implementation acceptance tests; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the design-system objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-dev-story
|
||||
description: Use for dev story tasks that turn a design or bug into an implementation-ready story with owner, files, acceptance tests, and dependencies; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the dev-story objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: gameplay-programmer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-estimate
|
||||
description: Use for estimate tasks that estimate scope using uncertainty, dependencies, discipline handoffs, risk buffers, and confidence ranges; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the estimate objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-gate-check
|
||||
description: Use for gate check tasks that run an advisory phase or artifact gate with criteria, evidence, concerns, and user-controlled next decision; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the gate-check objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-help
|
||||
description: Use for help tasks that summarize available CGS workflows, next phase options, required artifacts, and safe commands; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4-mini
|
||||
model_reasoning_effort: low
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the help objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-hotfix
|
||||
description: Use for hotfix tasks that scope and execute an urgent fix with reproduction, minimal change, verification, release notes, and rollback; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model_reasoning_effort: medium
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the hotfix objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-launch-checklist
|
||||
description: Use for launch checklist tasks that coordinate day-of-launch readiness, monitoring, community, support, rollback, and hotfix paths; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model: gpt-5.6-sol
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the launch-checklist objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-localize
|
||||
description: Use for localize tasks that plan localization keys, context, screenshots, pluralization, text expansion, and review workflow; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model_reasoning_effort: medium
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the localize objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: game-designer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-map-systems
|
||||
description: Use for map systems tasks that decompose the concept into game systems with dependency order, priority tiers, and validation needs; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the map-systems objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-milestone-review
|
||||
description: Use for milestone review tasks that review milestone readiness, completed evidence, blockers, carryover, and phase transition risk; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the milestone-review objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-onboard
|
||||
description: Use for onboard tasks that orient a new contributor or agent to project state, file layout, stage, risks, and next work; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the onboard objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-patch-notes
|
||||
description: Use for patch notes tasks that write player-facing patch notes with fixes, known issues, balance changes, and verification caveats; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4-mini
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the patch-notes objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-perf-profile
|
||||
description: Use for perf profile tasks that profile frame time, memory, loading, assets, rendering, scripting, and platform constraints; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model_reasoning_effort: medium
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the perf-profile objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-playtest-report
|
||||
description: Use for playtest report tasks that capture player observations, comprehension, friction, loop completion, bugs, quotes, and design implications; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model_reasoning_effort: medium
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the playtest-report objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: qa-playtester
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-project-stage-detect
|
||||
description: Use for project stage detect tasks that detect whether the project is in concept, design, technical setup, pre-production, production, polish, or release; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4-mini
|
||||
model_reasoning_effort: low
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the project-stage-detect objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-propagate-design-change
|
||||
description: Use for propagate design change tasks that trace a design change through systems, docs, tasks, tests, content, and release risk; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the propagate-design-change objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-prototype
|
||||
description: Use for prototype tasks that build or plan a throwaway concept prototype around a falsifiable design hypothesis and cleanup boundary; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the prototype objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-qa-plan
|
||||
description: Use for qa plan tasks that plan focused QA coverage across features, risks, platforms, devices, regressions, and acceptance criteria; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the qa-plan objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: qa-playtester
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-quick-design
|
||||
description: Use for quick design tasks that draft a constrained design slice fast while preserving pillars, assumptions, and open questions; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the quick-design objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: game-designer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-regression-suite
|
||||
description: Use for regression suite tasks that define or run regression coverage for changed systems, prior bugs, critical paths, and release blockers; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model_reasoning_effort: medium
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the regression-suite objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: qa-playtester
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-release-checklist
|
||||
description: Use for release checklist tasks that check build, packaging, store, QA, localization, accessibility, rollback, and ship/no-ship readiness; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model: gpt-5.6-sol
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the release-checklist objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-retrospective
|
||||
description: Use for retrospective tasks that facilitate a retrospective with what worked, what failed, root causes, actions, and owner follow-up; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the retrospective objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-reverse-document
|
||||
description: Use for reverse document tasks that create design or technical documentation from existing implementation without inventing unverified behavior; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the reverse-document objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-review-all-gdds
|
||||
description: Use for review all gdds tasks that cross-check all GDDs for consistency, missing systems, dependency conflicts, and production readiness; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-sol
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the review-all-gdds objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-scope-check
|
||||
description: Use for scope check tasks that assess whether requested work fits the milestone and propose cuts, deferrals, or safer slices; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the scope-check objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-security-audit
|
||||
description: Use for security audit tasks that audit secrets, network surfaces, auth, saves, platform APIs, dependencies, and exploit risks; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model: gpt-5.6-sol
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the security-audit objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-setup-engine
|
||||
description: Use for setup engine tasks that pin engine version, verify project markers, document conventions, and run engine smoke checks; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the setup-engine objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-skill-improve
|
||||
description: Use for skill improve tasks that improve a skill after observed failures while preserving trigger, procedure, validation, and handoff clarity; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the skill-improve objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-skill-test
|
||||
description: Use for skill test tasks that test a repository skill against fixtures, required sections, dry-runs, and behavioral expectations; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the skill-test objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: qa-playtester
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-smoke-check
|
||||
description: Use for smoke check tasks that run the fastest useful checks proving the project opens, builds, starts, and reaches a basic playable state; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4-mini
|
||||
model_reasoning_effort: low
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the smoke-check objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-soak-test
|
||||
description: Use for soak test tasks that plan longer stability checks for memory, performance drift, save/load, networking, and live-ops loops; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the soak-test objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: qa-playtester
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-sprint-plan
|
||||
description: Use for sprint plan tasks that create a 1-2 week sprint plan with goals, tasks, owners, dependencies, risks, and acceptance criteria; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the sprint-plan objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-sprint-status
|
||||
description: Use for sprint status tasks that report sprint progress, blockers, risk changes, completed work, and next decisions; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4-mini
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the sprint-status objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-standards-ai-code
|
||||
description: Use for ai code standards: review target files, apply Codex-native boundaries, produce violations, fixes, verification evidence, and handoff notes.
|
||||
model: gpt-5.4-mini
|
||||
model_reasoning_effort: low
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Provide the standards objective, target files/assets/docs, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-standards-data-files
|
||||
description: Use for data file standards: review target files, apply Codex-native boundaries, produce violations, fixes, verification evidence, and handoff notes.
|
||||
model: gpt-5.4-mini
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Provide the standards objective, target files/assets/docs, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-standards-design-docs
|
||||
description: Use for design document standards: review target files, apply Codex-native boundaries, produce violations, fixes, verification evidence, and handoff notes.
|
||||
model: gpt-5.4-mini
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Provide the standards objective, target files/assets/docs, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-standards-engine-code
|
||||
description: Use for engine code standards: review target files, apply Codex-native boundaries, produce violations, fixes, verification evidence, and handoff notes.
|
||||
model: gpt-5.4-mini
|
||||
model_reasoning_effort: low
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Provide the standards objective, target files/assets/docs, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-standards-gameplay-code
|
||||
description: Use for gameplay code standards: review target files, apply Codex-native boundaries, produce violations, fixes, verification evidence, and handoff notes.
|
||||
model: gpt-5.4-mini
|
||||
model_reasoning_effort: low
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Provide the standards objective, target files/assets/docs, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-standards-gameplay
|
||||
description: Use for standards gameplay tasks that mechanics, tuning, data-driven values, engine idioms, and player-facing acceptance checks; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4-mini
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the standards-gameplay objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-standards-narrative
|
||||
description: Use for narrative standards: review target files, apply Codex-native boundaries, produce violations, fixes, verification evidence, and handoff notes.
|
||||
model: gpt-5.4-mini
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Provide the standards objective, target files/assets/docs, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-standards-network-code
|
||||
description: Use for network code standards: review target files, apply Codex-native boundaries, produce violations, fixes, verification evidence, and handoff notes.
|
||||
model: gpt-5.4-mini
|
||||
model_reasoning_effort: low
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Provide the standards objective, target files/assets/docs, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-standards-prototype-code
|
||||
description: Use for prototype code standards: review target files, apply Codex-native boundaries, produce violations, fixes, verification evidence, and handoff notes.
|
||||
model: gpt-5.4-mini
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Provide the standards objective, target files/assets/docs, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-standards-prototype
|
||||
description: Use for standards prototype tasks that fast experiments with explicit hypotheses, throwaway boundaries, and graduation criteria; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4-mini
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the standards-prototype objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-standards-shader-code
|
||||
description: Use for shader code standards: review target files, apply Codex-native boundaries, produce violations, fixes, verification evidence, and handoff notes.
|
||||
model: gpt-5.4-mini
|
||||
model_reasoning_effort: low
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Provide the standards objective, target files/assets/docs, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-standards-test-standards
|
||||
description: Use for test standards: review target files, apply Codex-native boundaries, produce violations, fixes, verification evidence, and handoff notes.
|
||||
model: gpt-5.4-mini
|
||||
model_reasoning_effort: low
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Provide the standards objective, target files/assets/docs, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-standards-tests
|
||||
description: Use for standards tests tasks that unit, integration, engine smoke, playtest, and regression coverage; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4-mini
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the standards-tests objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: qa-playtester
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-standards-ui-code
|
||||
description: Use for ui code standards: review target files, apply Codex-native boundaries, produce violations, fixes, verification evidence, and handoff notes.
|
||||
model: gpt-5.4-mini
|
||||
model_reasoning_effort: low
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Provide the standards objective, target files/assets/docs, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-standards-ui
|
||||
description: Use for standards ui tasks that hUD, menus, accessibility, localization, controller navigation, and input states; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4-mini
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the standards-ui objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: game-designer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-start
|
||||
description: Use for start tasks that clarify the game concept, engine, production mode, first milestone, and next required artifact; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the start objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: game-designer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-story-done
|
||||
description: Use for story done tasks that check if a story is complete with changed files, tests, acceptance evidence, and handoff notes; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the story-done objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: gameplay-programmer
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-story-readiness
|
||||
description: Use for story readiness tasks that check if a story is implementable with clear inputs, acceptance criteria, dependencies, and validation; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the story-readiness objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: gameplay-programmer
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-team-audio
|
||||
description: Use for team audio tasks that coordinate audio design, implementation, asset readiness, mix targets, and QA for audio work; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the team-audio objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: game-designer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-team-combat
|
||||
description: Use for team combat tasks that coordinate combat design, implementation, tuning, animation, VFX, audio, and QA handoffs; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the team-combat objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-team-level
|
||||
description: Use for team level tasks that coordinate level design, blockout, art, scripting, lighting, optimization, and playtest handoffs; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the team-level objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-team-live-ops
|
||||
description: Use for team live ops tasks that coordinate events, telemetry, economy, content cadence, support, and incident readiness; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the team-live-ops objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-team-narrative
|
||||
description: Use for team narrative tasks that coordinate narrative content, dialogue, localization, implementation hooks, and consistency review; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the team-narrative objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: game-designer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-team-polish
|
||||
description: Use for team polish tasks that coordinate final polish across game feel, UI, audio, art, bugs, performance, and accessibility; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the team-polish objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-team-qa
|
||||
description: Use for team qa tasks that coordinate QA coverage, bug triage, regression, platform checks, and release evidence; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model_reasoning_effort: medium
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the team-qa objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: qa-playtester
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-team-release
|
||||
description: Use for team release tasks that coordinate release management, build pipeline, store assets, QA signoff, comms, and rollback; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the team-release objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-team-ui
|
||||
description: Use for team ui tasks that coordinate UI design, implementation, accessibility, localization, controller support, and UX QA; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: low
|
||||
argument-hint: Describe the team-ui objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: game-designer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-tech-debt
|
||||
description: Use for tech debt tasks that identify technical debt, production risk, payoff, safe refactor slices, and validation needed; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the tech-debt objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-test-evidence-review
|
||||
description: Use for test evidence review tasks that review validation output, logs, screenshots, recordings, and manual checks for sufficiency and gaps; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the test-evidence-review objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: qa-playtester
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-test-flakiness
|
||||
description: Use for test flakiness tasks that diagnose flaky tests by isolating timing, randomness, ordering, environment, and cleanup causes; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model_reasoning_effort: medium
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the test-flakiness objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: qa-playtester
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-test-helpers
|
||||
description: Use for test helpers tasks that design reusable test helpers without hiding assertions, over-mocking, or coupling tests to implementation details; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4-mini
|
||||
model_reasoning_effort: low
|
||||
model: gpt-5.6-luna
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the test-helpers objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: qa-playtester
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-test-setup
|
||||
description: Use for test setup tasks that configure test harnesses, fixtures, commands, and documentation so validation is repeatable; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.4
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the test-setup objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: qa-playtester
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-ui-ux-review
|
||||
description: Use for ui ux review tasks that review UI and UX implementation for clarity, accessibility, localization, controller support, and player comprehension; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the ui-ux-review objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: game-designer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-ux-design
|
||||
description: Use for ux design tasks that design user journeys, menus, HUD, onboarding, input states, accessibility, and localization-ready UX copy; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the ux-design objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: game-designer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: cgs-ux-review
|
||||
description: Use for ux review tasks that review UX flows for clarity, friction, accessibility, localization, controller support, and player comprehension; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model_reasoning_effort: high
|
||||
model: gpt-5.6-terra
|
||||
model_reasoning_effort: medium
|
||||
argument-hint: Describe the ux-review objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: game-designer
|
||||
tool-policy: read/edit/shell/tests/git as needed within the repository write policy
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: cgs-vertical-slice
|
||||
description: Use for vertical slice tasks that validate whether a full game loop can be built at representative quality before production commitment; produce verification evidence, changed or proposed files, and handoff boundaries.
|
||||
model: gpt-5.5
|
||||
model: gpt-5.6-sol
|
||||
model_reasoning_effort: high
|
||||
argument-hint: Describe the vertical-slice objective, target files/assets, constraints, and verification evidence.
|
||||
primary-agent: producer
|
||||
@@ -13,7 +13,6 @@ user-invocable: true
|
||||
---
|
||||
|
||||
# Codex Game Studio Vertical Slice
|
||||
|
||||
Use this skill for vertical slice work in Template Game.
|
||||
|
||||
## Objective
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "accessibility_specialist"
|
||||
description = "Owns accessibility specialist work: Review accessibility for controls, visual/audio feedback, readability, cognitive load, difficulty options, platform conventions, and testable accommodations. Produces Accessibility review, Accommodation checklist, Inclusive design risks; hand off requests outside accessibility specialist ownership or missing verification evidence."
|
||||
model = "gpt-5.5"
|
||||
model_reasoning_effort = "high"
|
||||
model = "gpt-5.6-terra"
|
||||
model_reasoning_effort = "medium"
|
||||
model_verbosity = "medium"
|
||||
# source_reference = ".claude/agents/accessibility-specialist.md"
|
||||
# source_hash = "82c8550000b2882a1083338fdb97f46759ca8d493845d697b7594d219f362529"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "ai_programmer"
|
||||
description = "Owns ai programmer work: Implement game AI behavior, decision logic, navigation, perception, tuning hooks, debug visibility, and deterministic verification for NPC or systemic agents. Produces AI implementation, Behavior tuning notes, Debug and test evidence; hand off requests outside ai programmer ownership or missing verification evidence."
|
||||
model = "gpt-5.5"
|
||||
model_reasoning_effort = "high"
|
||||
model = "gpt-5.6-terra"
|
||||
model_reasoning_effort = "medium"
|
||||
model_verbosity = "medium"
|
||||
# source_reference = ".claude/agents/ai-programmer.md"
|
||||
# source_hash = "f9decba41651b4c225f1c4d4bf3f3bcf0eca088caf9cb3a0b3cb28f43e392b56"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "audio_director"
|
||||
description = "Owns audio director work: Define audio pillars, music direction, soundscape priorities, implementation constraints, mix goals, and cross-discipline audio production handoffs. Produces Audio direction, Soundscape priorities, Implementation constraints; hand off requests outside audio director ownership or missing verification evidence."
|
||||
model = "gpt-5.5"
|
||||
model_reasoning_effort = "high"
|
||||
model = "gpt-5.6-luna"
|
||||
model_reasoning_effort = "medium"
|
||||
model_verbosity = "medium"
|
||||
# source_reference = ".claude/agents/audio-director.md"
|
||||
# source_hash = "6f40a1c899e6f2d1f348eb91af54fa3d40a29c7236469fdc59d15f0f08c0c85a"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "community_manager"
|
||||
description = "Owns community manager work: Plan player communication, feedback triage, community launch beats, moderation risks, sentiment signals, and actionable handoffs to production roles. Produces Community plan, Feedback triage notes, Messaging risks; hand off requests outside community manager ownership or missing verification evidence."
|
||||
model = "gpt-5.5"
|
||||
model_reasoning_effort = "high"
|
||||
model = "gpt-5.6-luna"
|
||||
model_reasoning_effort = "low"
|
||||
model_verbosity = "medium"
|
||||
# source_reference = ".claude/agents/community-manager.md"
|
||||
# source_hash = "ba552c736a42cb83f8d04d79199f29c3b8dc81914c7530e86c266ab11c034496"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "creative_director"
|
||||
description = "Owns creative director work: Set creative pillars, protect player fantasy, align experience goals across disciplines, and keep scope coherent for Codex-executed game work. Produces Creative direction, Scope decisions, Experience pillars; hand off requests outside creative director ownership or missing verification evidence."
|
||||
model = "gpt-5.5"
|
||||
model_reasoning_effort = "high"
|
||||
model = "gpt-5.6-sol"
|
||||
model_reasoning_effort = "medium"
|
||||
model_verbosity = "medium"
|
||||
# source_reference = ".claude/agents/creative-director.md"
|
||||
# source_hash = "00b9dc2b494b5feeefa5203fdefbd9bd9a4789a23ed2d192898b5ef84036b966"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "data_scientist"
|
||||
description = "Owns data scientist work: Define analytics events, success metrics, experiment plans, dashboards, and evidence loops that support design and production decisions. Produces Analytics plan, Event taxonomy, Experiment outline; hand off requests outside data scientist ownership or missing verification evidence."
|
||||
model = "gpt-5.5"
|
||||
model_reasoning_effort = "high"
|
||||
model = "gpt-5.6-terra"
|
||||
model_reasoning_effort = "medium"
|
||||
model_verbosity = "medium"
|
||||
# source_reference = ".codex/agents/data-scientist.toml"
|
||||
# source_hash = "51f87821156c61a975630826f11e834291c841b07efd545f4f89aa24fe1c65b8"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name = "devops_engineer"
|
||||
description = "Owns devops engineer work: Design build, packaging, CI, release automation, environment setup, cache strategy, and reproducible validation flows for game projects. Produces Build automation, CI or packaging notes, Reproducibility checks; hand off requests outside devops engineer ownership or missing verification evidence."
|
||||
model = "gpt-5.5"
|
||||
model = "gpt-5.6-terra"
|
||||
model_reasoning_effort = "high"
|
||||
model_verbosity = "medium"
|
||||
# source_reference = ".claude/agents/devops-engineer.md"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "economy_designer"
|
||||
description = "Owns economy designer work: Model currencies, rewards, sinks, pacing, pricing, progression pressure, and fairness risks for game economies without adding hidden monetization assumptions. Produces Economy model, Reward and sink table, Balance risks; hand off requests outside economy designer ownership or missing verification evidence."
|
||||
model = "gpt-5.5"
|
||||
model_reasoning_effort = "high"
|
||||
model = "gpt-5.6-terra"
|
||||
model_reasoning_effort = "medium"
|
||||
model_verbosity = "medium"
|
||||
# source_reference = ".claude/agents/economy-designer.md"
|
||||
# source_hash = "523d9faf11dfe6581df5fa3248c4a3d43b8d284715502c868cb8e796fd55eae0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name = "engine_programmer"
|
||||
description = "Owns engine programmer work: Work on engine integration, performance-sensitive systems, build setup, runtime foundations, and platform constraints. Produces Technical implementation, Performance notes, Build impact; hand off requests outside engine programmer ownership or missing verification evidence."
|
||||
model = "gpt-5.5"
|
||||
model = "gpt-5.6-terra"
|
||||
model_reasoning_effort = "high"
|
||||
model_verbosity = "medium"
|
||||
# source_reference = ".claude/agents/engine-programmer.md"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name = "game_designer"
|
||||
description = "Owns game designer work: Design implementation-level mechanics, feature rules, tuning values, edge cases, and player-facing acceptance criteria with practical scope. Produces Feature spec, Tuning notes, Acceptance criteria; hand off requests outside game designer ownership or missing verification evidence."
|
||||
model = "gpt-5.5"
|
||||
model_reasoning_effort = "high"
|
||||
model = "gpt-5.6-terra"
|
||||
model_reasoning_effort = "medium"
|
||||
model_verbosity = "medium"
|
||||
# source_reference = ".claude/agents/game-designer.md"
|
||||
# source_hash = "a1b4fb4f1466b69140a23f8e12d3a5eba624d2a6318da32e2b755e471d41584f"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user