nazgulhelplisted
Install: claude install-skill OrodruinLabs/nazgul
# Nazgul Framework — Quick Reference
## Getting Started
| Command | Description |
|---------|-------------|
| `/nazgul:init` | Set up Nazgul for this project |
| `/nazgul:init --local` | Set up without tracking files in git |
| `/nazgul:init --force` | Reinitialize (archives current state) |
## Running
| Command | Description |
|---------|-------------|
| `/nazgul:start` | Auto-detect state and continue work |
| `/nazgul:start "objective"` | Start a specific objective |
**Flags for `/nazgul:start`:** `--afk` (autonomous), `--yolo` (no reviews), `--hitl` (human-in-the-loop, default), `--max N` (iteration limit)
## Monitoring
| Command | Description |
|---------|-------------|
| `/nazgul:status` | Loop progress, task counts, review board |
| `/nazgul:log` | Iteration history, commits, reviews |
| `/nazgul:task list` | List all tasks with status |
## Task Management
| Command | Description |
|---------|-------------|
| `/nazgul:task add "desc"` | Add a new task |
| `/nazgul:task skip <id>` | Skip a blocked task |
| `/nazgul:task unblock <id>` | Unblock a task |
| `/nazgul:task info <id>` | Show task details |
| `/nazgul:task prioritize <id>` | Move task to top of queue |
## Control
| Command | Description |
|---------|-------------|
| `/nazgul:pause` | Pause loop at next iteration boundary |
| `/nazgul:reset` | Archive state and start fresh |
| `/nazgul:review` | Manually trigger review for a task |
| `/nazgul:clean` | Fully remove Nazgul from this project |
## Advan