architect
01Command
Design a new app or service from scratch — guided elicitation, architecture proposals, stack choice, API contract, ADRs — then build it through the full pipeline.
Self-contained agentic development harness for Claude Code — one command runs the full feature pipeline (plan → execute → double review) with security gates baked in.
Command
Design a new app or service from scratch — guided elicitation, architecture proposals, stack choice, API contract, ADRs — then build it through the full pipeline.
Command
Launch the local Hydraia dashboard (status, usage telemetry, editable config) in the browser.
Command
Diagnose and fix a database bottleneck evidence-first — EXPLAIN, indexes, N+1, locks, pooling, safe migrations.
Command
Author CI/CD, containers, or IaC following the repo's platform — deploy and secrets flagged for human approval, never executed.
Command
Sync README, API docs, CHANGELOG, and the ADR index with the actual code — reports drift, never invents behavior.
Command
Validate, install, and update Hydraia's external dependencies (codegraph, markitdown, E2E browser binaries).
Command
Generate and run an end-to-end suite for the critical user flows — Playwright, auto-detected, never imposed.
Command
Build a feature through the full Hydraia pipeline (analyze → plan → execute → double-review).
Command
Query the code graph for structure, call sites, and blast radius.
Command
Instrument logging, metrics, traces, health checks, and alerts — OpenTelemetry-first, never logging secrets or PII.
Command
Diagnose and fix a performance problem measurement-first — baseline, profile, numeric target, implement, re-measure.
Command
Run only Hydraia analysis + spec + detailed plan (with self-review loop), then stop.
Command
Resume an interrupted Hydraia pipeline from the last incomplete phase.
Command
Run only the Hydraia double code-review + security gate on the current branch.
Command
Analyze a user story like a Product Owner, then produce spec + QA cases + a frozen plan — no code.