planExportJson

Export PROJECT_PLAN.md into structured JSON with phases and tasks.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill planexportjson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planExportJson
Source: https://github.com/BekaChkhiro/claude-plan-plugin/tree/main/commands/planExportJson
Command: npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill planexportjson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts a human-written project plan stored in PROJECT_PLAN.md into a machine-readable JSON document, enabling automated processing, reporting, and integrations.

Core Features & Use Cases

  • MD-to-JSON conversion: Parse PROJECT_PLAN.md and extract project metadata, phases, and tasks into a structured JSON format.
  • Data integration: Provide JSON payloads for dashboards, CI pipelines, or issue trackers.
  • Use Case: Example: convert a 4-phase plan into project-plan.json for downstream tooling.

Quick Start

Run the /planExportJson command to generate project-plan.json from PROJECT_PLAN.md.

Frequently Asked Questions about planExportJson

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

FAQPage Schema
How do I convert a project plan from Markdown to JSON?

To convert a project plan from Markdown to JSON, you can use a tool that parses PROJECT_PLAN.md and extracts project metadata, phases, and tasks into a structured JSON object for programmatic consumption.

What is the best way to generate JSON data from a Markdown project plan for CI pipelines?

The best way to generate JSON data from a Markdown project plan for CI pipelines is to parse the Markdown file and extract its structured fields like project, phases, and tasks into a JSON payload.

Does this Markdown to JSON export require any specific dependencies?

No, this Markdown to JSON export does not require any specific dependencies, as it operates independently to read PROJECT_PLAN.md and output a structured JSON object.

What JSON fields are extracted when exporting a project plan?

When exporting a project plan, the JSON fields extracted include project, phases, and tasks, which are parsed directly from the Markdown document to ensure structured data integration.

Can I use this for data integration with issue trackers?

Yes, you can use this for data integration with issue trackers, as it converts a human-written project plan stored in Markdown into a machine-readable JSON document enabling automated processing and reporting.