des-implementation-plan

Generate a dependency-aware implementation plan from ready story task breakdowns.

2|Updated May 20, 2026
One-click install
npx skills add https://github.com/DKSang/DES-SKILL --skill des-implementation-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: des-implementation-plan
Source: https://github.com/DKSang/DES-SKILL/tree/main/skills-support/des-implementation-plan
Command: npx skills add https://github.com/DKSang/DES-SKILL --skill des-implementation-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents agents from jumping into coding too early by converting ready story task breakdowns into a dependency-aware implementation execution plan with checkpoints, validation order, and clear handoff guidance.

Core Features & Use Cases

  • Implementation planning from readiness artifacts: Uses sprint plan, story readiness report, and dev task breakdown to select only ready stories/tasks and sequence them safely.
  • Dependency-aware sequencing and phase grouping: Orders tasks by dependencies, identifies safe parallelization opportunities, and structures work into implementation phases.
  • Built-in validation, quality/contract/security gates, and CI/CD timing: Defines when tests and gates run, plus documentation/metadata/status update points.
  • Coding-agent handoff without writing code: Produces a handoff prompt and explicitly avoids scheduling blocked work as executable actions.

Quick Start

Use des-implementation-plan to generate _des-output/implementation-artifacts/implementation-plan.md from your existing _des-output/implementation-artifacts/dev-task-breakdown.md and related readiness artifacts.

Frequently Asked Questions about des-implementation-plan

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

FAQPage Schema
How do I generate a dependency-aware implementation plan from ready story tasks?

Implementation planning for data engineering work involves sequencing ready story tasks by their dependencies and grouping them into phases. This process produces a structured execution plan that defines quality gates, checkpoint timing, and safe parallelization opportunities before coding agents begin.

What is the best way to sequence data engineering tasks with dependency handling and checkpoints?

Sequencing data engineering tasks with dependency handling requires identifying safe parallelization opportunities and structuring work into implementation phases. This approach ensures checkpoints and validation tests run at the correct points in the workflow, preventing blocked work from being scheduled as executable actions.

How does workflow orchestration handle coding-agent handoff without writing code?

Workflow orchestration handles coding-agent handoff by producing a handoff prompt and an execution plan without writing or executing code. It converts readiness artifacts into ordered phases with validation gates, ensuring agents receive clear task readiness instructions instead of jumping into coding prematurely.

When do I need to apply quality, contract, and security gates in an implementation execution plan?

You need to apply quality, contract, and security gates in an implementation execution plan when defining when tests run and CI/CD handoff occurs. These gates ensure validation occurs at specific checkpoints during dependency-aware sequencing, enforcing HALT guardrails before any coding-agent execution.

Can I use existing dev task breakdowns to create a CI/CD handoff schedule for data engineering?

Yes, you can use existing dev task breakdowns and readiness reports to create a CI/CD handoff schedule. The process reads these artifacts to select only ready stories, sequence them safely, and output an implementation plan that defines documentation updates and validation timing for the handoff.

Why does my implementation plan schedule blocked work as executable actions?

An implementation plan schedules blocked work as executable actions when readiness artifacts are not properly filtered during dependency sequencing. By enforcing HALT guardrails and explicitly avoiding blocked tasks, the planning process ensures only ready stories are converted into safe execution phases for coding agents.