plan-writing

Generates hierarchical plans for complex tasks with verification steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps break down large, multi-step tasks into clear, manageable, and verifiable sub-tasks, ensuring a structured and efficient approach to development and problem-solving.

Core Features & Use Cases

  • Task Decomposition: Divides work into small, focused, and independently verifiable steps.
  • Dependency Management: Identifies logical ordering and potential for parallel work.
  • Clear Verification Criteria: Defines how to confirm the completion of each task.
  • Use Case: When starting a new feature development, use this Skill to create a detailed plan outlining each coding step, testing requirement, and integration point, ensuring all aspects are covered.

Quick Start

Use the plan-writing skill to create a plan for adding 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 development task into actionable steps?

Task decomposition divides large features into small, focused, and independently verifiable sub-tasks. It identifies logical ordering and potential parallel work, ensuring a structured and efficient approach to development.

What is the best way to plan a new feature implementation in agile development?

Planning a new feature involves creating a detailed outline of each coding step, testing requirement, and integration point. This ensures all aspects of the multi-step task are covered with clear verification criteria.

Can I use task decomposition for refactoring and bug fixing workflows?

Yes, task decomposition supports refactoring and bug fixing workflows by generating structured, actionable plans. It breaks these multi-step tasks into manageable sub-tasks with defined completion criteria.

How do I define verification criteria for sub-tasks in a development plan?

Defining verification criteria involves specifying how to confirm the completion of each focused task within the plan. This ensures every sub-task is independently verifiable, reducing complexity and saving time.

Does this approach support dynamic task naming and project-specific script selection?

Yes, this approach supports dynamic task naming and project-specific script selection for efficient workflow management. These features allow the generated plans to adapt to specific project requirements.