Help us improve
Share bugs, ideas, or general feedback.
From deepest-plan
One-time deepest-plan validation init for this project (creates .planning/ + e2e-evidence/ + .gitignore entries).
npx claudepluginhub krzemienski/deepest-plan-plugin --plugin deepest-planHow this command is triggered — by the user, by Claude, or both
Slash command
/deepest-plan:deepest-setupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /deepest:setup One-time initialization for a project that will use deepest-plan artifacts. Idempotent — safe to run repeatedly. Skips work that's already done. ## Steps 1. **Create directories** if missing: - `./.planning/` - `./e2e-evidence/` 2. **Update .gitignore** — add these entries if not present: (`.planning/` itself IS committed so plans are reviewed in PRs.) 3. **Write `.planning/state.json`** if missing: 4. **Write `e2e-evidence/README.md`** (one-time) explaining the dir is for auto-generated validation evidence and is gitignored. 5. **Report** what was ...
Share bugs, ideas, or general feedback.
One-time initialization for a project that will use deepest-plan artifacts.
Idempotent — safe to run repeatedly. Skips work that's already done.
Create directories if missing:
./.planning/./e2e-evidence/Update .gitignore — add these entries if not present:
e2e-evidence/
.planning/synthesis/candidates/
.planning/synthesis/reports/
(.planning/ itself IS committed so plans are reviewed in PRs.)
Write .planning/state.json if missing:
{
"active_phase": null,
"completed_phases": [],
"last_preflight_verdict": null
}
Write e2e-evidence/README.md (one-time) explaining the dir is for auto-generated validation evidence and is gitignored.
Report what was created vs what already existed.
/deepest:validate or any other execution command