Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado today

spk-mission-tasks

The spk-mission-tasks skill transforms project plans into structured executable work packages by outlining tasks, slicing packages into reviewable units, and finalizing deliverables. Use this skill when decomposing strategic plans into concrete implementation tasks where each work package maintains clear scope, dependencies, and verification criteria that allow independent reviewer approval.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-mission-tasks && cp -r /tmp/spk-mission-tasks/src/doctrine/skills/spk-mission-tasks ~/.claude/skills/spk-mission-tasks
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# spk-mission-tasks

Use this skill when converting a plan into executable tasks or work packages.

## Flow

1. Use `/spec-kitty.tasks` for the default path.
2. Use `/spec-kitty.tasks-outline`, `/spec-kitty.tasks-packages`, and
   `/spec-kitty.tasks-finalize` when staged work-package authoring is enabled.
3. Keep package boundaries reviewable: each WP should have a clear scope,
   dependencies, verification, and expected files or systems.
4. If WPs are too broad for implementation/review lanes, split before runtime
   execution begins.

## Reviewability Standard

A reviewer should be able to approve or reject each WP independently.