/plan
Run only Hydraia analysis + spec + detailed plan (with self-review loop), then stop
$ npx -y skills add jdanigo/hydraia --agent claude-codeShips with hydraia. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/plan
Context preview
What this command does when you run it.
Run only Hydraia analysis + spec + detailed plan (with self-review loop), then stop
A personal agentic development harness for Claude Code. One command runs the entire feature pipeline: it collaborates with you on the design (brainstorm, approaches, spec), then builds autonomously โ plan, execute, double-review, and verify with no per-step
Repo: jdanigo/hydraia
Other commands on hydraia.
- /architect
Design a new app or service from scratch โ guided elicitation, architecture proposals, stack choice, API contract, ADRs โ then build it through the full pipeline
Open command - /dashboard
Launch the local Hydraia dashboard (status, usage telemetry, editable config) in the browser
Open command - /db
Diagnose and fix a database bottleneck evidence-first โ EXPLAIN, indexes, N+1, locks, pooling, safe migrations
Open command - /devops
Author CI/CD, containers, or IaC following the repo's platform โ deploy and secrets flagged for human approval, never executed
Open command - /docs
Sync README, API docs, CHANGELOG, and the ADR index with the actual code โ reports drift, never invents behavior
Open command - /doctor
Validate, install, and update Hydraia's external dependencies (codegraph, markitdown, E2E browser binaries)
Open command

