gjalla-breakdown
Installation
SKILL.md
Wave-Based Task Breakdown
Break the feature into sized, dependency-ordered task waves. This makes it easier to keep track of progress as we build so we ensure that we're on track to build what the user expects:
Process
- Read the spec: Identify all behavioral requirements and technical changes from the agent plan or gjalla spec.
- Identify tasks: Each task should touch 1-2 files and produce a small, reviewable diff that's verifiable.
- Map dependencies: Which tasks must complete before others can start?
- Group into waves: Tasks within a wave can be done in parallel; waves are sequential.
Task Format
Waves of work comprise groups of tasks:
- ID: W1-T1, W1-T2, W2-T1, etc.
- Description: One-line summary of what changes.
- Files: Exact file paths that will be modified or created.
- Depends On: Task IDs this depends on (within same wave = none).
- Acceptance: How to verify this task is done.