plan

Convert YAML problem definitions into executable plans with validation and PDDL conversion.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/michael-conrad/.opencode --skill plan-michael-conrad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/michael-conrad/.opencode/tree/main/skills/plan
Command: npx skills add https://github.com/michael-conrad/.opencode --skill plan-michael-conrad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan problems into executable plans using YAML problem definitions and planning engines.

Core Features & Use Cases

  • Supports problem definition in YAML, plan generation, plan validation, and PDDL conversion.
  • Grounding action schemas, discovering action schemas, and managing state files for cross-phase workflows.
  • Use Case: Coordinate multi-phase planning in software delivery and automation.

Quick Start

Define a problem YAML and initiate the plan workflow to generate and validate a plan.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I convert a YAML problem definition into an executable plan?

To convert a YAML problem definition into an executable plan, define your problem in YAML and initiate the plan workflow to generate, validate, and execute the plan using configured planning engines.

What is PDDL conversion and when do I need it for workflow planning?

PDDL conversion translates YAML problem definitions into the Planning Domain Definition Language. You need PDDL conversion when utilizing specialized planning engines that require domain and problem files for multi-phase workflow execution.

How do I manage state files for cross-phase workflow planning?

You manage state files for cross-phase workflow planning by utilizing the robust state tracking mechanism, which verifies dependencies and ensures action grounding across multiple phases of the software delivery lifecycle.

Can I validate generated plans before executing them in a multi-phase workflow?

Yes, you can validate generated plans before execution. The planning workflow enforces problem YAML conformance and includes a plan validation step to ensure generated actions are correct before execution.

Does this planning engine approach support action schema discovery and grounding?

Yes, the planning engine approach supports action schema discovery and grounding. It automatically discovers action schemas from your YAML definitions and grounds them to verify dependencies during state management.

Do I need external dependencies to coordinate multi-phase planning in software delivery?

No, you do not need external dependencies to coordinate multi-phase planning. The Skill operates independently to enforce engine configuration, YAML conformance, and state tracking without requiring external tools.