plan-md-executor

Convert plan_<topic>.md files into structured exec_<topic>.md execution sequences.

18|9|Updated Apr 20, 2025
One-click install
npx skills add https://github.com/PHMbench/PHM-Vibench --skill plan-md-executor
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-md-executor
Source: https://github.com/PHMbench/PHM-Vibench/tree/main/.codex/skills/plan-md-executor
Command: npx skills add https://github.com/PHMbench/PHM-Vibench --skill plan-md-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

读取当天的计划文件 plan_<topic>.md,将其中的 Tasks、Dependencies、DoD、Gates 拆解成可执行序列,并落盘为 exec_<topic>.md,提升计划执行的一致性与可追溯性。

Core Features & Use Cases

  • 将计划中的任务分解为最小执行单位,支持串行/并行执行组、检查点、证据需求和回滚点。
  • 自动生成执行文件 exec_<topic>.md,规范化执行顺序,便于落地执行和日志追踪。
  • 适用于需要把日常计划快速落盘为可执行任务清单的场景,如敏捷日计划、运维任务编排等。

Quick Start

在同一日期目录下放置 plan_<topic>.md,系统将自动读取并生成 exec_<topic>.md。

Frequently Asked Questions about plan-md-executor

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

FAQPage Schema
How do I convert a markdown daily plan into an executable task sequence?▼

Converting a markdown daily plan into an executable task sequence requires parsing plan_<topic>.md files to extract Tasks, Dependencies, DoD, and Gates, then generating a structured exec_<topic>.md file with phased execution steps and checkpoints.

How does checkpoint mapping work when splitting tasks for phased execution?▼

Checkpoint mapping for task splitting works by translating plan Gates into structured execution checkpoints within exec_<topic>.md, ensuring each parallel or serial task group includes specific evidence requirements and rollback points for audit trails.

Can I use this to automate daily operations task orchestration from a markdown file?▼

Yes, you can automate daily operations task orchestration by placing a plan_<topic>.md file in the same date directory, which triggers deterministic translation to generate a normalized execution sequence for operational tasks.

What is the best way to decompose agile daily plans into minimal executable units?▼

Decomposing agile daily plans into minimal executable units is best achieved by applying a deterministic translation workflow that parses plan structures and maps dependencies to generate serial and parallel execution groups.

Do I need specific dependencies to generate an execution markdown file with rollback points?▼

No specific dependencies are required to generate an execution markdown file with rollback points; the system applies a deterministic workflow to parse existing plan_<topic>.md contexts and write execution results directly to the codex/exec directory.

Why does my generated execution file lack parallel groups and audit trails?▼

Generated execution files lack parallel groups and audit trails when the source plan_<topic>.md file omits structured Dependencies and Gates, as the translation workflow requires these elements to map checkpoints and ensure reproducibility.