What problem does it solve?
This Skill eliminates inconsistent code implementation caused by ADRs only explaining the reasoning behind architectural decisions, without providing clear, actionable "what to do" and "what never to do" guidance for development teams.
Core Features & Use Cases
- Rule Extraction from ADRs: Automatically pulls required patterns, forbidden approaches, performance guardrails, and engine API constraints from all accepted ADRs, eliminating manual rule compilation.
- Layer-Based Organization: Groups rules by architectural layer (Foundation, Core, Feature, Presentation) plus global cross-cutting rules for easy reference during implementation.
- Source-Traceable Rules: Every rule is tagged with its source ADR or technical document, so programmers can quickly access the full context behind any requirement.
- Use Case: After your team completes an architecture review and accepts all ADRs, use this Skill to generate a control manifest that serves as a single source of truth for all implementation rules, reducing misalignment and rework.
Quick Start
Use the create-control-manifest skill to generate an actionable programming rules manifest from your project's accepted ADRs and technical documentation after your architecture review is complete.