conejo

Coordinate multi-agent coding workflows with TDD and PR dispatch protocols.

Updated Jul 18, 2026
One-click install
npx skills add https://github.com/arthrod/conejo-skills --skill conejo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conejo
Source: https://github.com/arthrod/conejo-skills/tree/main/template
Command: npx skills add https://github.com/arthrod/conejo-skills --skill conejo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the fragmentation of coding workflows by enforcing a unified, high-discipline standard for PR management, testing, and agentic collaboration.

Core Features & Use Cases

  • Universal Dispatcher: Routes tasks to specialized siblings (code, frontend, merge, debug) to maintain context and quality.
  • Evidence-Based Development: Enforces red-green TDD and stacked PRs to ensure every change is verified before integration.
  • Use Case: When starting a complex feature, use this skill to coordinate the entire lifecycle from initial implementation to adversarial review and final merge.

Quick Start

Use the conejo skill to initialize a new feature branch and dispatch the implementation tasks to the appropriate specialized agents.

Frequently Asked Questions about conejo

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

FAQPage Schema
How do I coordinate a multi-agent coding workflow for complex features?

PR triage automation routes pull requests by dispatching them to specialized agents for code review and automated testing. It enforces strict TDD and context-preserving protocols to standardize PR management and ensure changes are verified before integration.

What is the best way to enforce red-green TDD in an automated pull request workflow?

Stacked PRs maintain context by breaking complex features into sequential, verifiable changes. This evidence-based development approach enforces strict TDD and ensures each modification is reviewed and tested independently before final integration.

Do I need specialized sibling agents to run an automated code review and TDD workflow?

Yes, specialized sibling agents are required. The dispatcher integrates with siblings handling code, frontend, merge, and debug tasks to execute the Warren Protocol, ensuring strict TDD and context-preserving dispatch across the software development lifecycle.

How does agent dispatch work for software development lifecycle automation?

Agent dispatch works by routing lifecycle tasks like PR triage and code review to specialized sibling agents. This preserves development context and enforces evidence-based testing protocols across the entire workflow without manual intervention.