plan-md-writer

Parse intake_<topic>.md and generate plan_<topic>.md with standard Plan attributes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts daily intake documentation into an actionable, end-to-end plan that can be saved to the repository for immediate execution and traceability.

Core Features & Use Cases

  • Automated plan generation: Reads intake_<topic>.md and produces plan_<topic>.md outlining goals, scope, tasks with DoD, dependencies, optional gates, and deliverables.
  • Structured deliverables: Ensures all outputs reference a concrete path under the current date's codex plan folder for easy tracking.
  • Use Case: A product manager uses intake forms to generate a repeatable playbook for daily work, enabling consistent planning across topics.

Quick Start

Generate a plan_<topic>.md by processing intake_<topic>.md and saving it to <MM_DD>/codex/plan.

Frequently Asked Questions about plan-md-writer

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

FAQPage Schema
How do I convert intake notes into an executable daily plan?

Generate an executable daily plan by parsing intake_<topic>.md to produce plan_<topic>.md. The output includes structured goals, scope, tasks with DoD, dependencies, optional gates, deliverables, and a rollback section for immediate execution.

What is the standard structure for a task management plan with Definition of Done?

A structured task management plan requires Goal, Scope, Tasks with DoD, Dependencies, optional Gates, Deliverables, and Rollback attributes. This structure ensures tasks have clear completion criteria and referenced deliverables for tracking.

How do I save generated plan documents to a dated repository path?

Save generated plan documents by writing plan_<topic>.md to the <MM_DD>/codex/plan/ directory. This ensures all deliverables reference concrete current-day plan paths for easy tracking and repository traceability.

Can I use intake documentation to automate daily product management playbooks?

Yes, you can use intake documentation to automate daily product management playbooks. Processing intake_<topic>.md files generates a repeatable playbook enabling consistent planning across topics for daily work.

Does the generated plan include an execution log template?

Yes, the generated plan includes a concise execution log template. Alongside standard Plan attributes like Gates, Deliverables, and Rollback, it provides a structured template to track daily execution progress.