plan-writing

Draft detailed task plans with dependencies and verification criteria from feature requests.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/AnvinX1/med-rag --skill plan-writing-anvinx1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-writing
Source: https://github.com/AnvinX1/med-rag/tree/main/medical_genai_app/.agent/skills/plan-writing
Command: npx skills add https://github.com/AnvinX1/med-rag --skill plan-writing-anvinx1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams and engineers convert vague feature requests into concrete, independent tasks that are easy to implement, verify, and track.

Core Features & Use Cases

  • Small, focused tasks: break work into 2-5 minute tasks that have a single, verifiable outcome.
  • Clear verification: define how to validate completion and results for every task.
  • Logical ordering: map dependencies, enable parallel work, and put verification as the final phase.
  • Dynamic naming & project organization: save plan files at the project root with task-slug names; avoid restricted folders.
  • Adaptive planning: no fixed templates; each plan is crafted specifically for the task at hand.

Quick Start

Create a task plan for implementing a feature by breaking it into verifiable steps.

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 high-level feature request into actionable tasks?

To break down a feature request, convert it into small, focused 2-5 minute tasks with a single verifiable outcome. This ensures each actionable task is easy to implement, track, and verify independently.

What is the best way to define verification criteria for a project plan?

Defining verification criteria requires specifying how to validate completion and results for every task. Place this validation logic as the final phase in your logical ordering to ensure verifiable outcomes.

How do I map dependencies to enable parallel work in a multi-step task plan?

Mapping dependencies involves establishing logical ordering among your actionable tasks. This structure enables parallel work by identifying independent tasks while keeping verification as the final phase.

Can I use adaptive planning for different project types and scales?

Adaptive planning supports different project types and scales by avoiding fixed templates. Each task plan is crafted specifically for the requested work, ensuring the structure scales dynamically.

Do I need a specific project structure to save task plan files?

You need to save plan files at the project root with task-slug names. Avoid restricted folders to maintain a clean dynamic naming convention and ensure proper project organization.