orchestrate-implement

Execute code changes from a structured implementation plan.

1|Updated May 19, 2026
One-click install
npx skills add https://github.com/victormacaubas/data-engineering-skills --skill orchestrate-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate-implement
Source: https://github.com/victormacaubas/data-engineering-skills/tree/main/skills/orchestrate-implement
Command: npx skills add https://github.com/victormacaubas/data-engineering-skills --skill orchestrate-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the code implementation phase from a predefined plan, reducing manual coding and ensuring consistent execution.

Core Features & Use Cases

  • Plan-Based Implementation: Execute code changes based on a structured plan, ensuring all steps are followed.
  • Bounded Task Execution: Execute only the specified tasks in the plan, preventing overreach and maintaining control.
  • Use Case: Ideal for implementing changes in a codebase where a detailed plan is already prepared, such as feature updates or bug fixes.

Quick Start

Use the orchestrate-implement skill to apply the plan 'feature-updates.md'.

Frequently Asked Questions about orchestrate-implement

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

FAQPage Schema
How do I automate code implementation from a structured development plan?

Automated code implementation from a structured plan is executed by applying bounded task constraints to an implementer agent. This ensures all specified development workflow steps are followed consistently without manual coding.

What is plan-based development for automated coding tasks?

Plan-based development is a workflow where an implementer agent executes code changes strictly from a predefined plan. It prevents task overreach by executing only the specified bounded tasks, ensuring controlled feature updates or bug fixes.

How do I execute bounded tasks to prevent code overreach during implementation?

Executing bounded tasks requires providing a detailed implementation plan that defines explicit boundaries. The automated coding agent will execute only the specified tasks in the plan, preventing overreach and maintaining strict control over the codebase.

Do I need a detailed implementation plan before starting automated coding?

Yes, a detailed implementation plan is required before starting automated coding. The workflow applies to development scenarios where a structured plan is already prepared, serving as the bounded input for the implementer agent to execute changes.

What is the best way to apply a markdown plan for codebase feature updates?

The best way to apply a markdown plan for feature updates is to pass the plan file directly to the implementation workflow. The automated coding agent will read the structured plan and execute the specified code changes across the codebase.

Can I use automated coding for bug fixes without specifying task boundaries?

No, automated coding for bug fixes requires specified task boundaries to prevent overreach. Bounded task execution ensures the implementer agent only modifies code explicitly defined in the structured plan, maintaining control over the development workflow.