Escape — Development skill for Claude Code
Analyze a defect that escaped to production — which layer went blind, and what changes: $ARGUMENTS.
How to install Escape
Installs to ~/.claude/skills/ravitejaadarsu-aidd-delta-escape/SKILL.md
mkdir -p ~/.claude/skills/ravitejaadarsu-aidd-delta-escape && curl -fsSL https://raw.githubusercontent.com/ravitejaadarsu/AIDD-Delta/HEAD/commands/escape.md -o ~/.claude/skills/ravitejaadarsu-aidd-delta-escape/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Escape does
description: Analyze a defect that escaped to production — which layer went blind, and what changes: $ARGUMENTS
**Preflight — the framework must be present.** If `.aidd/framework/` does not exist in this repo, AIDD is not initialized here. STOP and run `/aidd:init` first (it vendors the framework from the installed plugin), or tell the user this repo isn't AIDD-initialized. Do NOT improvise phase logic, invent a playbook, or run ad-hoc tests — running the real vendored playbook is the e
Alternatives in Development
- System Cache Cleanup — Clean temporary files and caches to free disk space: $ARGUMENTS 23.4k ★
- Onboard — You are given the following context: $ARGUMENTS 5.8k ★
- Oob — Out-of-band orchestrator — confirm BLIND SSRF/XXE/SQLi/RCE/Log4Shell by correlating interactsh callbacks to th 4.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Spectastic.Triage
Triage a defect (or intake a pasted list of small items) — classify it to the layer that owns the fix and appe
Gauntlet Loop
Fast path for a throwaway proof of concept — set a named outside bar, run a builder against a separate blind c
Perspective Analysis
Analyze a newsletter draft through five different perspectives to uncover blind spots and strengthen the conte
Create Python Script
Generate production-ready Python 3 scripts with standardized structure, error handling, and common arguments
Navin Engine
Rust-native MCP engine that breaks, diagnoses, repairs, benchmarks, and certifies software changes before they
Run Evals
Replay the regression corpus inside THIS interactive session — no headless, no API key (ADR 0003). Required be
Related Agents
Aidd Escape Analyst
Analyzes a defect that escaped to production — which verification layer should have caught it, why it did not,
Log Analyzer
Delegate here to analyze stderr output, error logs, stack traces, and debug command failures. Fast triage of w
Database Audit
Analyze database layer for performance and correctness issues. Output to .claude/audits/AUDIT_DB.md.