Caspian-Sun/claude-code-workflow

AI-driven R&D workflow framework: 8-step SDLC, hard gates, @rules traceability chain. Bilingual (EN/ZH).

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

README

01

Caspian-Sun/claude-code-workflow

Agent Claude Code

Agent "README" from Caspian-Sun/claude-code-workflow, covering agents/ — sub-agent definitions, file manifest, sub-agents vs. slash commands, agent md file format and key fields.

10 4d ago A 0 tokens original MIT

bug-fixer

02

Caspian-Sun/claude-code-workflow

Agent Claude Code

Fix a single triaged bug (from bug-reports entries or verbal descriptions normalized by /bug-check). Locate root cause → minimal fix → run tests → return fix report. Suitable for parallel spawning by /fix when handling multiple bug reports (one bug per agent).

10 4d ago A 59 tokens original MIT

code-reviewer

03

Caspian-Sun/claude-code-workflow

Agent Claude Code

Perform read-only code review on specified files or directories, scanning for issues per project rules (coding-style / no-hardcode / file-docs / testing), and outputting a structured report. Does not modify code. Suitable for parallel review of large directories by /review, or as an independent second-opinion check…

10 4d ago A 73 tokens original MIT

meta-auditor

04

Caspian-Sun/claude-code-workflow

Agent Claude Code

God-mode engineering meta-auditor. Scans .claude/ + docs/ + workspace/src/, outputs structured observation reports to docs/retrospectives/. Observes and suggests only — does not modify any .claude/ or docs/ files (except its own reports). Triggered by /meta-audit command, or spawned by main agent after major…

10 4d ago A 79 tokens original MIT

test-writer

05

Caspian-Sun/claude-code-workflow

Agent Claude Code

Generate Vitest tests for specified source files. Strictly reads business rules from JSDoc @rules — one it() per rule, no expanding or rewriting. Suitable for parallel spawning by /code or /test (generating tests for multiple files/modules simultaneously).

10 4d ago A 56 tokens original MIT