prepare-plan

Create and manage Markdown task lists in a .plans/ directory.

110|4|Updated Jul 19, 2016
One-click install
npx skills add https://github.com/deathbeam/dotfiles --skill prepare-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prepare-plan
Source: https://github.com/deathbeam/dotfiles/tree/main/agents/.agents/skills/prepare-plan
Command: npx skills add https://github.com/deathbeam/dotfiles --skill prepare-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of disorganized project execution by providing a standardized, lightweight framework for defining goals, context, and actionable tasks before work begins.

Core Features & Use Cases

  • Structured Planning: Creates consistent Markdown-based task lists that are easy to read and maintain.
  • Progress Tracking: Facilitates the creation and updating of project roadmaps, ensuring clear visibility into what needs to be done.
  • Use Case: Use this when starting a complex refactoring task or a new feature implementation to break down high-level requirements into manageable, step-by-step checkboxes.

Quick Start

Ask the assistant to create a new plan named refactor-auth to begin structuring your development tasks.

Frequently Asked Questions about prepare-plan

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

FAQPage Schema
How do I create a structured task list for a complex software refactoring project?

Create a structured task list for complex software refactoring by generating a standardized Markdown file with step-by-step checkboxes in a dedicated directory, breaking down high-level requirements into manageable actions.

What is the best way to track feature implementation progress using Markdown files?

Track feature implementation progress by generating and updating standardized Markdown project roadmaps within a dedicated directory, ensuring clear visibility into task completion through structured checkbox lists.

Can I use Markdown task management to organize my software development workflow?

Yes, you can organize your software development workflow by standardizing Markdown task management to define goals, context, and actionable tasks before work begins, storing them as structured project plans.

Do I need file system access to manage project task lists in Markdown?

Yes, managing project task lists in Markdown requires file system access to read and write the structured plan files directly within a dedicated local directory.

How do I start planning a new feature implementation with a lightweight plan?

Start planning a new feature implementation with a lightweight plan by instructing the assistant to create a new named plan, generating a structured Markdown file to define goals and actionable tasks.

When should I avoid using lightweight Markdown plans for task organization?

Avoid using lightweight Markdown plans for task organization when your project lacks local file system access for storing dedicated directory files or requires heavy database-backed tracking instead of static documents.