create-control-manifest

Generate a control manifest from ADRs and engine docs.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill create-control-manifest-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-control-manifest
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/create-control-manifest
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill create-control-manifest-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After architecture is complete, this skill automatically generates a flat, actionable rules sheet for programmers by aggregating Accepted ADRs, technical preferences, and engine reference docs. It helps teams specify what to do and what not to do across system layers, reducing ambiguity and speeding implementation.

Core Features & Use Cases

  • Consolidates rules from ADRs, technical preferences, and engine references into a single manifest.
  • Duplicates and organizes rules by architectural layer (Foundation, Core, Feature, Presentation) and reuses rules when ADRs span multiple layers.
  • Outputs design/architecture/control-manifest.md and supports regeneration after ADRs change to keep rules up to date.

Quick Start

Run the create-control-manifest workflow after architecture review passes to generate the control manifest.

Frequently Asked Questions about create-control-manifest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a control manifest from accepted ADRs?

To generate a control manifest from ADRs, run the create-control-manifest workflow after architecture review. It parses Accepted ADRs, technical preferences, and engine references, then outputs a flat rules sheet at design/architecture/control-manifest.md.

What is a control manifest used for in software architecture?

A control manifest is a flat, actionable rules sheet used to guide developers across system layers after architecture review. It consolidates ADRs and engine docs to specify what to do and what not to do, reducing ambiguity and speeding implementation.

How do I organize engineering guidelines by architectural layer?

You can organize engineering guidelines by architectural layer by generating a control manifest. It automatically duplicates and categorizes rules into Foundation, Core, Feature, and Presentation layers, reusing rules when ADRs span multiple layers.

Can I regenerate the control manifest after ADRs change?

Yes, you can regenerate the control manifest after ADRs change. Running the create-control-manifest workflow again updates the rules sheet to keep your developer guidelines synchronized with the latest technical preferences and engine references.

What do I need before generating an actionable program rules sheet?

Before generating an actionable program rules sheet, you need completed and Accepted ADRs, technical preferences, and engine reference docs. The workflow parses these inputs after your architecture review passes to produce the manifest.

Does the control manifest output include any resources beyond the rules sheet?

Yes, the control manifest output includes the primary rules sheet at design/architecture/control-manifest.md, along with optional resources. If present, it also outputs supporting files in the scripts/, references/, or assets/ directories.