task-plan

Guide structured brainstorming and create numbered task folders with plan files.

Updated Dec 28, 2025
One-click install
npx skills add https://github.com/mcsdodo/kniha-jazd --skill task-plan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-plan
Source: https://github.com/mcsdodo/kniha-jazd/tree/main/.claude/skills/task-plan-skill
Command: npx skills add https://github.com/mcsdodo/kniha-jazd --skill task-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning new features can be time-consuming and error-prone; this skill provides a structured approach that starts with brainstorming and ends with a ready-to-implement task folder.

Core Features & Use Cases

  • Brainstorming-driven planning: clarifies user intent, scope, and constraints.
  • Structured task generation: creates _tasks/{NN}-{feature-name}/01-task.md with a planning summary.
  • Plan creation: uses a separate process to generate a step-by-step implementation plan in _tasks/{NN}-{feature-name}/02-plan.md.

Quick Start

Invoke structured brainstorming for a new feature, then generate a numbered task folder and a plan for implementation.

Frequently Asked Questions about task-plan

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

FAQPage Schema
How do I plan new feature development with structured brainstorming?▼

Feature development planning starts with structured brainstorming to clarify scope and constraints, then generates a numbered task folder containing a task summary and a step-by-step implementation plan for the new feature.

What's the best way to generate a task folder for software engineering projects?▼

Generating a task folder involves finding the next available folder number across the _tasks and _done directories, then outputting structured 01-task.md and 02-plan.md files to document and guide the feature implementation.

When do I need structured task management for multi-file feature workflows?▼

Structured task management is needed for new features spanning multiple files that require design decisions before implementation, ensuring clear, auditable steps from initial brainstorming through the final execution plan.

Can I use brainstorming templates for project workflow planning before coding?▼

Brainstorming templates guide project workflow planning by clarifying user intent, scope, and constraints before coding, resulting in a ready-to-implement task folder with a defined plan.

Does task planning require any dependencies to create implementation plans?▼

Task planning requires no external dependencies to create implementation plans; it operates independently to generate the task summary and plan files within the project structure.

Why should I not use structured planning for simple single-file updates?▼

Structured planning targets complex features spanning multiple files requiring design before implementation, making it excessive for simple single-file updates that do not need auditable brainstorming and step-by-step plans.