A-Director/cc-forge

A complete Claude Code-native SDLC framework — from first idea to production. 13 expert personas (CTO, Security, SRE, QA and more), 11 lifecycle stages, pre-built Clerk auth + Stripe billing agents, Railway deploy, and Hermes the Conductor orchestrating it all. For solo devs and small teams building real products.

2Stars on the repository
21Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

hermes-adopt

01

A-Director/cc-forge

Command

Onboards an existing codebase into the Hermes SDLC. Reads the entire repo, infers stack and current state, produces a gap report, generates CLAUDE.md, and populates Taskmaster with tasks derived from the current project state. Run with /hermes-adopt from the project root.

2 2mo ago A 66 tokens

hermes-argus

02

A-Director/cc-forge

Command

Framework self-check. Verifies Layer 1 (plugin) and Layer 2 (project state) integrity per spec §5. Stratified drift report (E-1), C-1 intake reconciliation, versioned --json output (E-2), banner-rendering approximate caveat (E-3), freshness-checked Layer-2 cache (§2.7). Read-only by default; --fix applies a…

2 2mo ago A 101 tokens

hermes-backlog-init

03

A-Director/cc-forge

Command

Initialises the cc-forge product backlog for a project. Reads the confirmed stack and project scope from .cc-forge/state.json and CLAUDE.md, copies the default domain catalogues, marks universal items as active, marks stack-specific items active/not-applicable based on stack, and generates domain-specific DoD. Run…

2 2mo ago A 95 tokens

hermes-dashboard

04

A-Director/cc-forge

Command

Generates status/dashboard.html — a single self-contained HTML view of backlog completion, risks, decisions, and Hermes framework usage. Markdown stays source of truth; the dashboard is a read-only regeneratable view. Run after phase transitions, mid-project sanity checks, or before major reviews.

2 2mo ago A 60 tokens

hermes-deploy

05

A-Director/cc-forge

Command

Run the production deploy sequence. Pre-flight checks, persona gate verification, Railway deploy, and post-deploy verification.

2 2mo ago A 28 tokens

hermes-gate-review

06

A-Director/cc-forge

Command

Trigger an SDLC gate review. Reads the current stage, determines which personas are due, invokes them as forked subagents, and produces a consolidated gate report. Run with /hermes-gate-review.

2 2mo ago A 48 tokens

hermes-init

07

A-Director/cc-forge

Command

Greenfield onboarding for a new project. Interviews the developer, recommends a stack, and sets up the complete cc-forge environment: CLAUDE.md, PRD stub, Taskmaster, GitHub Actions, MCP servers, and project structure. Run with /hermes-init from your new project directory.

2 2mo ago A 65 tokens

hermes-intake

08

A-Director/cc-forge

Command

Process an explicit intake request — a new requirement, feature, bug fix, or change that should pass through triage before becoming work-in-flight. Records the event in .cc-forge/intake-log.md per §3.7 (monotonic INTAKE-NNN ID, closed-vocabulary classification + disposition, personas consulted). Logs intakestep events…

2 2mo ago A 104 tokens

hermes-log

09

A-Director/cc-forge

Command

Automatic usage logger. Every /hermes- command appends a structured entry to .cc-forge/usage.log. Called automatically by every Hermes command and at session end. Never needs to be invoked manually. Powers /hermes-report for review sessions.

2 2mo ago A 55 tokens

hermes-next

10

A-Director/cc-forge

Command

Surface the single highest-priority unblocked task from Taskmaster with full context. Read-only — never modifies project state.

2 2mo ago A 28 tokens

hermes-phase-gate

11

A-Director/cc-forge

Command

Advance the project from one PDLC phase to the next (MVP → Beta → Pilot → Launch → Growth). Runs a full-panel persona review (forked), bumps state.json, writes a CHANGELOG entry, and requires a dedicated commit. Distinct from /hermes-gate-review (regular SDLC gates).

2 2mo ago A 70 tokens

hermes-report

12

A-Director/cc-forge

Command

Reads .cc-forge/usage.log and produces a structured project usage report. Shows SDLC progress, persona gate history, backlog trajectory, drift events, token discipline, and cc-forge framework observations. Designed to be pasted into a review session for analysis and improvement. Run with /hermes-report anytime.

2 2mo ago A 66 tokens

hermes-status

13

A-Director/cc-forge

Command

Print a structured project health summary showing current stage, task status, backlog % across all 10 domains, pending persona reviews, open risks, document completeness, and deploy status. Read-only — never modifies project state.

2 2mo ago A 47 tokens

A-Director/cc-forge

Command

Helper invoked by gate-review personas (and other agents) when seeding Taskmaster tasks. Enforces a strict task title/description shape so every task carries its standards-grounded parent backlog item. Not user-invocable on the command line — internal helper.

2 2mo ago A 59 tokens

hermes-update

15

A-Director/cc-forge

Command

Updates the cc-forge plugin in this project. Delegates to Claude Code's /plugin update, runs any pending state.json migrations, verifies layer reachability via /hermes-argus, and reports.

2 2mo ago A 46 tokens