Справочник правил кодирования из ADR

documentation

create-control-manifest is a Claude Code skill that generates a flat, actionable rules sheet for programmers after architecture is complete, answering "what must I do?" and "what must I never do?" per system and architectural layer. It reads all Accepted ADRs via glob `docs/architecture/adr-*.md`, `technical-preferences.md`, and engine reference files — deprecated-apis and current-best-practices — extracting required patterns, forbidden approaches, performance guardrails, and engine API constraints. Rules are classified into Foundation, Core, Feature, Presentation, and Global layers; if an ADR spans multiple layers, the rule is duplicated accordingly. Before writing, the skill presents a preview with rule counts per layer, prompts the user for confirmation, and optionally routes through a technical-director gate. The output is saved to `docs/architecture/control-manifest.md` and serves as an immediately usable reference wherever ADRs explain the reasoning but developers need concrete coding standards to apply right now.