
22 results

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

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

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

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.\n\n<example>\nContext: An issue PR has been created targeting the feature branch.\n\nassistant: "I'll use the code-reviewer agent to review this PR."\n\n<uses Task tool to launch code-reviewer agent>\n</example>\n\n<example>\nContext: A feature PR has been created targeting main.\n\nassistant: "I'll use the code-reviewer agent to do a full feature review."\n\n<uses Task tool to launch code-reviewer agent>\n</example>

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

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.\n\n<example>\nContext: User has made UI changes and wants to validate before committing.\n\nuser: "Test the changes before I commit"\n\nassistant: "I'll use the pre-commit-tester agent to validate your UI changes."\n\n<uses Task tool to launch pre-commit-tester agent>\n</example>\n\n<example>\nContext: User wants to validate a specific app flow.\n\nuser: "Go through the onboarding flow"\n\nassistant: "I'll use the pre-commit-tester agent to walk through the onboarding experience."\n\n<uses Task tool to launch pre-commit-tester agent>\n</example>

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.

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

Import a tasks.md into the coco tracker as an epic with dependencies, and create matching issues in the configured issue tracker.

Generate a dependency-ordered task list (tasks.md) with sub-phases and cross-artifact consistency analysis from design.md in specs/{feature}/.

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

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.

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

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.\n\n<example>\nContext: Multiple tasks are ready with non-overlapping file ownership. /coco:loop dispatches parallel agents.\n\nassistant: "I'll dispatch task-executor agents for each ready task."\n\n<uses Task tool to launch multiple task-executor agents simultaneously>\n</example>

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

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 feature design (design.md) in specs/{feature}/ with user stories, acceptance criteria, technical approach, API contracts, and research decisions.

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

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

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.