name: "fr-plan-slice" description: "Define the next bounded work slice from the active epic and project specs" metadata: short-description: "Plan the next bounded slice"
The slice artifact should define:
- the parent epic
- the slice goal
- explicit in-scope and out-of-scope boundaries
- likely files or systems touched
- acceptance criteria
- validation strategy
- the intended
jjreview shape - a stop condition
python3 plugins/forward-roll/skills/fr-plan-slice/scripts/resolve_context.py --epic-id <epic-id> --slice-id <slice-id>
Create the template with:
python3 plugins/forward-roll/skills/fr-plan-slice/scripts/plan_slice.py <epic-id> <slice-id> <slug> --goal "<slice-goal>"