skullninja/coco-workflow

Autonomous spec-driven development plugin for Claude Code. Describe a feature, get merged, tested, reviewed code. Full pipeline from PRD to PR with dependency-aware task tracking, AI code review, and zero dependencies beyond bash + jq.

7Stars on the repository
31Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

code-reviewer

01

skullninja/coco-workflow

Agent

Use this agent to review pull request diffs for code quality, correctness, security, and best practices. Invoke when a PR is created and needs review before merge. Context: An issue PR has been created targeting the feature branch. assistant: "I'll use the code-reviewer agent to review this PR." Context: A feature PR…

7 yesterday A 127 tokens original MIT

pre-commit-tester

02

skullninja/coco-workflow

Agent

Use this agent to validate UI/UX changes before committing. Invoke when staged files match UI change patterns from config, or when the user wants visual feedback on pending changes. Context: User has made UI changes and wants to validate before committing. user: "Test the changes before I commit" assistant: "I'll use…

7 yesterday A 159 tokens original MIT

task-executor

03

skullninja/coco-workflow

Agent

Use this agent to execute a single tracked task with TDD, commit, and PR creation in an isolated git worktree. Dispatched by /coco:loop for parallel execution. Context: Multiple tasks are ready with non-overlapping file ownership. /coco:loop dispatches parallel agents. assistant: "I'll dispatch task-executor agents…

7 yesterday A 97 tokens original MIT

test-auditor

04

skullninja/coco-workflow

Agent

Use this agent to score a scoped set of test files against the test value rubric, identifying tests that defend no failure mode. Dispatched by /coco:test-audit for large suites. Context: The user runs /coco:test-audit on a repo with 400 test files across several modules. assistant: "I'll dispatch test-auditor agents…

7 yesterday A 151 tokens original MIT