create-control-manifest

Extract a flat programmer rules sheet from accepted architecture decisions.

18|5|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill create-control-manifest-wsman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-control-manifest
Source: https://github.com/wsman/MY-DOGE-MICRO/tree/main/.agents/skills/create-control-manifest
Command: npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill create-control-manifest-wsman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns completed architecture decisions and reference documents into a clear, actionable rules sheet for programmers, removing ambiguity about what must be built and what must never be used.

Core Features & Use Cases

  • Rule Extraction: Pulls required patterns, forbidden approaches, performance guardrails, and compatibility constraints from accepted ADRs and technical references.
  • Layered Guidance: Organizes rules by Foundation, Core, Feature, Presentation, and Global concerns so teams can apply them consistently.
  • Use Case: A technical lead can use this Skill after architecture review to regenerate a control manifest that keeps implementation aligned with the current approved design.

Quick Start

Use the create-control-manifest skill to analyze the accepted ADRs and technical references and produce the current 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 convert accepted ADRs into programmer rules for my team?

To convert accepted ADRs into programmer rules, you extract a flat control manifest capturing required patterns, forbidden approaches, and naming conventions directly from accepted architecture decisions and reference documents.

What is a control manifest in software architecture governance?

A control manifest in software architecture governance is a flat rules sheet that removes implementation ambiguity by listing approved libraries, deprecated APIs, and technology compatibility constraints derived from accepted ADRs.

Can I organize architecture rules by Foundation, Core, Feature, and Presentation layers?

Yes, you can organize architecture rules by Foundation, Core, Feature, Presentation, and Global concerns, allowing development teams to consistently apply layer-specific technical guardrails across the application stack.

How do I regenerate a control manifest when technical rules change after an architecture review?

To regenerate a control manifest when technical rules change, you analyze newly accepted ADRs and technical references to produce an updated flat rules sheet reflecting current performance guardrails and technology compatibility constraints.

What's the best way to document forbidden approaches and deprecated APIs for developers?

The best way to document forbidden approaches and deprecated APIs is to extract them into a control manifest, consolidating technical constraints alongside approved libraries and required patterns into a single programmer rules sheet.