generate-tasks

Transforms feature plans into TDD task specifications with embedded test scenarios.

41|15|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/foyzulkarim/skills --skill generate-tasks-foyzulkarim
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: generate-tasks
Source: https://github.com/foyzulkarim/skills/tree/main/dev-pipeline/skills/generate-tasks
Command: npx skills add https://github.com/foyzulkarim/skills --skill generate-tasks-foyzulkarim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feature plans often capture requirements but still leave developers without a clear set of TDD-focused tasks, so writing tests becomes guesswork and momentum stalls. The generate-tasks skill partners with the developer to translate the plan into explicit test scenarios, scope boundaries, and task specs that stay embedded in the same document.

Core Features & Use Cases

  • Plan-based test planning: Summarizes the PLAN-*.md feature output, digs into requirements, edge cases, and error expectations, and drafts a detailed test plan before any implementation begins.
  • Embedded task specs: Appends tasks directly inside the plan document so the TDD agent sees requirements and implementation steps without chasing multiple files.
  • Use Case: After the plan-feature skill finishes a new authentication flow, ask generate-tasks to craft the test plan and task breakdown that feed directly into the tdd skill.

Quick Start

Turn the PLAN-auth-login-flow.md feature plan into TDD-ready task specs with embedded test scenarios.

Frequently Asked Questions about generate-tasks

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

FAQPage Schema
How do I turn a feature plan into TDD task specifications?▼

To turn a feature plan into TDD task specifications, you summarize the plan context, draft a detailed test plan covering edge cases, and append task specs directly into the feature plan document before coding begins.

What is the best way to generate a test plan from a feature brief?▼

Generating a test plan from a feature brief involves digging into requirements and error expectations to draft explicit test scenarios, ensuring developers have clear scope boundaries before implementation starts.

How do I keep task specs and test plans in the same document for developer collaboration?▼

Keeping task specs and test plans in the same document requires appending the TDD tasks directly inside the PLAN-*.md file, allowing the TDD agent to see requirements and implementation steps without chasing multiple files.

Can I use this approach to break down a lightweight brief without writing implementation code?▼

Yes, you can break down a lightweight brief without writing implementation code by summarizing the plan context and drafting a detailed test plan with embedded task specs that satisfy the requirement to collaborate with the developer.

When do I need to generate TDD task specs from a feature plan?▼

You need to generate TDD task specs from a feature plan when a developer has a PLAN-*.md file or lightweight brief and requires embedded test scenarios and scope boundaries to prevent writing tests from becoming guesswork.