delivery-high-level-plan

Transforms validated stories into high-level execution plans with dependencies and risk flags.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/petrSimonidesXart/xPmGateway --skill delivery-high-level-plan-petrsimonidesxart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delivery-high-level-plan
Source: https://github.com/petrSimonidesXart/xPmGateway/tree/main/.gaai/core/skills/delivery/delivery-high-level-plan
Command: npx skills add https://github.com/petrSimonidesXart/xPmGateway --skill delivery-high-level-plan-petrsimonidesxart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validated user stories can be ambiguous or large; this skill turns them into a compact, governance-driven execution plan that guides delivery.

Core Features & Use Cases

  • Generates a high-level plan with objective, steps, dependencies, and risk flags.
  • Enforces the mandatory delivery sequence and anti-collision guard to prevent conflicts.
  • Supports Tier 1 micro-delivery planning and Tier 2/3 planning passes.

Quick Start

Ask the Planning Sub-Agent to generate a high-level plan for a given validated story.

Frequently Asked Questions about delivery-high-level-plan

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

FAQPage Schema
How do I turn validated user stories into an execution plan?

To turn validated user stories into an execution plan, use a planning sub-agent to generate a high-level plan with objectives, steps, dependencies, and risk flags. This process enforces a mandatory delivery sequence and prevents conflicts using an anti-collision guard.

How does an anti-collision guard work during plan generation?

An anti-collision guard works during plan generation by enforcing a mandatory delivery sequence. This prevents execution conflicts when transforming validated stories into a high-level plan, ensuring dependencies and steps are ordered safely for governance-driven delivery.

When do I need high-level planning for simple stories?

You need high-level planning for simple stories when you require a sole, compact execution plan to guide delivery. Generating a high-level plan provides governance by defining objectives, steps, and dependencies through the Planning Sub-Agent workflow.

Can I generate a plan document for simple stories without complex dependencies?

Yes, you can generate a plan document for simple stories as the sole plan. The planning sub-agent produces this high-level execution plan at contexts/artefacts/plans/{id}.plan.md, complete with objective, steps, dependencies, and risk flags.

What is the difference between Tier 1 micro-delivery planning and Tier 2 planning passes?

Tier 1 micro-delivery planning breaks work into the smallest executable units, while Tier 2 and Tier 3 planning passes refine those units further. Both are supported when generating a high-level plan, ensuring governance scales from simple stories to complex dependencies.