plan-steps-split

Split a plan Markdown file into per-step notes with status fields.

1|2|Updated Jul 5, 2024
One-click install
npx skills add https://github.com/uuta/dotfiles --skill plan-steps-split
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-steps-split
Source: https://github.com/uuta/dotfiles/tree/main/skills/plan-steps-split
Command: npx skills add https://github.com/uuta/dotfiles --skill plan-steps-split

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill splits a monolithic plan Markdown file into discrete, per-step notes, enabling granular progress tracking and easier review within Obsidian.

Core Features & Use Cases

  • Step file creation: Generate per-step Markdown files named {plan-name}-step-01.md, {plan-name}-step-02.md, etc., in the same directory as the main plan.
  • Progress tracking: Each step file includes a Step status field to monitor readiness and completion.
  • Use Case: After drafting a plan with plan-on-md, you can split it to manage tasks, track updates, and reference individual steps independently.

Quick Start

Split your main plan file into per-step notes in the Obsidian vault. After you create {plan-name}.md, run the plan-steps-split operation to generate {plan-name}-step-01.md, {plan-name}-step-02.md, and more in the same directory.

Frequently Asked Questions about plan-steps-split

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

FAQPage Schema
How do I split a Markdown plan into separate step files in Obsidian?

To split a Markdown plan in Obsidian, this Skill automatically generates individual per-step files named {plan-name}-step-01.md in the same directory, enabling granular progress tracking. It creates a discrete note for each step from your monolithic plan file.

Can I track completion status for individual steps in Obsidian notes?

Yes, you can track step status in Obsidian notes because this Skill adds a Step status field to every generated file. This allows you to monitor readiness and completion independently for each split step file within your vault.

What is the best way to break down a large plan into trackable Markdown tasks?

The best way to break down a large plan into trackable Markdown tasks is splitting the monolithic file into discrete per-step notes. This approach enables easier review and granular progress tracking by referencing individual steps independently.

How are the split step files named when dividing a plan in Obsidian?

Split step files are named using a consistent naming convention like {plan-name}-step-01.md, {plan-name}-step-02.md, and so on. They are all saved in the exact same folder as your main plan file for easy referencing.

Do I need a specific plan format to split steps in Obsidian?

You need a main plan generated with plan-on-md to split steps in Obsidian. The Skill requires this structured Markdown plan file as input to correctly generate per-step notes and apply consistent status tracking.