greatSumini/cc-system

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

brand-logo-finder

01

greatSumini/cc-system

Agent Claude Code

Finds brand logos using Brandfetch. Use when user asks for a brand's logo, brand assets, or brand identity information.

436 2mo ago A 31 tokens original MIT

tech-critic-lead

02

greatSumini/cc-system

Agent Claude Code

A review agent that judges proposed product requirements from a startup chief technology officer’s perspective. It treats every feature as an ongoing cost and can approve or reject the proposal.

436 2mo ago A 81 tokens original MIT

harness-clarify

03

greatSumini/cc-system

Agent

Turns a vague high-level request into a verifiable spec. Fixes scope, non-goals, and acceptance criteria; records premises that can't be confirmed as assumptions. Stage 1 of the harness-starter orchestrator.

436 2mo ago A 50 tokens original MIT

harness-context

04

greatSumini/cc-system

Agent

Takes a spec and gathers the context needed for the task (relevant files, conventions, integration points, gotchas) from the codebase into a context-pack. Read-only. Stage 2 of the harness-starter orchestrator.

436 2mo ago A 52 tokens original MIT

harness-implementer

05

greatSumini/cc-system

Agent

Takes a single node of the task graph and implements it. Minimal-change principle, verify immediately after each change, work solo. Never touches anything outside the node's scope (file/module). The execution unit of stage 4 of the harness-starter orchestrator.

436 2mo ago A 59 tokens original MIT

harness-planner

06

greatSumini/cc-system

Agent

Takes a spec and context and decomposes the task into a task graph (DAG) of verifiable nodes. Applies logical decomposition (smallest verifiable unit) and physical decomposition (file/module boundaries for parallel safety) separately. Stage 3 of the harness-starter orchestrator.

436 2mo ago A 63 tokens original MIT

harness-verifier

07

greatSumini/cc-system

Agent

Verifies the implementation against the spec's acceptance criteria and the plan's node criteria, producing a PASS/FAIL report. Judges only on actual execution/test/observation evidence. On failure, leaves an instruction for which node to fix and how. Stage 5 of the harness-starter orchestrator.

436 2mo ago A 65 tokens original MIT