execution-plan

Convert architecture and design artifacts into structured execution plans.

1|Updated Nov 27, 2025
One-click install
npx skills add https://github.com/buenhyden/hy-home.k8s --skill execution-plan-buenhyden
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execution-plan
Source: https://github.com/buenhyden/hy-home.k8s/tree/main/.agents/skills/execution-plan
Command: npx skills add https://github.com/buenhyden/hy-home.k8s --skill execution-plan-buenhyden

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transform architecture or design artifacts (docs/02.architecture/, docs/03.specs/) into a concrete execution plan that includes a work breakdown, risks, verification steps, and completion criteria for hy-home.k8s.

Core Features & Use Cases

  • Artifact-to-plan conversion: Convert ARD/ADR or architecture docs into structured execution plans.
  • Unified lifecycle alignment: Produce plans that conform to the SDD lifecycle and map to docs/04.execution/plans/.
  • Plan lineage and traceability: Link plans to driving specs and decisions to ensure traceability.

Quick Start

Create an execution plan for the approved design in docs/02.architecture and save it under docs/04.execution/plans.

Frequently Asked Questions about execution-plan

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

FAQPage Schema
How do I convert architecture docs into an execution plan with work breakdown?

To convert architecture docs into an execution plan, transform ARD or ADR artifacts from the architecture directory into a structured plan file featuring a phased work breakdown, verification steps, and completion criteria.

What is the best way to add risk mitigation and completion criteria to a design spec?

Adding risk mitigation and completion criteria to a design spec requires generating a structured execution plan that maps the approved architecture to phased delivery steps, ensuring traceability back to the original decisions.

Can I link my execution plan to driving specs for traceability?

Yes, you can link your execution plan to driving specs for traceability by referencing the originating ARD or ADR documents within the generated plan file, ensuring full lifecycle alignment from spec to delivery.

How do I generate plan files under docs/04.execution/plans using a template?

You generate plan files under the execution directory by applying a plan template to approved design artifacts, producing a structured document that conforms to the SDD lifecycle and maps directly to the execution folder.

What format should architecture decisions be in to create a phased work breakdown?

Architecture decisions should be formatted as ARD or ADR documents within the architecture or specs directories, providing the necessary design context to generate a phased work breakdown with linked traceability.

Does this execution planning approach support linking to related artifacts?

Yes, this execution planning approach supports linking to related artifacts by connecting the generated plan file to the driving architecture decisions and specifications, ensuring full traceability across the unified SDD lifecycle.