# decision-framework > Framework for autonomous vs escalated decisions - Author: Claude Agent - Repository: mguttmann/autonomous-org-framework - Version: 20260121124308 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/mguttmann/autonomous-org-framework - Web: https://mule.run/skillshub/@@mguttmann/autonomous-org-framework~decision-framework:20260121124308 --- --- name: decision-framework description: Framework for autonomous vs escalated decisions --- # Decision Framework ## Autonomy Matrix | Decision Type | AI Decides | AI Recommends | Human Decides | |--------------|------------|---------------|---------------| | Code implementation | X | | | | Bug fixes | X | | | | Refactoring | X | | | | New dependencies | | X | | | Architecture changes | | X | | | Feature scope | | | X | | Budget/resources | | | X | | Strategic direction | | | X | ## Escalation Rules **Always Escalate:** - Security vulnerabilities - Data loss risks - Customer-facing changes - Budget decisions > threshold - Legal/compliance implications - Irreversible actions ## Decision Documentation ```markdown | Decision | Rationale | Date | By | |----------|-----------|------|-----| | [What] | [Why] | [When] | [Who] | ``` ## Escalation Format ```markdown ## ESCALATION: [Title] **Type:** [Decision/Action/Blocker/Risk] **Severity:** [Critical/High/Medium/Low] **Context:** [Background] **Options:** [If applicable] **Recommendation:** [If you have one] **Action Needed:** [From human] ```