planning-tasks

Generate a TDD-compliant TODO.md from an approved design document.

88|4|Updated Oct 14, 2018
One-click install
npx skills add https://github.com/skanehira/dotfiles --skill planning-tasks
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planning-tasks
Source: https://github.com/skanehira/dotfiles/tree/main/claude/skills/planning-tasks
Command: npx skills add https://github.com/skanehira/dotfiles --skill planning-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

承認済み DESIGN.md から、TDD準拠の TODO.md を生成して実装計画を具体化します。planning-tasks スキルは analyzing-requirements で設計が完了・承認された後に、developing スキルでの実装へ結びつくタスクを作成します。

Core Features & Use Cases

  • DESIGN.md から TODO.md の生成: 実装タスクとテストタスクを分解してリスト化します。
  • TDDサイクルの組み込み: RED/GREEN/REFACTOR の各フェーズを各タスクに紐づけます。
  • 実行可能な粒度: 1–4時間程度で完了可能なタスクを推奨します。

Quick Start

DESIGN.md が既に承認済みであることを前提に、docs/TODO.md を生成して developing スキルでの実装計画を開始します。TODO.md は Red/Green/Refactor の順序と、各タスクの期待成果を含みます。

Frequently Asked Questions about planning-tasks

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

FAQPage Schema
How do I convert a DESIGN.md into actionable tasks for implementation?▼

planning-tasks generates a TDD-compliant TODO.md from an approved DESIGN.md, breaking down the design into 1–4 hour tasks aligned with RED/GREEN/REFACTOR cycles. This bridges design approval to hands-on development work.

What's the relationship between DESIGN.md, TODO.md, and TDD?▼

DESIGN.md defines what to build; TODO.md translates that into TDD phases. Each task maps to RED (test fails), GREEN (test passes), or REFACTOR phases, ensuring test-driven development from planning through implementation.

When should I create a TODO.md from my design document?▼

Create TODO.md after your DESIGN.md has been finalized and approved by the analyzing-requirements skill. This ensures the design is validated before breaking it into implementation tasks.

How granular should tasks be in the generated TODO.md?▼

Tasks should be completable in 1–4 hour increments, with each task tied to a specific TDD phase and expected outcome. This granularity enables focused development and clear handoff to implementation.

What format does the TODO.md output follow?▼

TODO.md includes Overview, Implementation Tasks, Phases, MUST rules, References, and Implementation Notes sections, structured for seamless handoff to the developing skill and aligned with RED/GREEN/REFACTOR workflows.