dev

Orchestrate software development workflows from planning through coverage validation.

7|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/makoMakoGo/code-dispatcher-toolkit --skill dev-makomakogo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev
Source: https://github.com/makoMakoGo/code-dispatcher-toolkit/tree/main/skills/dev
Command: npx skills add https://github.com/makoMakoGo/code-dispatcher-toolkit --skill dev-makomakogo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire software development lifecycle, from initial planning and backend selection to parallel code execution and coverage validation, ensuring a streamlined and efficient development process.

Core Features & Use Cases

  • Full-Cycle Orchestration: Manages requirements gathering, code analysis, development planning, parallel execution, and validation.
  • Backend Agnostic: Integrates with multiple AI backends (Codex, Claude, Gemini) for optimal task delegation.
  • Use Case: Implement a new user authentication feature by defining requirements, letting the skill analyze the codebase, generate a dev plan, execute code in parallel, and validate test coverage.

Quick Start

Use the dev skill to implement the new user profile page feature.

Frequently Asked Questions about dev

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

FAQPage Schema
How do I orchestrate end-to-end software development workflows automatically?

To orchestrate end-to-end software development workflows, this skill manages requirements gathering, code analysis, parallel execution, and coverage validation. It delegates codebase analysis and code changes to a specialized dispatcher, ensuring a validated development process.

Can I integrate multiple AI backends for code generation and task delegation?

Yes, you can integrate multiple AI backends for code generation. This skill is backend agnostic and supports Codex, Claude, and Gemini to achieve optimal task delegation across your software development lifecycle.

What is the process for automating a new feature implementation from requirements to testing?

Automating a new feature implementation involves defining requirements, analyzing the codebase via a dispatcher, generating a development plan, executing code in parallel, and finally validating test coverage to ensure completeness.

Does this workflow automation tool handle test coverage validation after code execution?

Yes, this workflow automation tool handles test coverage validation. After parallel code execution completes, it automatically validates test coverage to ensure the structured development process meets requirements.

How does parallel execution work during automated code generation and dispatch?

Parallel execution during automated code generation works by generating a development plan and dispatching multiple code changes simultaneously. The code-dispatcher skill analyzes the codebase and executes these delegated tasks in parallel.

What is the best way to structure a development plan before parallel code execution?

The best way to structure a development plan is to clarify requirements and select a backend first. The skill then analyzes your codebase and generates a structured plan to guide parallel execution and coverage validation.