ravitejaadarsu

Inception — Development skill for Claude Code

Development community

Run the AIDD Inception phase for: $ARGUMENTS.

How to install Inception

Installs to ~/.claude/skills/ravitejaadarsu-aidd-delta-inception/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ravitejaadarsu-aidd-delta-inception && curl -fsSL https://raw.githubusercontent.com/ravitejaadarsu/AIDD-Delta/HEAD/commands/inception.md -o ~/.claude/skills/ravitejaadarsu-aidd-delta-inception/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Inception does


description: Run the AIDD Inception phase for: $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 entire point.

Read `.aidd/framework/playbooks/20-incep

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 ★
  • Add New Service — Add New Service: $ARGUMENTS 831 ★

Full documentation available on GitHub

View Source Repository