What problem does it solve? Teams often confuse business-driven "deliberately not fixed" behaviors with ordinary technical debt, causing developers to accidentally "fix" intentional product decisions. This Skill provides a dedicated Intentional Decision Debt (IDD) system that keeps such decisions discoverable and protected across code, ADRs, database records, and memory files. ## Core Features & Use Cases - Four-Layer Annotation System: Every IDD is recorded in code comments ([Intentional: IDD-XXX]), an ADR document, a SQLite intentional_decisions table with FTS5 search, and memory files for critical items. - Four Sub-Types with Lifecycle Management: Classifies decisions as Commercial, Strategic, Regulatory, or User-driven, with event-triggered re-evaluation, supersession, and retirement workflows (never hard deletion). - Workflow Gates and Tooling: Integrates MCP tools, CLI scripts, pre-edit awareness checks in dev-story, code-review detection gates, and prompt-injection hooks so IDDs surface before edits violate forbidden changes. - Use Case: A developer about to add a free-plan gating check to an editor panel is warned that IDD-COM-001 forbids it, because the open editor is a deliberate conversion-funnel decision documented in ADR-IDD-COM-001. ## Quick Start Ask the assistant to search intentional decisions for the file you plan to edit and confirm none of the forbidden changes apply before modifying the code.