proceed-by-step

Automate progression of Markdown plan steps with user confirmation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead of progressing through multi-step Markdown plans by enforcing user confirmation after each step.

Core Features & Use Cases

  • Step status tracking across Ready, In progress, In review, and Done to keep plans organized.
  • Sequential execution that loads a main plan and per-step files, guiding users through tasks one step at a time.
  • Flexible handling of split plans created by plan-on-md or plan-steps-split, enabling clear progress and review workflows.

Quick Start

Configure a project directory containing the main plan file and its step files, then call the skill to begin stepping through steps and confirm each step to advance.

Frequently Asked Questions about proceed-by-step

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

FAQPage Schema
How do I track step-by-step project progress in Markdown with user confirmation?

Markdown project step tracking works by reading a main plan file and its corresponding step files, automatically updating statuses like Ready, In progress, In review, and Done while requiring user confirmation before advancing.

What statuses can I assign to project steps when managing multi-step Markdown plans?

When managing multi-step Markdown plans, you can assign four specific statuses to your project steps: Ready, In progress, In review, and Done, keeping sequential execution organized and clear.

How do I set up a project directory for sequential Markdown task execution?

To set up a project directory for sequential Markdown task execution, configure a main plan file alongside its corresponding split step files, then invoke the skill to begin guiding users through tasks one step at a time.

Does this step-by-step plan tracker work with split Markdown files?

Yes, this step-by-step plan tracker works with split Markdown files by flexibly handling plans created by plan-on-md or plan-steps-split, loading both the main plan and per-step files to guide clear progress and review workflows.

When should I use an automated Markdown workflow for project management instead of manual tracking?

You should use an automated Markdown workflow for project management to eliminate the manual overhead of progressing through multi-step plans, enforcing user confirmation after each step to maintain strict sequential execution.