Nereus
Description
An opinionated development harness for Claude Code — interview → spec → TDD build → parallel review → finish, with hooks that actually block.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Nereus
An opinionated development harness for Claude Code.
English · 한국어
Interview first. Spec before code. TDD enforced by hooks. Three reviewers in parallel. Hand off before the context window fills.
Install
/plugin marketplace add snwlee/Nereus
/plugin install nereus@nereus
/nereus:setup
Requires Node 20+ and Git. `setup` detects the external tools, installs what you approve, and writes the config file.
Flow
flowchart LR
I[intake
interview] -->|ambiguity ≤ 0.2| S[spec
tasks + done criteria]
S --> B[build
RED → GREEN → REFACTOR]
B -->|tests pass| E{"[flow] tasks?"}
E -->|yes| Q[e2e]
E -->|no| R
Q -->|pass| R[review
OCR · Codex · Gemini]
R -->|CRITICAL/HIGH = 0| F[finish
commit · archive · handoff]
R -->|findings| B
subgraph Baton [Baton — context handoff]
direction LR
W[50% warn:
finish current task] --> H[write handoff.md
commit · stop]
H --> N[/clear
auto-resumes]
end
B -. context ≥ 50% .-> W
N -. continues at same stage .-> B
Each stage calls the next when its gate passes. Day to day you only type `/nereus:intake`.
Commands
| Command | Purpose |
|---|---|
/nereus:setup |
Detect and install tools, write config, report MCP reside |
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing