jdanigo/hydraia

8 stars · Last commit 2026-09-12

Self-contained agentic development harness for Claude Code — one command runs the full feature pipeline (plan → execute → double review) with security gates baked in.

README preview

# Hydraia

![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)
![Plugin version](https://img.shields.io/badge/plugin-v0.21.1-blue.svg)
[![Discord](https://img.shields.io/badge/Discord-join%20the%20community-5865F2?logo=discord&logoColor=white)](https://discord.gg/gA9TBsjGz)

🇬🇧 English · 🇪🇸 [Español](README.es.md)

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. No per-step babysitting,
no choosing which model or skill to use.

```
/hydraia:feature add rate limiting to the public REST API
```

You stay on Opus 4.8; Hydraia decides the rest — when to brainstorm, when to
plan, when to drop to Sonnet for execution, which reviewers to run, which
security gates to enforce.

View full repository on GitHub →