qGolem/orc

5 stars · Last commit 2026-03-16

Orchestrated planning, security auditing, and code quality skills for Claude Code

README preview

# orc — Claude Code Plugin

> Orchestrated planning, security auditing, and code quality for Claude Code.

## Install

```bash
claude --plugin-dir /path/to/this/repo
/orc:install
```

## Planning

### `/orc:spec`

The main entry point for planning. Takes a feature description and runs four phases: codebase discovery scans your project structure, parallel web researchers gather ecosystem context, interactive clarification sharpens requirements through Q&A, and plan generation produces a phased roadmap with per-phase PLANs. Each phase PLAN goes through a planner-checker convergence loop where two teammates iterate until the plan passes 9 verification dimensions.

```
/orc:spec "feature description"
    │

View full repository on GitHub →