skullninja

31 mods across 1 repository, 7 stars between them.

coco

02

skullninja/coco-workflow

Plugin Claude Code

Autonomous spec-driven development for Claude Code. Describe a feature, get merged, tested, reviewed code.

7 yesterday A tokens not measured original MIT

skullninja/coco-workflow

Instructions file

Instructions for skullninja/coco-workflow, covering claude.md -- coco, project overview, architecture, key files and tracker (lib/tracker.sh).

7 yesterday A 7,598 tokens original MIT

code-reviewer

05

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

06

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

07

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

08

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

constitution

09

skullninja/coco-workflow

Command

Create or update the project constitution defining non-negotiable development principles.

7 yesterday A 14 tokens original MIT

dashboard

10

skullninja/coco-workflow

Command

Compact visual progress dashboard with progress bar, task table, dependency graph, and active/blocked/next status.

7 yesterday A 22 tokens original MIT

execute

11

skullninja/coco-workflow

Command

Execute the next available tracked task with TDD, pre-commit validation, PR creation, AI code review, and issue tracker bridge sync.

7 yesterday A 28 tokens original MIT

loop

12

skullninja/coco-workflow

Command

Autonomous execution loop. Runs the TDD cycle repeatedly until all tasks in an epic are complete, with circuit breaker protection and PR workflow.

7 yesterday A 28 tokens original MIT

phase

13

skullninja/coco-workflow

Command

Orchestrate a full roadmap phase. Designs features, imports to tracker, creates issues, then executes.

7 yesterday A 21 tokens original MIT

planning-session

14

skullninja/coco-workflow

Command

Start a planning session (strategic, tactical, operational, or triage). Guides you through the structured process for the selected type.

7 yesterday A 27 tokens original MIT

planning-triage

15

skullninja/coco-workflow

Command

Quick-score an enhancement, bug, or feedback item using the impact-first triage framework. Creates an issue if approved.

7 yesterday A 24 tokens original MIT

prd

16

skullninja/coco-workflow

Command

Create, audit, or derive a Product Requirements Document. Use "derive" for satellite repos in multi-repo projects.

7 yesterday A 24 tokens original MIT

roadmap

17

skullninja/coco-workflow

Command

Generate or update a per-release roadmap from the PRD and analysis documents. Triages features, groups into phases, and produces a structured roadmap.

7 yesterday A 29 tokens original MIT

setup

18

skullninja/coco-workflow

Command

Initialize Coco in the current project. Creates .coco/ directory, config, git hooks, and permissions. Use "reset" to force reconfiguration, or "migrate" to reconcile an existing config against the current defaults.

7 yesterday A 46 tokens original MIT

standup

19

skullninja/coco-workflow

Command

Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.

7 yesterday A 21 tokens original MIT

status

20

skullninja/coco-workflow

Command

Show current execution status with progress, dependencies, file ownership, and parallelization opportunities.

7 yesterday A 17 tokens original MIT

sync

21

skullninja/coco-workflow

Command

Reconcile coco tracker state with the configured issue tracker. Syncs task statuses and reports mismatches.

7 yesterday A 20 tokens original MIT

test-audit

22

skullninja/coco-workflow

Command

Audit the test suite for low-value tests. Scores every test against the test value rubric and reports Keep / Keep-rewrite / Consolidate / Delete / Escalate recommendations.

7 yesterday A 35 tokens original MIT

PostToolUse

23

skullninja/coco-workflow

Hook

Runs after a tool call finishes for Write and Edit tool calls, executing post-tool-use-quality.sh. From skullninja/coco-workflow.

7 yesterday A tokens not measured original MIT

PreCompact

24

skullninja/coco-workflow

Hook

Runs before the context is compacted, executing pre-compact.sh. From skullninja/coco-workflow.

7 yesterday A tokens not measured copy · 59% MIT