spec-kitty.tasks-packages

Generate work package files from a wps.yaml manifest for Spec Kitty tasks.

1|1|Updated May 1, 2026
One-click install
npx skills add https://github.com/stijn-dejongh/spec-kitty-design --skill spec-kitty-tasks-packages-stijn-dejongh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kitty.tasks-packages
Source: https://github.com/stijn-dejongh/spec-kitty-design/tree/main/.agents/skills/spec-kitty.tasks-packages
Command: npx skills add https://github.com/stijn-dejongh/spec-kitty-design --skill spec-kitty-tasks-packages-stijn-dejongh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation and management of work package files for Spec Kitty tasks, streamlining the workflow for project management and execution.

Core Features & Use Cases

  • Automated Work Package Generation: Generates tasks/WP*.md prompt files from a manifest in wps.yaml.
  • Task Detail Parsing: Updates wps.yaml with per-work-package details.
  • Parallel Processing: Handles multiple work packages concurrently.
  • Integration with Spec Kitty Ecosystem: Integrates with the Spec Kitty toolchain for effective project execution.

Quick Start

To generate work package files for a given mission, use the spec-kitty agent context resolve command and provide the mission slug as an argument.

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 work package files from a YAML manifest?

Generate work package files by parsing a `wps.yaml` manifest containing complete work package definitions, which automatically creates detailed `tasks/WP*.md` prompt files for project execution.

What is work package generation for concurrent task execution?

Work package generation is the automated creation of detailed task prompt files from a central manifest, enabling parallel processing and seamless execution of multiple project work packages simultaneously.

Do I need a wps.yaml file to generate task prompt files?

Yes, you need a `wps.yaml` manifest with complete work package definitions to automatically generate the corresponding `tasks/WP*.md` prompt files for project execution.

Can I update work package details in the manifest automatically?

Yes, the system parses task details and automatically updates the `wps.yaml` manifest with per-work-package information during the file generation process.

What's the best way to manage multiple work packages concurrently?

Managing multiple work packages concurrently is best handled by defining them in a `wps.yaml` manifest, which allows the generation tool to process and create task files in parallel.

Why does work package generation require a complete manifest?

Work package generation requires a complete manifest because the `wps.yaml` file provides the necessary work package definitions needed to accurately parse details and generate valid task prompt files.