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…
Diagnose and fix a database bottleneck evidence-first — EXPLAIN, indexes, N+1, locks, pooling, safe migrations
> /plugin marketplace add jdanigo/hydraia > /plugin install hydraia@hydraia
How it fires
How this command gets triggered: by you, by Claude, or both.
/dbContext preview
What this command does when you run it.
Diagnose and fix a database bottleneck evidence-first — EXPLAIN, indexes, N+1, locks, pooling, safe migrations
description: Diagnose and fix a database bottleneck evidence-first — EXPLAIN, indexes, N+1, locks, pooling, safe migrations argument-hint: <symptom or query — e.g. "orders list times out when filtering by date">
Invoke the **hydraia** skill forcing the Phase -1 route to **performance (DB-shaped)**. Follow the performance-tuning and db-optimization skills with the db-performance-tuner agent as PRIMARY diagnostician: detect the engine from evidence, collect read-only evidence (EXPLAIN plans, stat views, slow logs — redacting data values), classify findings (index, query shape, N+1, locking, pooling, schema, caching), write the spec with baseline + numeric target, then run the full pipeline. Schema changes follow expand-contract; write-shaped operations are plan tasks, never direct agent actions. Dispatch perf-engineer too only if the evidence points outside the database.
Request: $ARGUMENTS
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
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
Validate, install, and update Hydraia's external dependencies (codegraph, markitdown, E2E browser binaries)