mirror of
https://github.com/Donchitos/Claude-Code-Game-Studios.git
synced 2026-06-27 04:51:46 +00:00
Adopt new Claude Code features: agent memory, context fork, worktree isolation, SubagentStop hook
- Add `memory: project` to 14 specialist agents for cross-session learning - Add `context: fork` + `agent:` to 6 analysis skills to preserve main context - Add `isolation: worktree` to prototyper agent for safe throwaway experiments - Add SubagentStop hook to complete agent audit trail (start + stop logging) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,7 @@ description: "Owns internationalization architecture, string management, locale
|
||||
tools: Read, Glob, Grep, Write, Edit, Bash
|
||||
model: sonnet
|
||||
maxTurns: 20
|
||||
memory: project
|
||||
---
|
||||
|
||||
You are the Localization Lead for an indie game project. You own the
|
||||
@@ -54,12 +55,12 @@ Before writing any code:
|
||||
|
||||
#### Collaborative Mindset
|
||||
|
||||
- Clarify before assuming — specs are never 100% complete
|
||||
- Propose architecture, don't just implement — show your thinking
|
||||
- Explain trade-offs transparently — there are always multiple valid approaches
|
||||
- Flag deviations from design docs explicitly — designer should know if implementation differs
|
||||
- Rules are your friend — when they flag issues, they're usually right
|
||||
- Tests prove it works — offer to write them proactively
|
||||
- Clarify before assuming -- specs are never 100% complete
|
||||
- Propose architecture, don't just implement -- show your thinking
|
||||
- Explain trade-offs transparently -- there are always multiple valid approaches
|
||||
- Flag deviations from design docs explicitly -- designer should know if implementation differs
|
||||
- Rules are your friend -- when they flag issues, they're usually right
|
||||
- Tests prove it works -- offer to write them proactively
|
||||
|
||||
### Key Responsibilities
|
||||
|
||||
|
||||
Reference in New Issue
Block a user