spec-kitty.tasks-outline

Generate wps.yaml and tasks.md work package manifests from structured YAML.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating a structured work package manifest (wps.yaml), which is crucial for efficient project planning and task management.

Core Features & Use Cases

  • Work Package Manifest Creation: Automates the generation of wps.yaml, defining work package metadata, dependencies, and file ownership.
  • Automatic tasks.md Generation: Eliminates the need for manual task document creation by auto-generating it from wps.yaml.
  • Feature: ⚠️ CRITICAL PLANNING WORK: Emphasizes the importance of detailed, quality planning to ensure feature success.
  • User Input Handling: Allows consideration of user input when invoking the skill to tailor the work package manifest accordingly.

Quick Start

Use the /spec-kitty.tasks-outline command followed by the project directory where the spec-kitty command is located, such as: /spec-kitty.tasks-outline .

Frequently Asked Questions about spec-kitty.tasks-outline

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

FAQPage Schema
How do I generate a work package manifest for project planning?

To generate a work package manifest, use the `/spec-kitty.tasks-outline` command followed by your project directory to automatically create a structured `wps.yaml` file. This defines work package metadata, dependencies, and file ownership for efficient task management.

What is a work package manifest and why do I need one?

A work package manifest is a structured YAML file that defines project metadata, task dependencies, and file ownership. You need one to streamline project planning, ensure detailed quality planning, and establish a clear foundation for feature success.

How do I create a tasks.md file from YAML project metadata?

You can create a `tasks.md` file automatically by running the `/spec-kitty.tasks-outline` command. It reads your `wps.yaml` work package manifest and eliminates manual document creation by auto-generating the task list directly from the structured data.

Can I use custom user input when generating a work package manifest?

Yes, you can provide user input when invoking the command to tailor the work package manifest accordingly. This allows the generated `wps.yaml` and `tasks.md` files to align with specific project requirements and user input considerations.

Do I need any dependencies to automate task management manifest generation?

No dependencies are required to automate task management manifest generation. You simply run the command in your project directory to generate the `wps.yaml` and `tasks.md` files without needing additional libraries or external tools.

What are the limitations of automating work package manifest creation?

The automation relies entirely on structured YAML for metadata definition and dependencies mapping, meaning unstructured project notes will not translate correctly. It emphasizes critical planning work, so poor initial project definitions will result in inadequate manifest outputs.