coding-workflow

Coordinate multi-agent ACP coding workflows with verification and session management.

27|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/CorellisOrg/Corellis --skill coding-workflow-corellisorg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-workflow
Source: https://github.com/CorellisOrg/Corellis/tree/main/templates/skills/coding-workflow
Command: npx skills add https://github.com/CorellisOrg/Corellis --skill coding-workflow-corellisorg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinating multiple AI coding agents across features and tasks to ensure code is written, reviewed, tested, and merged with traceable outcomes.

Core Features & Use Cases

  • Confidence-Based Routing: decides when to auto-execute or escalate to human review based on task confidence.
  • Structured Prompts & Verification: standardizes prompts and enforces output checks to prevent regressions.
  • Session Management: maintains context across multi-step coding tasks and reuses sessions for efficiency.
  • Use Case: when building a feature with several agents (linting, refactoring, testing) the workflow coordinates tasks and tracks progress to a merge-ready state.

Quick Start

Spawn an ACP coding session, describe the feature to implement, and run verification steps before merging.

Frequently Asked Questions about coding-workflow

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

FAQPage Schema
How do I coordinate multiple AI coding agents to ensure code is reviewed and tested?

Multi-agent AI coding coordination is managed by enforcing a structured workflow that routes tasks, verifies outputs, and tracks progress to a merge-ready state. Confidence-based routing decides when to auto-execute or escalate to human review.

What is confidence-based routing in an AI coding workflow?

Confidence-based routing in an AI coding workflow evaluates task confidence to decide whether to auto-execute code generation or escalate to human review. This mechanism prevents regressions by enforcing output verification before merging.

How do I maintain context across multi-step AI coding tasks?

Context across multi-step AI coding tasks is maintained through session management, which preserves state between steps and reuses sessions for efficiency. This ensures traceability when multiple agents handle linting, refactoring, and testing.

Can I use ACP coding workflows for feature building with linting and testing agents?

ACP coding workflows support feature building by coordinating specialized agents for linting, refactoring, and testing. The workflow standardizes prompts and enforces output checks to track progress toward a verifiable, merge-ready state.

Do I need explicit prompts to prevent regressions in AI code generation?

Explicit prompts are required to prevent regressions in AI code generation, as the workflow standardizes prompt structures and enforces output verification. This ensures generated code meets quality constraints before merging.

When should I not use a structured AI coding workflow for agent coordination?

A structured AI coding workflow may not suit simple, single-agent tasks that lack multi-step verification or session management needs. It is designed for complex scenarios requiring confidence-based routing, explicit prompts, and traceable merge outcomes.