plan-writing

Break down development work into tasks with dependencies and verification criteria.

10|3|Updated Mar 14, 2025
One-click install
npx skills add https://github.com/Mentor-Wizard/mentor-wizard-webapp --skill plan-writing-mentor-wizard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-writing
Source: https://github.com/Mentor-Wizard/mentor-wizard-webapp/tree/main/.claude/skills/plan-writing
Command: npx skills add https://github.com/Mentor-Wizard/mentor-wizard-webapp --skill plan-writing-mentor-wizard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you break down complex tasks into small, manageable, and verifiable steps, ensuring clarity and efficient execution of work.

Core Features & Use Cases

  • Task Decomposition: Breaks down large projects into bite-sized tasks.
  • Dependency Management: Helps identify and order tasks logically.
  • Verification Criteria: Ensures each task has a clear "done" state.
  • Use Case: When starting a new feature development, use this skill to create a detailed plan with specific tasks, dependencies, and how each task will be verified before moving to the next.

Quick Start

Use the plan-writing skill to create a structured plan for implementing a new user authentication feature.

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 feature into manageable tasks?

Task decomposition involves breaking down large software projects into small, focused, and verifiable steps. This structured planning approach ensures clarity by defining clear dependencies and actionable items for efficient work execution.

What is the best way to manage task dependencies during project planning?

Managing task dependencies requires identifying and logically ordering tasks during project planning. Structuring work step-by-step ensures that prerequisite steps are completed before dependent tasks begin, leading to deterministic development outcomes.

How do I define clear verification criteria for a refactoring step?

Defining verification criteria requires establishing a clear done state for each refactoring or implementation step. This ensures each task within a multi-step development process has specific conditions that must be met before proceeding.

Can I use structured task planning for both feature implementation and refactoring?

Structured task planning is applicable to both feature implementation and refactoring processes. It helps developers create detailed plans with specific tasks, logical ordering, and defined verification criteria for any multi-step development workflow.

Why does my multi-step development workflow lack deterministic outcomes?

Multi-step development workflows often lack deterministic outcomes due to poorly defined dependencies and missing verification criteria. Structuring work into small, focused tasks with logical ordering and clear done states resolves this issue.