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…
Design a new app or service from scratch — guided elicitation, architecture proposals, stack choice, API contract, ADRs — then build it through the full pipeline
> /plugin marketplace add jdanigo/hydraia > /plugin install hydraia@hydraia
How it fires
How this command gets triggered: by you, by Claude, or both.
/architectContext preview
What this command does when you run it.
Design a new app or service from scratch — guided elicitation, architecture proposals, stack choice, API contract, ADRs — then build it through the full pipeline
description: Design a new app or service from scratch — guided elicitation, architecture proposals, stack choice, API contract, ADRs — then build it through the full pipeline argument-hint: <the idea — e.g. "a booking system for small clinics">
Invoke the **hydraia** skill forcing the Phase -1 route to **greenfield**. Run the greenfield-architect skill: elicit requirements one question at a time (problem, honest scale, team/constraints, non-functionals, integrations), dispatch the architect + code-architect agents for 2-3 architecture shapes with a recommendation (microservices only with evidence — monolith is the default), confirm the stack with rationale, design the API contract via the api-design skill when an API exists, and record every load-bearing decision as an ADR under docs/hydraia/adr/ (or the resolved artifacts base — the external dir when chosen at the storage gate). Then continue the FULL pipeline (Phases 0-6): spec referencing the ADRs, plan, execution with the matching stack-pattern skill, double review, verify.
To stop at the frozen plan instead of building, use /hydraia:plan with the same idea after the architecture dialogue.
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…
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
Validate, install, and update Hydraia's external dependencies (codegraph, markitdown, E2E browser binaries)