plan-writing

Decompose complex initiatives into verifiable tasks with dependency mapping.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/rahlplx/elite-astro-workforce-template --skill plan-writing-rahlplx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-writing
Source: https://github.com/rahlplx/elite-astro-workforce-template/tree/main/.agent/skills/plan-writing
Command: npx skills add https://github.com/rahlplx/elite-astro-workforce-template --skill plan-writing-rahlplx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan-writing provides a structured framework to convert vague, multi-step work into explicit, actionable tasks with clear success criteria, reducing ambiguity and rework.

Core Features & Use Cases

  • Structured Task Breakdown: Break projects into small, verifiable tasks with owners and outcomes.
  • Dependency & Verification Mapping: Explicitly define task dependencies and how to verify completion.
  • Use Case: When starting a new feature, create a plan file at the project root that guides implementation, testing, and deployment steps.

Quick Start

Create a new plan file at the project root and name it after the task slug (e.g., add-auth-feature.md). Open the file and fill in the goal, tasks, and verification criteria, then execute the plan according to your project workflow.

Frequently Asked Questions about plan-writing

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

FAQPage Schema
How do I break down a complex software project into actionable tasks?

Task breakdown for software engineering involves decomposing complex initiatives into small, verifiable units with defined owners, explicit dependencies, and clear success criteria to reduce ambiguity and accelerate delivery.

What is the best way to map dependencies for a feature development plan?

Mapping dependencies for a feature development plan requires explicitly defining the relationships between verifiable tasks to guide implementation, testing, and deployment steps sequentially within the project root.

How do I create a plan file for a new software refactor?

You create a plan file for a software refactor by adding a uniquely named markdown file at the project root, then defining the goal, task breakdown, and verification criteria to guide execution.

How do I define verification criteria for project management tasks?

Defining verification criteria for project management tasks involves specifying measurable success standards for each actionable task, ensuring feature development and refactors meet explicit completion requirements before execution.

Does task-level verification work for multi-step agile projects?

Task-level verification works for multi-step agile projects by enforcing measurable completion criteria on each decomposed task, which reduces rework and ensures the overall initiative satisfies project-scoped requirements.