tdd-tasking

Convert ANALYSIS.md into a structured TODO.yaml with Plan and Impl task pairs.

23|2|Updated Jun 9, 2025
One-click install
npx skills add https://github.com/kaptinlin/gozod --skill tdd-tasking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-tasking
Source: https://github.com/kaptinlin/gozod/tree/main/.agents/skills/tdd-tasking
Command: npx skills add https://github.com/kaptinlin/gozod --skill tdd-tasking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates converting ANALYSIS.md into a structured TODO.yaml, enabling the TDD code phase workflow by generating grouped Plan and Impl tasks and periodic refactor checkpoints.

Core Features & Use Cases

  • Converts ANALYSIS.md into Plan and Impl task pairs with exact .plans paths and interleaved refactor checkpoints.
  • Supports per-category task generation aligned with the ANALYSIS.md structure to drive tdd-planning and tdd-implementing skills.
  • Integrates into the Ralphy loop for incremental code generation and review.

Quick Start

Run tdd-analyzing to produce ANALYSIS.md, then run tdd-tasking to generate TODO.yaml at the repository root.

Frequently Asked Questions about tdd-tasking

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

FAQPage Schema
How do I convert ANALYSIS.md into structured TODO.yaml for TDD?

Converting ANALYSIS.md into TODO.yaml involves parsing analysis content into Plan and Impl task pairs with exact .plans paths and interleaved refactor checkpoints at the project root.

What is the best way to generate TDD task pairs from a markdown analysis file?

Generating TDD task pairs from markdown analysis requires formatting tasks using standard Plan/Impl templates, ensuring category order and per-category scope before outputting a valid TODO.yaml.

Does tdd-tasking require a specific file structure to generate TODO.yaml?

Yes, tdd-tasking requires a repository with an ANALYSIS.md file located at the root directory to successfully parse and convert it into a structured TODO.yaml.

How are refactor checkpoints inserted when automating TDD workflow planning?

Refactor checkpoints are inserted according to category order, interleaving them with Plan and Impl task pairs to drive incremental code generation and review.

Can I generate per-category TDD tasks aligned with my analysis document structure?

Yes, you can generate per-category TDD tasks aligned with the document structure, ensuring per-category scope and formatting tasks using standard Plan/Impl templates.