create-control-manifest

Featured

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).

AI & Automation 21,463 stars 3118 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Create Control Manifest 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. --- ## 1. Load All Inputs ### ADRs - Glob `docs/architecture/adr-*.md` and read every file - Filter to only Accepted ADRs (Status: Accepted) — skip Proposed, Deprecated, Superseded - Note the ADR number and title for every rule sourced ### Technical Preferences - Read `.claude/docs/technical-preferences.md` - Extract: naming conventions, performance budgets, approved libraries/addons, forbidden patterns ### Engine Reference - Read `docs/engine-reference/[engine]/VERSION.md` for engine + version - Read `docs/engine-reference/[engine]/deprecated-apis.md` — these become forbidden API entries - Read `docs/engine-reference/[engine]/current-best-practices.md` if it exists Report: "Loaded [N] Accepted ADRs, engine: [name + version]." --- ## 2. Extract Rules from Each ADR For each Accepted ADR, extract: ### Required Patterns (from "Implementation Guidelines" section) - Every "must", "should", "required to", "always" statement - Every speci...

Details

Author
Donchitos
Repository
Donchitos/Claude-Code-Game-Studios
Created
4 months ago
Last Updated
3 weeks ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category