plan

Generate _notes/plan.md with acceptance criteria, TODOs, and a decisions log.

2|1|Updated Apr 10, 2023
One-click install
npx skills add https://github.com/popoffvg/dotfiles --skill plan-popoffvg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/popoffvg/dotfiles/tree/main/skills/plan
Command: npx skills add https://github.com/popoffvg/dotfiles --skill plan-popoffvg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan phase coordinates structured planning for the atom workflow and never executes code.

Core Features & Use Cases

  • Generates a complete _notes/plan.md containing acceptance criteria, TODOs, and a decisions log.
  • Maintains _notes/worklog.md progress and documents decisions.
  • Supports Open Questions to surface blockers before implementation.

Quick Start

Invoke the planner to draft a complete _notes/plan.md with acceptance criteria, TODOs, and a decisions log.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create a structured project plan with acceptance criteria and a decisions log?

To create a structured project plan, this Skill generates a comprehensive plan.md file enforcing explicit acceptance criteria, a fixed decisions log, and a TODO list to guide subsequent implementation.

What is the best way to document open questions and blockers before starting implementation?

Documenting open questions and blockers is handled by the plan phase, which surfaces unresolved issues in a dedicated Open Questions section within the plan.md file before implementation begins.

Can I use this planning workflow to generate a worklog for progress tracking?

Yes, you can use this planning workflow to generate a worklog. It automatically maintains a worklog.md file to track planning progress and document decisions throughout the project lifecycle.

Does the plan phase execute code or modify project files directly?

The plan phase never executes code or modifies project files directly. It strictly coordinates structured planning by producing a singular plan.md document alongside worklog and decisions logs.

When do I need to trigger the plan phase in the atom workflow?

You trigger the plan phase when entering the planning stage, typically after running the initialization command or when the system recall shows the current workflow phase is set to plan.

How to manage TODOs and track implementation tasks during the planning phase?

To manage TODOs during planning, this Skill enforces explicit task tracking within the generated plan.md, ensuring all implementation tasks are documented and ready for subsequent execution.