plan-writing

Break down complex work into actionable tasks with verifiable criteria.

34|29|Updated Jul 14, 2025
One-click install
npx skills add https://github.com/adelpro/open-tarteel --skill plan-writing-adelpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-writing
Source: https://github.com/adelpro/open-tarteel/tree/main/.agent/skills/plan-writing
Command: npx skills add https://github.com/adelpro/open-tarteel --skill plan-writing-adelpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This planning framework breaks complex work into clear, actionable tasks with verifiable criteria to reduce scope creep and miscommunication.

Core Features & Use Cases

  • Small, focused tasks that take 2-5 minutes and have a single, verifiable outcome.
  • Clear verification prompts to specify how to confirm completion.
  • Logical ordering with explicit dependencies and parallelizability considerations.
  • Dynamic naming in the project root to keep plans discoverable and organized.

Quick Start

Create a new plan for a feature and save it as {task-slug}.md at the project root.

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 complex software development tasks into verifiable units?

To break down complex software development tasks, structure work into small, focused tasks taking 2-5 minutes with a single, verifiable outcome. This planning framework enforces task granularity and clear verification prompts to confirm completion.

What is the best way to track dependencies when planning a multi-step project?

The best way to track dependencies in multi-step project planning is to enforce logical ordering with explicit dependencies and parallelizability considerations. This ensures tasks are sequenced correctly from conception to verification.

How do I organize project plans to keep them discoverable?

To organize project plans and keep them discoverable, use dynamic naming in the project root. Save new feature plans as {task-slug}.md files at the project root to maintain structure and accessibility.

Does task planning help with reducing scope creep in refactoring?

Task planning does reduce scope creep in refactoring by breaking complex work into clear, actionable tasks with verifiable criteria. This framework applies across feature development and refactoring to minimize miscommunication.

Can I apply structured task planning to both feature development and refactoring?

Yes, you can apply structured task planning to both feature development and refactoring. The framework guides planning from conception to verification across any multi-step software engineering project.