mirror of
https://github.com/Donchitos/Claude-Code-Game-Studios.git
synced 2026-06-27 04:51:46 +00:00
Release v0.4.0: /consistency-check, skill fixes, genre-agnostic agents
New skill: /consistency-check — cross-GDD entity registry scanner New registries: design/registry/entities.yaml, docs/registry/architecture.yaml Skill fixes: no-arg guards, verdict keywords, AskUserQuestion gates on all team-* skills Agent fixes: genre-agnostic language in game-designer, systems-designer, economy-designer, live-ops-designer Docs: skill/template counts corrected, stale references cleaned up Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -246,7 +246,7 @@ After writing the manifest:
|
||||
|
||||
1. **Load silently** — read all inputs before presenting anything
|
||||
2. **Show the summary first** — let the user see the scope before writing
|
||||
3. **Ask before writing** — always confirm before creating or overwriting the manifest
|
||||
3. **Ask before writing** — always confirm before creating or overwriting the manifest. On write: Verdict: **COMPLETE** — control manifest written. On decline: Verdict: **BLOCKED** — user declined write.
|
||||
4. **Source every rule** — never add a rule that doesn't trace to an ADR, a
|
||||
technical preference, or an engine reference doc
|
||||
5. **No interpretation** — extract rules as stated in ADRs; do not paraphrase
|
||||
|
||||
Reference in New Issue
Block a user