spec-kitty-tasks-packages

Generate flat WP prompt files from tasks.md with frontmatter metadata.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill spec-kitty-tasks-packages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kitty-tasks-packages
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/spec-kitty-plugin/skills/spec-kitty-tasks-packages
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill spec-kitty-tasks-packages

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converting high-level task outlines into ready-to-implement work packages reduces manual scoping and ensures consistent planning across teams.

Core Features & Use Cases

  • Flat WP generation: all WP prompts are created in a single feature_dir/tasks/ directory from tasks.md.
  • Auto-linking: updates to tasks.md reflect in the WP references for traceability.
  • Reusable prompts: standardized WP templates support repeatable workflows across features.

Quick Start

Run the spec-kitty tasks-packages workflow from the project root to generate WP prompts from tasks.md and place them in feature_dir/tasks.

Frequently Asked Questions about spec-kitty-tasks-packages

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

FAQPage Schema
How do I generate executable work-packages from a markdown task list?

To generate work-packages from a markdown task list, this Skill parses tasks.md and outputs flat WP prompt files in feature_dir/tasks/WP*.md with frontmatter for dependencies and execution mode. It updates tasks.md to reference the new prompt files for traceability.

What is a work-package prompt file and when do I need one?

A work-package prompt file is a ready-to-implement markdown document containing frontmatter for owned_files, authoritative_surface, and execution_mode. You need work-packages when converting high-level task outlines into executable units to ensure consistent planning across teams.

How do I automate creating work-package files with dependencies and execution modes?

You automate creating work-package files by running the spec-kitty tasks-packages workflow from the project root. It reads tasks.md and automatically generates WP*.md files containing frontmatter with dependencies, owned_files, authoritative_surface, and execution_mode fields.

Can I use flat work-package prompts for software engineering workflow automation?

Yes, flat work-package prompts support software engineering workflow automation by creating standardized WP templates in a single feature_dir/tasks/ directory, enabling repeatable planning workflows across multiple features.

Do I need a specific project structure to generate flat WP prompts from tasks.md?

You need a tasks.md file in your project root to generate flat WP prompts. The workflow places the generated WP*.md files directly into the feature_dir/tasks/ directory and updates the original tasks.md to link back to them.

Why does my tasks.md file need to reference generated work-package prompt files?

Your tasks.md file needs to reference generated work-package prompt files to maintain auto-linking and traceability. This integration ensures updates to tasks.md reflect in the WP references and connects with spec-kitty's planning and implement steps.