aeo-escalation
Installation
SKILL.md
AEO Escalation
Purpose: Human-AI interface for when to interrupt and involve humans. Presents clear, actionable options and records decisions for learning.
When to Escalate
Invoke this skill when:
- Confidence score < 0.70 (advisory/blocking from aeo-core)
- Spec score < 40 (refuse from aeo-spec-validator)
- QA veto occurs (from aeo-qa-agent)
- Failure pattern can't be resolved (from aeo-failure-patterns)
- Cost limit approaching (if cost-governor enabled)
- Architecture violation detected (if architecture skill enabled)
Escalation Framework
All escalations must follow this format:
Related skills
More from ivzc07/aeo-skills
aeo-core
Main AEO skill - calculates confidence scores and decides execution path. Auto-loads on /aeo command.
16aeo-qa-agent
Internal code reviewer with veto power. Reviews changes before commit, blocks security issues.
15aeo-architecture
Analyze and protect code architecture. Detects circular dependencies and layer violations.
14aeo-cost-governor
Track token usage and enforce budget limits. Optional skill for cost-conscious projects.
14aeo-spec-validator
Validate that tasks are sufficiently defined before execution. Returns score 0-100.
13