explaingit

ardhaecosystem/rudr9

Analysis updated 2026-05-18

40ShellAudience · developerComplexity · 3/5LicenseSetup · moderate

TLDR

RUDR9 is an installer that turns a Hermes Agent setup into a nine-role AI engineering team with enforced permissions and a Kanban workflow.

Mindmap

mindmap
  root((rudr9))
    What it does
      Nine AI roles
      Kanban coordination
      Tool-based permissions
      One command install
    Tech stack
      Shell
      Hermes Agent
      Git
      Node.js
    Use cases
      Multi-role dev workflow
      Enforced role limits
      Task tracking
    Audience
      Solo developers
      Small teams

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Set up multiple specialized AI roles, such as planner, builder, and reviewer, to collaborate on a coding task.

USE CASE 2

Enforce that certain AI roles, like a planner, cannot write or edit code by restricting their available tools.

USE CASE 3

Track feature development progress through a Kanban board with automatic task assignment between AI roles.

What is it built with?

ShellHermes AgentGitNode.jsGitHub CLI

How does it compare?

ardhaecosystem/rudr9infersports/infersports-skillmmlqm/claudesec
Stars404040
LanguageShellShellShell
Setup difficultymoderateeasymoderate
Complexity3/52/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires an existing Hermes Agent installation plus Git, Node.js, and an authenticated GitHub CLI.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

RUDR9 is an installer script that turns an existing Hermes Agent setup into a team of nine specialized AI roles that work together like a small software engineering organization. Instead of one AI assistant handling everything, RUDR9 sets up separate profiles for a coordinator, a planner, an architect, a version control manager, a builder, a security reviewer, a performance reviewer, and a final quality reviewer, each with its own memory, tools, and rules. When a user asks for a feature, the coordinator role breaks the request into tasks and assigns them to the other roles in order: the planner writes a specification, the architect designs the technical approach, the version control manager creates a branch and pull request, the builder writes the code, the security and performance roles review it, and a final reviewer approves the merge. Simple one-file fixes skip most of these steps, while larger features go through the full sequence, with progress tracked on a Kanban-style board. A core idea of the project is that each role's permissions are enforced by restricting which tools it can use, not just by instructions in a prompt. For example, the planner role has no ability to write or edit files at all, so it cannot secretly bypass the planning step and start coding. An additional plugin adds a second layer of enforcement at the level of individual tool calls. Installing RUDR9 requires Hermes Agent already installed and configured, along with Git, Node.js, and an authenticated GitHub command line tool for the version control role. The install script creates the profile folders, copies role definition files into each one, sets up two connected external tool servers, and initializes the Kanban board. A dry run option lets you preview these changes before committing to them, and an uninstall option reverses them. RUDR9 is released under the MIT License, a permissive license that allows free use including commercial use. It is built by Ardha Studios and is best suited for solo developers or small teams who already use Hermes Agent and want a more structured, multi-role workflow for building software.

Copy-paste prompts

Prompt 1
Explain how RUDR9 splits one Hermes Agent installation into nine coordinated AI roles.
Prompt 2
Walk me through installing RUDR9, including the prerequisites like Git, Node.js, and GitHub CLI.
Prompt 3
How does RUDR9 enforce that the planner role cannot write code, using tool restrictions instead of prompts?
Prompt 4
Describe the difference between a quick-fix, standard, and complex task ceremony level in RUDR9.

Frequently asked questions

What is rudr9?

RUDR9 is an installer that turns a Hermes Agent setup into a nine-role AI engineering team with enforced permissions and a Kanban workflow.

What language is rudr9 written in?

Mainly Shell. The stack also includes Shell, Hermes Agent, Git.

What license does rudr9 use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is rudr9 to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is rudr9 for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.