By skullninja
Autonomous spec-driven development for Claude Code. Describe a feature, get merged, tested, reviewed code.
npx claudepluginhub skullninja/coco-workflow --plugin cocoCreate or update the project constitution defining non-negotiable development principles.
Compact visual progress dashboard with progress bar, task table, dependency graph, and active/blocked/next status.
Execute the next available tracked task with TDD, pre-commit validation, PR creation, AI code review, and issue tracker bridge sync.
Autonomous execution loop. Runs the TDD cycle repeatedly until all tasks in an epic are complete, with circuit breaker protection and PR workflow.
Orchestrate a full roadmap phase. Designs features, imports to tracker, creates issues, then executes.
Start a planning session (strategic, tactical, operational, or triage). Guides you through the structured process for the selected type.
Quick-score an enhancement, bug, or feedback item using the impact-first triage framework. Creates an issue if approved.
Create, audit, or derive a Product Requirements Document. Use "derive" for satellite repos in multi-repo projects.
```text
Initialize Coco in the current project. Creates .coco/ directory, config, git hooks, and permissions. Use "reset" to force reconfiguration.
Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.
Show current execution status with progress, dependencies, file ownership, and parallelization opportunities.
Reconcile coco tracker state with the configured issue tracker. Syncs task statuses and reports mismatches.
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. <example> Context: An issue PR has been created targeting the feature branch. assistant: "I'll use the code-reviewer agent to review this PR." <uses Task tool to launch code-reviewer agent> </example> <example> Context: A feature PR has been created targeting main. assistant: "I'll use the code-reviewer agent to do a full feature review." <uses Task tool to launch code-reviewer agent> </example>
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. <example> Context: User has made UI changes and wants to validate before committing. user: "Test the changes before I commit" assistant: "I'll use the pre-commit-tester agent to validate your UI changes." <uses Task tool to launch pre-commit-tester agent> </example> <example> Context: User wants to validate a specific app flow. user: "Go through the onboarding flow" assistant: "I'll use the pre-commit-tester agent to walk through the onboarding experience." <uses Task tool to launch pre-commit-tester agent> </example>
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. <example> Context: Multiple tasks are ready with non-overlapping file ownership. /coco:loop dispatches parallel agents. assistant: "I'll dispatch task-executor agents for each ready task." <uses Task tool to launch multiple task-executor agents simultaneously> </example>
Generate a feature design (design.md) in specs/{feature}/ with user stories, acceptance criteria, technical approach, API contracts, and research decisions.
Execute the next available tracked task with TDD, pre-commit validation, PR workflow, AI code review, and issue tracker bridge sync. Primary execution interface for multi-session feature work.
Single-issue workflow for quick fixes and small changes that don't need full epic tracking. Creates a branch, implements the fix, commits with issue tracking, and closes.
Import a tasks.md into the coco tracker as an epic with dependencies, and create matching issues in the configured issue tracker.
Pre-design discovery interview that gathers deep user intent through structured questioning. Produces a discovery brief (discovery.md) consumed by the design skill.
Generate a dependency-ordered task list (tasks.md) with sub-phases and cross-artifact consistency analysis from design.md in specs/{feature}/.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Complete developer toolkit for Claude Code
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.