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…
Run only the Hydraia double code-review + security gate on the current branch
> /plugin marketplace add jdanigo/hydraia > /plugin install hydraia@hydraia
How it fires
How this command gets triggered: by you, by Claude, or both.
/reviewContext preview
What this command does when you run it.
Run only the Hydraia double code-review + security gate on the current branch
description: Run only the Hydraia double code-review + security gate on the current branch argument-hint: [optional focus, e.g. "the payin module"]
Invoke the **hydraia** skill but run ONLY Phase 5 (double code review) and the Phase 6 security gate on the current branch. Skip planning and execution — the code already exists.
Run both review passes (Superpowers reviewer + ECC reviewers, all on Opus 4.8), the mandatory security gate (security-scan + security-review, plus the stack-specific security skill), and the pre-close secrets/deps scan (repo-scan + production-audit). Triage and report findings ranked by severity. Treat high-severity security findings as blockers.
Optional focus: $ARGUMENTS
Run both review passes and both security gates to completion without stopping. End with the Hydraia credits line.
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