task-generator

Convert plan and FASE artifacts into atomic TASK-FASE markdown documents.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/noelserdna/claude-plugin-sdd --skill task-generator-noelserdna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-generator
Source: https://github.com/noelserdna/claude-plugin-sdd/tree/main/skills/task-generator
Command: npx skills add https://github.com/noelserdna/claude-plugin-sdd --skill task-generator-noelserdna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of converting high-level FASE and plan artifacts into concrete, atomic work items that can be implemented with git workflows. It ensures traceability from requirements and specifications to tasks, and structures work for human review, rollback planning, and governance.

Core Features & Use Cases

  • Atomic task generation: maps each FASE item into independent tasks suitable for commits.
  • Traceability: links TASK-FASE-*.md tasks to plan, FASE, and specifications for end-to-end provenance.
  • Governance & reuse: provides conventional commit messages, revert strategies, and review checklists to enforce governance.

Quick Start

  • Run the Claude command to generate all tasks: /sdd:task-generator
  • Review generated files under the task/ directory (TASK-FASE-*.md, TASK-INDEX.md, TASK-ORDER.md)
  • To regenerate a single FASE: /sdd:task-generator --fase 0

Frequently Asked Questions about task-generator

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

FAQPage Schema
How do I convert a high-level project plan into atomic git commits?

Converting a project plan into atomic git commits requires generating independent TASK-FASE-*.md documents from plan artifacts. This maps each phase into concrete work items with conventional commit messages and dependency graphs for end-to-end traceability.

What is phase decomposition for task generation and how does it ensure traceability?

Phase decomposition for task generation breaks down FASE plan artifacts into atomic, auditable work items. It ensures traceability by linking each generated TASK-FASE-*.md file back to the original plan, FASE, and specifications for complete provenance.

Can I generate tasks for a single phase instead of the entire plan?

Yes, you can generate tasks for a single phase by running the generator with a specific phase flag. This regenerates only the targeted TASK-FASE-*.md document, allowing per-FASE execution without affecting other atomic tasks.

Does the generated task output include revert strategies for git workflows?

Yes, the generated task output includes revert strategies for git workflows. Along with conventional commit messages and review checklists, these reversible tasks provide governance and rollback planning for human review.

What file format and directory structure do I need for plan to tasks conversion?

Plan to tasks conversion requires plan/PLAN-FASE-*.md and plan/fases/FASE-*.md artifacts as input. The generator outputs TASK-FASE-*.md, TASK-INDEX.md, and TASK-ORDER.md documents into a task/ directory, while reading optional scripts/ and references/ directories to enrich tasks.

When should I not use automated task generation from plan artifacts?

You should not use automated task generation from plan artifacts when your project lacks structured FASE and plan markdown files. The generator depends on these specific input formats to produce traceable, atomic work items and validate outputs against governance checks.