adopt
Brownfield onboarding — audits existing project artifacts for template format compliance (not just existence), classifies gaps by impact, and produces a…
After architecture is complete, produces a flat actionable rules sheet for programmers — what you must do, what you must never do, per system and per layer. Extracted from all Accepted ADRs, technical preferences, and engine reference docs. More immediately actionable than ADRs
$ npx -y skills add Donchitos/Claude-Code-Game-Studios --skill create-control-manifest --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/create-control-manifestContext preview
The summary Claude sees to decide when to auto-load this skill.
After architecture is complete, produces a flat actionable rules sheet for programmers — what you must do, what you must never do, per system and per layer. Extracted from all Accepted ADRs, technical preferences, and engine reference docs. More immediately actionable than ADRs
name: create-control-manifest description: "After architecture is complete, produces a flat actionable rules sheet for programmers — what you must do, what you must never do, per system and per layer. Extracted from all Accepted ADRs, technical preferences, and engine reference docs. More immediately actionable than ADRs (which explain why)." argument-hint: "[update — regenerate from current ADRs]" user-invocable: true allowed-tools: Read, Glob, Grep, Write, Task model: sonnet agent: technical-director
The Control Manifest is a flat, actionable rules sheet for programmers. It answers "what do I do?" and "what must I never do?" — organized by architectural layer, extracted from all Accepted ADRs, technical preferences, and engine reference docs. Where ADRs explain *why*, the manifest tells you *what*.
**Output:** `docs/architecture/control-manifest.md`
**When to run:** After `/architecture-review` passes and ADRs are in Accepted status. Re-run whenever new ADRs are accepted or existing ADRs are revised.
---
Superseded
forbidden patterns
forbidden API entries
Report: "Loaded [N] Accepted ADRs, engine: [name + version]."
---
For each Accepted ADR, extract:
the rule ("never use X because Y")
Classify each rule by the architectural layer of the system it governs:
If an ADR spans multiple layers, duplicate the rule into each relevant layer.
---
Combine rules that apply to all layers:
---
Before writing the manifest, present a summary to the user:
## Control Manifest Preview Engine: [name + version] ADRs covered: [list ADR numbers] Total rules extracted: - Foundation layer: [N] required, [M] forbidden, [P] guardrails - Core layer: [N] required, [M] forbidden, [P] guardrails - Feature layer: ... - Presentation layer: ... - Global: [N] naming conventions, [M] forbidden APIs, [P] approved libraries
Use `AskUserQuestion`:
---
**Review mode check** — apply before spawning TD-MANIFEST:
Spawn `technical-director` via Task using gate **TD-MANIFEST** (`.claude/docs/director-gates.md`).
Pass: the Control Manifest Preview from Phase 4 (rule counts per layer, full extracted rule list), the list of ADRs covered, engine version, and any rules sourced from technical-preferences.md or engine reference docs.
The technical-director reviews whether:
Apply the verdict:
---
Use `AskUserQuestion`:
Turn Claude Code into a full game dev studio — 49 AI agents, 72 workflow skills, and a complete coordination system mirroring real studio hierarchy.
Repo: Donchitos/Claude-Code-Game-Studios
Brownfield onboarding — audits existing project artifacts for template format compliance (not just existence), classifies gaps by impact, and produces a…
Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major…
Validates completeness and consistency of the project architecture against all GDDs. Builds a traceability matrix mapping every GDD technical requirement to…
Guided, section-by-section Art Bible authoring. Creates the visual identity specification that gates all asset production. Run after /brainstorm is approved…
Audits game assets for compliance with naming conventions, file size budgets, format standards, and pipeline requirements. Identifies orphaned assets, missing…
Generate per-asset visual specifications and AI generation prompts from GDDs, level docs, or character profiles. Produces structured spec files and updates the…