ravitejaadarsu

Escape — Development skill for Claude Code

Development community

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

Terminal
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 Repository