spec-implementing-tasking

Convert ANALYSIS.md into a TODO.yaml plan with Plan/Execute tasks and quality checkpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts ANALYSIS.md into a concrete, module-scoped TODO.yaml plan to drive Stage 3 spec-based coding, aligning audits, tasks, and execution steps.

Core Features & Use Cases

  • Generates Plan/Execute task pairs from ANALYSIS.md items, enabling structured implementation workflows.
  • Inserts quality checkpoints after groups of categories to enforce deduplication, refactoring, and polish reviews.
  • Produces a TODO.yaml at repository root that integration-tests and code generators can consume.

Quick Start

Run spec-implementing-tasking to produce a TODO.yaml and plan files from ANALYSIS.md for staged development.

Frequently Asked Questions about spec-implementing-tasking

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

FAQPage Schema
How do I convert an ANALYSIS.md file into actionable TODOs for project management?

Converting ANALYSIS.md into actionable TODOs requires organizing items into category-based groups with dependency ordering, generating deterministic Plan/Execute task pairs and quality-review checkpoints to produce a structured TODO.yaml plan at the repository root.

How does generating a TODO.yaml plan from analysis documentation support staged development workflows?

Generating a TODO.yaml plan from analysis documentation supports staged development by applying dependency ordering to categorized items and enforcing repository rules for task naming, ensuring reproducible planning and structured execution workflows.

Can I use automated task planning to enforce quality checkpoints and refactoring reviews during implementation?

Automated task planning enforces quality checkpoints by inserting refactoring, deduplication, and polish review stages after groups of categories, ensuring alignment between audits, tasks, and execution steps during implementation.

Do I need a specific project management format to integrate generated plan files with code generators?

You need a TODO.yaml file at the repository root to integrate generated plan files with code generators, applying repository rules for task naming and plan file generation to ensure deterministic automated execution.

What is the best way to structure analysis items for deterministic task planning and execution?

Structuring analysis items for deterministic task planning involves organizing them into category-based groups with optional architecture checks and dependency ordering, creating reproducible Plan/Execute task pairs for staged development.

Why does my generated task plan require dependency ordering and architecture checks before execution?

Generated task plans require dependency ordering and optional architecture checks to enforce repository rules for task naming and plan file generation, ensuring the deterministic set of Plan/Execute tasks maintains reproducible staged development.