Task Generation

Community

Break down plans into actionable, auditable tasks.

Authoryangsi7
Version1.0.0
Installs0

System Documentation

What problem does it solves? This Skill transforms detailed implementation plans into executable task lists, organized by user story. It enforces a test-first approach and ensures every acceptance criterion is covered, streamlining development and enabling automatic quality gate validation.

Core Features & Use Cases

  • User Story-Centric Organization: Generates tasks grouped by user story (P1, P2, P3), ensuring a clear path to delivering incremental user value and enabling progressive delivery.
  • Test-First Mandate: Ensures that test-writing tasks are prioritized before implementation tasks for each user story, adhering to Test-Driven Development (TDD) principles.
  • Automatic Quality Gate: Automatically invokes the /audit command after task generation to validate constitutional compliance, requirement coverage, and task quality, blocking implementation if critical issues are found.
  • Use Case: After an implementation plan is finalized, use this Skill to create a tasks.md file that developers can immediately use. This list will include setup, foundational work, and then specific tasks for each user story, complete with test requirements and parallelization markers.

Quick Start

Use the Task Generation skill to create a task breakdown from 'specs/001-user-auth/plan.md'.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Task Generation
Download link: https://github.com/yangsi7/fine-tuning-exercise-generation/archive/main.zip#task-generation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository