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…
Author CI/CD, containers, or IaC following the repo's platform — deploy and secrets flagged for human approval, never executed
> /plugin marketplace add jdanigo/hydraia > /plugin install hydraia@hydraia
How it fires
How this command gets triggered: by you, by Claude, or both.
/devopsContext preview
What this command does when you run it.
Author CI/CD, containers, or IaC following the repo's platform — deploy and secrets flagged for human approval, never executed
description: Author CI/CD, containers, or IaC following the repo's platform — deploy and secrets flagged for human approval, never executed argument-hint: <what to set up — e.g. "GitHub Actions CI + Dockerfile">
Dispatch the **devops-engineer** agent. Detect the repo's existing platform (GitHub Actions/GitLab CI, Docker, Terraform/Pulumi) and author the requested config matching it — never introduce a new CI system without asking. Deploy steps, secret creation, cloud provisioning, and destructive infra are written as plan tasks FLAGGED FOR HUMAN APPROVAL; the agent never runs a deploy or mutates cloud state. Secrets are referenced by name only; third-party CI actions are pinned. Report files authored and the separated list of human-approval steps.
Request: $ARGUMENTS
When finished, record telemetry for this run: `printf 'brief\n' > <base>/.run-complete` (where `<base>` is the artifacts dir resolved at the storage gate — `docs/hydraia/` by default, or the external dir if chosen). The Stop hook logs this run's real token/model/sub-agent usage to the local dashboard (delta-scoped per session, so it never double-counts). Do not hand-write the numbers.
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
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)