execute

Execute tracked software development tasks with TDD and code review loops.

7|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/skullninja/coco-workflow --skill execute-skullninja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/skullninja/coco-workflow/tree/main/skills/execute
Command: npx skills add https://github.com/skullninja/coco-workflow --skill execute-skullninja

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate the end-to-end execution of tracked software development tasks across multi-session work, reducing manual coordination and ensuring consistent progress.

Core Features & Use Cases

  • Dependency-aware task selection and topological scheduling via the coco tracker.
  • Integrated PR workflow, pre-commit validation, AI code review, and issue-tracker bridge sync.
  • Multi-session resilience with session memory and configurable safety limits to prevent stalls.

Quick Start

Run the /coco:execute command to begin processing the next available task in your current epic.

Frequently Asked Questions about execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end task execution for multi-session software development workflows?

Automating end-to-end task execution is handled by coordinating dependency resolution, branch creation, and automated code review until task completion across multiple sessions using configurable safety limits.

What is the best way to enforce a TDD execution loop during automated feature development?

Enforcing a TDD execution loop requires orchestrating a 15-step automated process that integrates pre-commit checks and issue-tracker bridges to ensure consistent, repeatable test-driven development progress.

How does dependency-aware task scheduling work for tracked epics and specs?

Dependency-aware task scheduling works by selecting tasks via topological scheduling, resolving dependencies from imported epics and derived specs to orchestrate safe, sequential execution across sessions.

Can I integrate pre-commit validation and AI code review into my PR workflow automation?

Integrating pre-commit validation and AI code review into PR workflow automation is fully supported, coordinating these checks within the execution loop to maintain code quality until tasks complete.

How do I prevent automation stalls during long-running, multi-session development tasks?

Preventing automation stalls during multi-session tasks is managed using session memory and configurable safety limits, providing multi-session resilience to ensure safe, repeatable progress without manual intervention.

Does the execute skill work with an issue-tracker bridge for syncing development tasks?

Yes, the execute skill integrates an issue-tracker bridge to sync tracked software development tasks, coordinating multi-session feature workflows, branching, and automated review loops until completion.