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 performance problem measurement-first — baseline, profile, numeric target, implement, re-measure
> /plugin marketplace add jdanigo/hydraia > /plugin install hydraia@hydraia
How it fires
How this command gets triggered: by you, by Claude, or both.
/perfContext preview
What this command does when you run it.
Diagnose and fix a performance problem measurement-first — baseline, profile, numeric target, implement, re-measure
description: Diagnose and fix a performance problem measurement-first — baseline, profile, numeric target, implement, re-measure argument-hint: <symptom — e.g. "checkout endpoint p95 went from 200ms to 900ms">
Invoke the **hydraia** skill forcing the Phase -1 route to **performance**. Follow the performance-tuning skill: express the symptom as a metric, establish a measured baseline BEFORE any analysis (if measurement is impossible, deliver the measurement plan and stop), dispatch the perf-engineer agent for profile-driven diagnosis (and db-performance-tuner when findings are DB-shaped), write the spec with baseline + numeric target + chosen and rejected hypotheses, then run the full pipeline: plan, execute one isolated change per task, double review, and verify by RE-MEASURING with the baseline commands against the target.
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
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