spec-kitty.tasks-outline
SolidCreate a work package manifest
AI & Automation 1,281 stars
105 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /spec-kitty.tasks-outline - Create Work Package Manifest
**Version**: 3.2.0
## Purpose
Create `wps.yaml` — the structured work package manifest that defines WP metadata,
dependencies, and file ownership. `tasks.md` is generated automatically from this
manifest by `finalize-tasks`.
> ⚠️ DO NOT write `tasks.md`. The system generates it from `wps.yaml`. Writing
> `tasks.md` manually will have it overwritten by `finalize-tasks`.
## ⚠️ CRITICAL: THIS IS THE MOST IMPORTANT PLANNING WORK
**You are creating the blueprint for implementation**. The quality of work packages determines:
- How easily agents can implement the feature
- How parallelizable the work is
- How reviewable the code will be
- Whether the feature succeeds or fails
**QUALITY OVER SPEED**: Take your time to understand the full scope deeply,
break work into clear pieces, and write detailed guidance.
---
## 📍 WORKING DIRECTORY: Stay in the repository root checkout
**IMPORTANT**: This step works in the repository root checkout. NO worktrees created.
**Do NOT cd anywhere**. Stay in the repository root checkout.
**In repos with multiple missions, always pass `--mission <handle>` to every spec-kitty command.** The `<handle>` can be the mission's `mission_id` (ULID), `mid8` (first 8 chars of the ULID), or `mission_slug`. The resolver disambiguates by `mission_id` and returns a structured `MISSION_AMBIGUOUS_SELECTOR` error on ambiguity — there is no silent fallback.
## User Input
The content of the user's me...
Details
- Author
- Priivacy-ai
- Repository
- Priivacy-ai/spec-kitty
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
spec-kitty.tasks-packages
Materialize work package files
1,281 Updated today
Priivacy-ai AI & Automation Solid
spec-kitty.tasks
Break a plan into work packages
1,281 Updated today
Priivacy-ai AI & Automation Solid
spec-kitty.plan
Create an implementation plan
1,281 Updated today
Priivacy-ai AI & Automation Solid
spec-kitty.implement
Execute a work package implementation
1,281 Updated today
Priivacy-ai AI & Automation Solid
spec-kitty.review
Review a work package implementation
1,281 Updated today
Priivacy-ai