By OrodruinLabs
Multi-agent autonomous development loop with review pipeline, context management, and parallel execution
Generates and maintains CI/CD pipelines — GitHub Actions, GitLab CI, or detected CI system. Handles build, test, lint, security scan, and deploy stages.
Generates safe database migrations with rollback plans, validates data integrity, and handles zero-downtime migration patterns
Investigates repeated task failures — traces root causes, analyzes review feedback, and writes diagnosis for the implementer
Generates design system, component specs, and visual direction for this project. Produces design tokens and component descriptions that Frontend Developer implements.
Generates and maintains infrastructure configuration — Docker, Kubernetes, cloud resources, environment setup, and deployment configurations
Connect Nazgul task tracking to an external project board (GitHub Projects, Azure DevOps, etc). Use when user says "connect to github projects", "set up board", "track on github", or "nazgul board".
Generate a portable, Nazgul-free project bundle (docs + Claude subagents) without installing Nazgul. Runs the full pre-planning pipeline (discovery, doc-generator, reviewer-instantiation, optional designer) and emits output into standard paths (./docs/, ./docs/context/, ./.claude/agents/, ./.claude/).
Fully remove Nazgul from a project — deletes all runtime state, generated agents, MCP config, permissions, CLAUDE.md injections, and gitignore entries. Use when user says "remove nazgul", "uninstall nazgul", "clean nazgul", or wants to completely undo /nazgul:init.
View and change Nazgul settings — model assignments, formatter, notifications. Use when user says "configure nazgul", "change models", "nazgul settings", or wants to adjust config after init.
Collect targeted codebase context for a specific objective type. Use before planning to deeply understand the code that will be affected.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses power tools
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Multi-agent autonomous development loop for Claude Code
Discovery • Planning • Implementation • Review • Repeat
Nazgul runs a complete autonomous SDLC pipeline — from scanning your codebase to shipping reviewed code — with 18 core agents plus project-specific reviewers.
From the Orodruin Labs marketplace (recommended):
/plugin marketplace add OrodruinLabs/nazgul
/plugin install nazgul
Direct install from GitHub:
/plugin install nazgul@github:OrodruinLabs/nazgul
Manual install (for development or pinning a specific version):
git clone https://github.com/OrodruinLabs/nazgul.git ~/.claude/plugins/nazgul
Update:
/plugin # Select nazgul → "Update now"
Or enable auto-updates: /plugin → Marketplaces tab → orodruin-labs → Enable auto-update.
[!TIP] 3 commands to get started:
/nazgul:init # Set up Nazgul for your project /nazgul:start # Start the autonomous loop /nazgul:status # Check progress anytime
Nazgul auto-detects project state: active work resumes, existing docs trigger planning, fresh projects scan for TODOs/issues/failing tests. Override with /nazgul:start "specific objective".
[!WARNING] Autonomous mode skips all permission prompts:
claude --dangerously-skip-permissions /nazgul:start --yolo --max 30
| Command | Description |
|---|---|
/nazgul:init | First-time setup: discovery, reviewer generation, runtime dirs |
/nazgul:start | Smart start/resume — auto-detects state, derives objective |
/nazgul:status | Check loop progress, task counts, reviewer board |
/nazgul:pause | Gracefully pause at next iteration boundary |
/nazgul:task | Task lifecycle: skip, unblock, add, prioritize, list |
/nazgul:review | Manually trigger review for a task |
/nazgul:log | View run history — iterations, commits, reviews |
/nazgul:board | Connect task tracking to GitHub Projects |
/nazgul:docs | View or regenerate project documents |
/nazgul:config | View and change settings (models, formatter, notifications) |
/nazgul:enhance | Research Claude Code releases, propose Nazgul improvements |
/nazgul:metrics | View loop performance — velocity, approval rates, self-improvement reports |
/nazgul:verify | Human acceptance testing for completed tasks |
/nazgul:help | Quick reference for all commands and modes |
/nazgul:bootstrap-project | Generate a portable, Nazgul-free bundle (docs + Claude subagents) |
/nazgul:learn | Distill recurring mistakes into numbered, human-approved Learned Rules |
See /nazgul:help for the full command list and all flags.
Different pipeline stages have different complexity needs. Nazgul lets you assign the right model to each stage:
npx claudepluginhub orodruinlabs/nazgul --plugin nazgulPROJECT.md-first autonomous development with hybrid auto-fix documentation. 8-agent pipeline, auto-orchestration, docs auto-update on commit (true vibe coding). Knowledge base system with 90% faster repeat research. Strict mode enforces SDLC best practices automatically. Works for ANY Python/JavaScript/TypeScript/Go project.
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
A curated set of skills for each stage of development — propose, spec, design, plan, implement, ship.
Commands, agents, skills, and context for AI-assisted development workflows
Autonomous AI development pipeline that uses GitHub as a structured knowledge graph for Claude Code agents. Adds /work-on, /review-pr, /quality-gate, /orchestrate, and 20+ pipeline commands.