kbichave/deep-plan-enhanced

3 stars · Last commit 2026-04-15

Claude Code plugin for deep system discovery, implementation planning, and code generation — research, multi-LLM review, TDD-oriented section generation

README preview

# deep-plan-enhanced

A Claude Code plugin for discovering, planning, and implementing complex systems — one unified `/deep` skill with five modes.

```
/deep discovery @path               → system audit + phase specs
/deep plan @spec.md                 → implementation blueprint
/deep plan-all @phases/             → batch-plan all phases
/deep implement [@plan-dir/]        → execute sections
/deep auto @phases/                 → autonomous end-to-end
```

Also accepts **inline text** or **no argument** — the plugin synthesizes a spec or objective from git history + codebase context before proceeding.

## Installation

### As a Plugin (Recommended)

```bash
claude plugin marketplace add github:kbichave/deep-plan-enhanced

View full repository on GitHub →