planning-tasks

Generate a TDD-ready TODO.md from an approved DESIGN.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nm7-jp/morpheus-operator --skill planning-tasks-nm7-jp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-tasks
Source: https://github.com/nm7-jp/morpheus-operator/tree/main/.claude/skills/planning-tasks
Command: npx skills add https://github.com/nm7-jp/morpheus-operator --skill planning-tasks-nm7-jp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

From approved DESIGN.md, this skill generates a TDD-compliant TODO.md that can be consumed by developing skills to implement tasks.

Core Features & Use Cases

  • Generate a TODO.md from an approved DESIGN.md.
  • Enforce a TDD-ready structure with RED/GREEN/REFACTOR steps.
  • Produce a development plan aligned with design approvals and stakeholder expectations.

Quick Start

Read the approved DESIGN.md, decompose it into tasks, and generate a TDD-ready TODO.md for development planning.

Frequently Asked Questions about planning-tasks

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

FAQPage Schema
How do I generate a TDD-ready TODO list from an approved design document?

To generate a TDD-ready TODO list from an approved design document, this skill reads your DESIGN.md and decomposes it into a structured TODO.md. The output enforces RED/GREEN/REFACTOR steps and phase-based tasks for development planning.

What is the required format for converting DESIGN.md into a development plan?

Converting DESIGN.md into a development plan requires an approved markdown design file as input. The skill then produces a TODO.md that references the design document and structures tasks using TDD phases.

Can I use this task management skill without stakeholder design approval?

No, this task management skill is specifically designed for workflows where the DESIGN.md is already provided and approved by stakeholders. It relies on approved design decisions to generate an accurate development sequence.

Does the generated TODO.md include specific TDD steps for developers?

Yes, the generated TODO.md enforces a TDD-ready structure by explicitly including RED, GREEN, and REFACTOR steps. This ensures developers can start implementing tasks with a clear, test-driven sequence.

What is the best way to structure TODO tasks for a test-driven workflow?

The best way to structure TODO tasks for a test-driven workflow is using phase-based organization with RED, GREEN, and REFACTOR steps. This skill automates that structuring by mapping approved design documents directly into sequential development tasks.