maestro:implement

Execute planned development tasks with Maestro CLI across single-agent, parallel, or team modes.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/ReinaMacCredy/Maestro-CLI --skill maestro-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maestro:implement
Source: https://github.com/ReinaMacCredy/Maestro-CLI/tree/main/.codex/skills/maestro%3Aimplement
Command: npx skills add https://github.com/ReinaMacCredy/Maestro-CLI --skill maestro-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of planned development tasks, transforming abstract plans into concrete code changes through AI-driven implementation.

Core Features & Use Cases

  • Task Execution: Executes tasks sequentially or in parallel based on plan dependencies and mode selection (single-agent, parallel, team).
  • Workflow Adherence: Follows TDD or ship-fast methodologies, ensuring code quality and test coverage.
  • Use Case: After a feature is planned and approved, use this Skill to have AI agents write the code, run tests, and commit the changes, significantly accelerating the development cycle.

Quick Start

Use the maestro:implement skill to start implementing the tasks for the 'add-user-authentication' track.

Frequently Asked Questions about maestro:implement

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

FAQPage Schema
How do I automate development task execution with AI agents?

Automating development task execution with AI agents is done by passing approved plans to the Skill, which then writes code, runs tests, and commits changes. It supports single-agent, parallel, or team execution modes.

Can I implement planned features following TDD workflows?

Yes, you can implement planned features following TDD workflows. The Skill adheres to TDD or ship-fast methodologies during AI-driven code generation, ensuring proper test coverage and code quality throughout task execution.

How does parallel task execution work for AI-driven code implementation?

Parallel task execution for AI-driven code implementation works by running multiple tasks concurrently based on plan dependencies. It manages context loading, status updates, and failure recovery across single-agent, parallel, or team modes.

Do I need the Maestro CLI to run AI code generation tasks?

Yes, you need the Maestro CLI to run AI code generation tasks. The Skill requires integration with Maestro CLI and potentially BR/BV modules for proper state management during task execution and failure recovery.

What happens when an AI agent fails during task execution?

When an AI agent fails during task execution, the Skill manages failure recovery through its integrated state management system. It handles status updates and context loading to resume or retry the failed development tasks.

What is the best way to transform abstract development plans into concrete code?

The best way to transform abstract development plans into concrete code is using an AI-driven implementation workflow. This approach automates task execution, managing dependencies and context loading to accelerate the development cycle.