coco-local
01Plugin Claude Code
Plugin marketplace listing 1 plugin: coco.
Plugin Claude Code
Plugin marketplace listing 1 plugin: coco.
Plugin Claude Code
Autonomous spec-driven development for Claude Code. Describe a feature, get merged, tested, reviewed code.
Settings file Claude Code
Agent settings declaring 22 allowed tools.
Instructions file
Instructions for skullninja/coco-workflow, covering claude.md -- coco, project overview, architecture, key files and tracker (lib/tracker.sh).
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…
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…
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…
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…
Command
Create or update the project constitution defining non-negotiable development principles.
Command
Compact visual progress dashboard with progress bar, task table, dependency graph, and active/blocked/next status.
Command
Execute the next available tracked task with TDD, pre-commit validation, PR creation, AI code review, and issue tracker bridge sync.
Command
Autonomous execution loop. Runs the TDD cycle repeatedly until all tasks in an epic are complete, with circuit breaker protection and PR workflow.
Command
Orchestrate a full roadmap phase. Designs features, imports to tracker, creates issues, then executes.
Command
Start a planning session (strategic, tactical, operational, or triage). Guides you through the structured process for the selected type.
Command
Quick-score an enhancement, bug, or feedback item using the impact-first triage framework. Creates an issue if approved.
Command
Create, audit, or derive a Product Requirements Document. Use "derive" for satellite repos in multi-repo projects.
Command
Generate or update a per-release roadmap from the PRD and analysis documents. Triages features, groups into phases, and produces a structured roadmap.
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.
Command
Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.
Command
Show current execution status with progress, dependencies, file ownership, and parallelization opportunities.
Command
Reconcile coco tracker state with the configured issue tracker. Syncs task statuses and reports mismatches.
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.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing post-tool-use-quality.sh. From skullninja/coco-workflow.
Hook
Runs before the context is compacted, executing pre-compact.sh. From skullninja/coco-workflow.