nirecom/agents

Self-driving dev harness for Claude Code — hook-enforced workflow, two-AI-provider review loop, Windows-native PowerShell support (macOS and Linux too)

3Stars on the repository
60Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

detail-planner

01

nirecom/agents

Agent

Drafts and revises implementation plans. Used by the make-detail-plan skill in a planner/reviewer discussion loop.

3 2d ago A 27 tokens original MIT

detail-reviewer

02

nirecom/agents

Agent

Critically reviews implementation plans produced by the detail-planner agent. Thorough — surfaces minor issues as well as major ones. Used by the make-detail-plan skill.

3 2d ago A 36 tokens original MIT

nirecom/agents

Agent

3-pass GitHub issue dedupe survey. Classifies verdict (none/reopen/sub-of/make-parent/sibling) and writes a JSON artifact. Read-only — no issue creation, no comments.

3 2d ago B 46 tokens original MIT

outline-planner

04

nirecom/agents

Agent

Proposes 2-3 mutually-exclusive high-level approaches for a task. Used by the make-outline-plan skill. Inspired by Aider's architect/editor split and GitHub Spec Kit's /specify stage.

3 2d ago A 46 tokens original MIT

outline-reviewer

05

nirecom/agents

Agent

Reviews high-level approaches proposed by outline-planner. Checks direction and coverage only — never implementation details. Used by the make-outline-plan skill.

3 2d ago A 32 tokens original MIT

nirecom/agents

Agent

CC fallback security-plan reviewer for review-plan-security; invoked when codex CLI is unusable.

3 2d ago A 24 tokens original MIT

nirecom/agents

Agent

LLM judge for /refactor-prompts. Classifies hot regions from the lexical scan and emits an edit plan JSON.

3 2d ago A 32 tokens original MIT

security-scanner

08

nirecom/agents

Agent

Scan code for security anti-patterns across three axes. Read-only, no web access. Used by review-code-security.

3 2d ago A 28 tokens original MIT

skip-verifier

09

nirecom/agents

Agent

Verifies whether a speculative skip (outline or detail) is safe based on session intent and outline artifacts.

3 2d ago A 25 tokens original MIT

supervisor-audit

10

nirecom/agents

Agent

EM Supervisor — audit mode review agent. Invoked by Stop-hook block at stage boundaries (CONFIRMINTENT/OUTLINE/DETAIL) or when cumulative severity reaches the audit threshold. Reviews cross-stage coherence and writes a verdict (CONTINUE/WARN/BLOCK) to the supervisor state file.

3 2d ago A 64 tokens original MIT

supervisor

11

nirecom/agents

Agent

EM Supervisor — alert mode review agent. Invoked by Stop-hook block when C1 sentinel hang, C2 scheduled-review, or C3 off-proposal is detected. Reviews the active session against JD checklist and writes findings to the supervisor state file.

3 2d ago A 53 tokens original MIT

survey-code

12

nirecom/agents

Agent

Investigate the codebase to understand existing patterns, constraints, and relevant files. Writes a session-scoped survey-code.md artifact.

3 2d ago A 29 tokens original MIT

survey-history

13

nirecom/agents

Agent

Investigate git history and GitHub issue/PR timeline since the relevant issue opened, to surface changes that may invalidate the issue's premises.

3 2d ago A 31 tokens original MIT

test-reviewer

14

nirecom/agents

Agent

CC fallback test-coverage reviewer for review-tests; invoked when codex CLI is unusable.

3 2d ago A 23 tokens original MIT

web-researcher

15

nirecom/agents

Agent

Research an external topic via WebSearch and WebFetch. Read-only. Used by deep-research.

3 2d ago A 25 tokens original MIT