spec-kitty

How to Generate Work Packages

Use this guide to turn a plan into work packages with /spec-kitty.tasks.

Prerequisites

The Command

In your agent:

/spec-kitty.tasks

What Gets Created

Work packages live in a flat tasks/ directory. Lane status is stored in each prompt file frontmatter via lane: "planned".

Understanding Work Packages

Each WP file contains:

Finalizing Tasks

After reviewing the generated WPs, finalize the task set.

In your terminal:

spec-kitty agent feature finalize-tasks

Example Output

kitty-specs/012-feature/tasks.md
kitty-specs/012-feature/tasks/WP01-auth-backend.md
kitty-specs/012-feature/tasks/WP02-auth-ui.md
kitty-specs/012-feature/tasks/WP03-tests.md

Troubleshooting


Command Reference

See Also

Background

Getting Started