implementation-planner

Generate conductor-compatible YAML implementation plans with task dependencies and success criteria.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/blueman82/conductor --skill implementation-planner-blueman82
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-planner
Source: https://github.com/blueman82/conductor/tree/main/skills/implementation-planner
Command: npx skills add https://github.com/blueman82/conductor --skill implementation-planner-blueman82

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate comprehensive implementation plans for features with built-in validation, including task decomposition, data-flow analysis, and clear success criteria.

Core Features & Use Cases

  • Discovery & analysis: Identify agents and assess the codebase to tailor the plan.
  • Task design & dependencies: Break features into tasks and map dependencies.
  • Data flow & validation: Build a data-flow registry (producers/consumers) and derive verifiable success criteria.
  • Output-ready plans: Produce conductor-compatible YAML plans with validation hooks ready for execution.

Quick Start

Provide a feature request like "Help me implement X" to generate a structured, YAML-based implementation plan that includes tasks, dependencies, data-flow, and success criteria.

Frequently Asked Questions about implementation-planner

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

FAQPage Schema
How do I break down a feature into implementation tasks with dependencies?

Implementation planning decomposes features into granular tasks and maps their dependencies. Provide your feature request, and the planner generates a structured task graph showing which tasks block others, enabling parallel work and clear sequencing for execution.

What is a data-flow registry and why do I need it for implementation planning?

A data-flow registry tracks which tasks produce and consume data, ensuring information flows correctly through your implementation. The planner builds this automatically, catching misaligned data dependencies and validating that downstream tasks receive required inputs.

Can I use this to generate YAML plans ready for automation?

Yes. The planner outputs conductor-compatible YAML with task definitions, dependencies, validation hooks, and success criteria embedded. This format executes directly in orchestration systems without manual reformatting.

How do I know if my implementation plan meets requirements?

The planner derives verifiable success criteria from your feature's key points and includes built-in validation that checks task coverage, data alignment, and compliance with functional requirements before you execute.

What should I provide to get an effective implementation plan?

Describe the feature you want to implement, including what it should do and any constraints. The planner analyzes your codebase structure, identifies relevant agents and components, then produces a complete plan with tasks, data flows, and success measures.

Does implementation planning work for large features with many moving parts?

Yes. The planner handles complex features by building dependency graphs, managing data-flow complexity, and breaking work into manageable tasks. Advanced validation ensures nothing falls through the cracks as scope grows.