plan-writing

Create structured project plans with YAML frontmatter and Markdown task descriptions.

Updated Aug 5, 2025
One-click install
npx skills add https://github.com/lehuuhau1231/TechJobs --skill plan-writing-lehuuhau1231
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-writing
Source: https://github.com/lehuuhau1231/TechJobs/tree/main/tech-job-client/.agent/skills/plan-writing
Command: npx skills add https://github.com/lehuuhau1231/TechJobs --skill plan-writing-lehuuhau1231

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured approach to break down complex tasks, ensuring clarity and organization in planning, leading to efficient project execution.

Core Features & Use Cases

  • Task Breakdown: Breaks down large tasks into manageable sub-tasks.
  • Verification Criteria: Sets clear verification points for each task.
  • Logical Ordering: Organizes tasks in a logical sequence considering dependencies and critical paths.
  • Project-Specific Plans: Generates plans tailored to different project types (new projects, feature additions, bug fixes, refactoring).

Quick Start

To create a plan for implementing a new feature, run the plan-writing skill and follow the interactive prompts to define the scope, objectives, and verification criteria.

Frequently Asked Questions about plan-writing

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

FAQPage Schema
What is task breakdown in software project planning?▼

Task breakdown is the process of decomposing complex software development tasks into manageable sub-tasks. This framework structures these parts logically with clear verification criteria to ensure smooth implementation.

How do I create a structured plan for a feature development task?▼

To create a structured plan for feature development, you define the scope, objectives, and verification criteria interactively. The framework generates a project-specific plan using YAML frontmatter for management and Markdown for descriptions.

Does this task planning approach work for bug fixing and refactoring?▼

Yes, this task planning approach works for bug fixing and refactoring. It generates project-specific plans tailored to different project types, setting clear verification points and organizing tasks in a logical sequence.

What's the best way to define verification criteria for sub-tasks?▼

The best way to define verification criteria is by setting clear verification points for each sub-task during the breakdown process. This ensures every manageable part has distinct conditions to validate its completion.

How are task dependencies and critical paths managed during logical ordering?▼

Task dependencies and critical paths are managed by organizing tasks in a logical sequence. The framework considers these relationships during task breakdown to ensure a structured workflow and efficient project execution.