generate-tasklist

Generate a structured tasklist.md from design and steering documents.

2|Updated Sep 27, 2025
One-click install
npx skills add https://github.com/sakamotchi/sql-query-build --skill generate-tasklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-tasklist
Source: https://github.com/sakamotchi/sql-query-build/tree/main/.claude/skills/generate-tasklist
Command: npx skills add https://github.com/sakamotchi/sql-query-build --skill generate-tasklist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill generates a structured tasklist (tasklist.md) from design and steering documents to help breakdown work for development projects, enabling consistent planning and documentation.

Core Features & Use Cases

  • Generates tasklist.md under docs/working/{YYYYMMDD}_{要件名}/ using a template.
  • Reuses existing design and requirements references to ensure alignment.
  • Supports adding task lists to existing development directories and regenerating when needed; ideal for project kickoffs and ongoing planning.

Quick Start

Provide the destination path and an English kebab-case requirement name to generate a tasklist.md.

Frequently Asked Questions about generate-tasklist

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

FAQPage Schema
How do I generate a tasklist from design documents for a new development project?

To generate a tasklist from design documents, provide a destination path and an English kebab-case requirement name. The skill reads existing design and steering references to automatically produce a structured tasklist.md aligned with project guidelines.

What is the best way to create consistent project management documentation for ongoing development?

Creating consistent project management documentation is best handled by using a template-driven approach. This skill automatically generates a tasklist.md under a dated working directory, ensuring consistent task breakdown and alignment with existing requirements.

Can I regenerate a tasklist in an existing development directory when requirements change?

Yes, you can regenerate a tasklist in an existing development directory. The skill supports adding task lists to current working directories and updating them, making it ideal for ongoing planning when project requirements evolve.

Does the tasklist generator require specific naming conventions for project directories?

The tasklist generator requires specific naming conventions for project directories. It outputs the tasklist.md file under docs/working/{YYYYMMDD}_{requirement}/ using a date prefix and an English kebab-case name for the requirement to maintain structure.

What do I need to provide to start breaking down project work into an actionable tasklist?

To break down project work into an actionable tasklist, you need to provide the destination path and an English kebab-case requirement name. The skill then reads your existing design and steering documents to formulate the structured tasks.