implement

Orchestrate parallel agents to implement checked-in plans through build, test, and review gates.

5|1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/joshsmithxrm/power-platform-developer-suite --skill implement-joshsmithxrm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/joshsmithxrm/power-platform-developer-suite/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/joshsmithxrm/power-platform-developer-suite --skill implement-joshsmithxrm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end implementation of checked-in plans by coordinating parallel agents to execute, review, and verify work.

Core Features & Use Cases

  • Orchestrates parallel agent execution to implement plans that exist in .plans/ and specs
  • Enforces gated verification through build, test, and review cycles, and commits per phase
  • Supports automated plan generation, phase analysis, dependency tracking, and cross-surface consistency checks

Quick Start

Invoke the implement skill with a path to your plan file to start orchestrating end-to-end execution.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate end-to-end plan execution with parallel agents?▼

You can automate end-to-end plan execution by invoking an orchestration skill that coordinates parallel agents to implement, review, and verify work. The skill parses plans, analyzes phases, handles dependencies, and gates through build-test-review cycles.

What is parallel agent orchestration for software development workflows?▼

Parallel agent orchestration coordinates multiple agents to execute plan tasks simultaneously. It manages dependency tracking, cross-surface consistency checks, and gated verification through build, test, and review cycles before committing code per phase.

How do I implement checked-in plans using DevOps orchestration?▼

To implement checked-in plans, invoke the orchestration skill with a path to your plan file. It parses the plan, dispatches tasks to parallel agents, and enforces gated verification through build, test, and review cycles before committing.

Do I need a formal spec and plan before starting automated plan orchestration?▼

Yes, automated plan orchestration applies when a formal spec and plan exist. The skill requires a checked-in plan file to parse, analyze phases, track dependencies, and coordinate parallel agents for implementation.

What's the best way to handle dependencies in parallel agent task execution?▼

Handling dependencies in parallel agent execution requires an orchestration tool that supports phase analysis and dependency tracking. The skill gates task completion through build, test, and review cycles, ensuring cross-surface consistency before moving to dependent phases.

When should I not use parallel agents for plan implementation?▼

You should avoid parallel agent orchestration when no formal spec or checked-in plan exists. The skill relies on parsing existing plan files to dispatch tasks, analyze phases, and enforce gated verification through build-test-review cycles.