skill-planner

Generate a todo.md implementation plan from a design.md document.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/vuthuonghai-steve/KLTN-By_Thuong_Hai-Steve --skill skill-planner-vuthuonghai-steve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-planner
Source: https://github.com/vuthuonghai-steve/KLTN-By_Thuong_Hai-Steve/tree/main/.codex/skills/skill-planner
Command: npx skills add https://github.com/vuthuonghai-steve/KLTN-By_Thuong_Hai-Steve --skill skill-planner-vuthuonghai-steve

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of detailed implementation plans (todo.md) from design documents, ensuring all knowledge requirements and technical steps are identified and organized.

Core Features & Use Cases

  • Automated Planning: Generates a structured todo.md file based on a design.md input.
  • Knowledge Gap Identification: Audits required domain knowledge and flags missing resources.
  • Task Decomposition: Breaks down complex designs into actionable phases and tasks.
  • Use Case: After a Skill Architect defines a new AI skill's architecture in design.md, the Skill Planner analyzes it to create a clear, step-by-step implementation plan for the Skill Builder, including identifying any missing documentation needed.

Quick Start

Use the skill-planner to create a todo.md file from the design document located at .skill-context/my-new-skill/design.md.

Frequently Asked Questions about skill-planner

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

FAQPage Schema
How do I generate a todo.md implementation plan from a design document?

To generate a todo.md implementation plan, input your design.md document and the planner analyzes knowledge requirements across Domain, Technical, and Packaging tiers to create actionable tasks and pre-requisites.

What is the best way to identify missing knowledge resources for AI agent skill development?

Identifying missing knowledge resources requires auditing domain knowledge across three tiers: Domain, Technical, and Packaging. The planner flags missing documentation and creates pre-requisites to fill those gaps.

How does task decomposition work for complex AI skill designs?

Task decomposition breaks down complex AI skill designs into actionable phases and tasks. It analyzes the design document and organizes the implementation steps into a structured todo.md file.

Does the skill planning process require a specific architecture framework?

The skill planning process adheres to the 7-Zone architecture framework and progressive disclosure principles, ensuring your todo.md aligns with structured AI agent skill development standards.

Can I use skill planning without a pre-existing design.md file?

Skill planning requires a design.md file as input to analyze knowledge requirements and generate the todo.md. Without a design document, the planner cannot audit missing resources or create actionable tasks.

When should I not use automated skill planning for task generation?

Automated skill planning should not be used when your design document lacks sufficient detail for knowledge gap identification, as the 7-Zone architecture framework requires structured input to generate actionable tasks.