agile
Deliver a large or multi-stage effort through Hydraia Agile Mode — decompose into an epic, user stories, tasks, subtasks + QA, optionally sync to Jira, then…
Validate, install, and update Hydraia's external dependencies (codegraph, markitdown, E2E browser binaries)
> /plugin marketplace add jdanigo/hydraia > /plugin install hydraia@hydraia
How it fires
How this command gets triggered: by you, by Claude, or both.
/doctorContext preview
What this command does when you run it.
Validate, install, and update Hydraia's external dependencies (codegraph, markitdown, E2E browser binaries)
description: Validate, install, and update Hydraia's external dependencies (codegraph, markitdown, E2E browser binaries) argument-hint: (no arguments)
Run Hydraia's dependency doctor.
1. Run `"${CLAUDE_PLUGIN_ROOT}/hooks/doctor.sh" --check` and show me the full output. It also reports this repo's resolved storage (artifacts base, in-repo vs external, and the auto-commit setting) under `-- storage --`. 2. If any prerequisite is missing (node, npm, python3, pip, git), tell me exactly how to install it — do NOT attempt to install prerequisites yourself. 3. If `codegraph` or `markitdown` is "not installed" or outdated, ask me to confirm before installing. Only after I confirm, run `"${CLAUDE_PLUGIN_ROOT}/hooks/doctor.sh" --install --yes` and report the results. 4. If the check reports an E2E framework detected with browsers "not installed", ask me to confirm before installing (mention the one-time ~100-300MB download). Only after I confirm, run `"${CLAUDE_PLUGIN_ROOT}/hooks/doctor.sh" --install-e2e --yes` and report the results. Never do this if no E2E framework was detected — that's a plan-level decision, not this command's. 5. If everything is already installed and current, say so and stop — do not install anything.
An agentic development harness for Claude Code. **One command runs the entire feature pipeline** — it collaborates with you on the design, then builds autonomously: plan, execute, double-review, and verify.
Repo: jdanigo/hydraia
Deliver a large or multi-stage effort through Hydraia Agile Mode — decompose into an epic, user stories, tasks, subtasks + QA, optionally sync to Jira, then…
Design a new app or service from scratch — guided elicitation, architecture proposals, stack choice, API contract, ADRs — then build it through the full…
Launch the local Hydraia dashboard (status, usage telemetry, editable config) in the browser
Diagnose and fix a database bottleneck evidence-first — EXPLAIN, indexes, N+1, locks, pooling, safe migrations
Author CI/CD, containers, or IaC following the repo's platform — deploy and secrets flagged for human approval, never executed
Sync README, API docs, CHANGELOG, and the ADR index with the actual code — reports drift, never invents behavior