format-todo-list

Convert task lists into TodoWrite JSON with validated statuses and active forms.

243|40|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/maslennikov-ig/claude-code-orchestrator-kit --skill format-todo-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: format-todo-list
Source: https://github.com/maslennikov-ig/claude-code-orchestrator-kit/tree/main/.claude/skills/format-todo-list
Command: npx skills add https://github.com/maslennikov-ig/claude-code-orchestrator-kit --skill format-todo-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts content into TodoWrite objects with validated status and presentable forms.

Core Features & Use Cases

  • Active form mapping: Converts tasks to present continuous forms.
  • Status validation: Ensures statuses are pending, in_progress, or completed.
  • Structured output: Produces a TodoWrite JSON ready for automation.

Quick Start

Convert a list of phases into a TodoWrite structure with active forms.

Frequently Asked Questions about format-todo-list

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

FAQPage Schema
How do I convert a todo list into a structured TodoWrite format?

TodoWrite format requires converting task content into present continuous form, assigning validated statuses (pending, in_progress, or completed), and structuring output as a JSON payload with content, status, and activeForm fields. This Skill automates that transformation for orchestrator progress tracking.

What statuses are valid when formatting todo lists for automation workflows?

Valid todo statuses are pending, in_progress, and completed. The Skill validates each task against these three states and rejects or corrects any status values outside this set before generating the TodoWrite payload.

When should I use active form conversion for todo lists?

Use active form mapping when creating initial phase checklists, updating task statuses during automation runs, or enforcing consistent todo formatting across multiple workflows. Present continuous forms improve readability and tracking clarity.

Can I use this Skill to enforce todo list consistency across multiple automation runs?

Yes. The Skill applies standardized formatting, status validation, and active form transformation consistently across all runs, ensuring every todo list meets the same TodoWrite structure and terminology regardless of input variation.

What output does the Skill produce after formatting a todo list?

The Skill outputs a TodoWrite-compatible JSON payload containing transformed content in present continuous form, validated status values, and activeForm representation, ready for direct integration into orchestrator progress tracking.

Do I need to manually validate todo statuses before using this Skill?

No. The Skill automatically validates all statuses against pending, in_progress, and completed. Invalid statuses are caught and corrected as part of the transformation, eliminating manual validation steps.