skills/execute-all-slices/SKILL.md
Resolves one reviewed feature or subfeature backlog into remaining planned slices and, in later slices, will execute them sequentially with one commit per completed slice.
npx skillsauth add sirius-cc-wu/sirius-skills execute-all-slicesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when a maintainer wants to work through all planned slices for one reviewed and committed feature or subfeature.
The first slice of this capability establishes durable scope and backlog resolution:
The second slice adds conservative sequential orchestration:
slice-traceability.md.The third slice adds stop/resume semantics:
The fourth slice adds per-slice commit checkpoints:
commit owner instead of silently
absorbing more work into the next slice.--scope <path> when nested planning scopes are ambiguouspython3 skills/execute-all-slices/scripts/execute_all_slices.py <target>
python3 skills/execute-all-slices/scripts/execute_all_slices.py <target> --json
python3 skills/execute-all-slices/scripts/execute_all_slices.py <target> --bootstrap-next
python3 skills/execute-all-slices/scripts/execute_all_slices.py <target> --resume
python3 skills/execute-all-slices/scripts/execute_all_slices.py <target> --scope apps/payments
--bootstrap-next orchestration.slice-traceability.md groups multiple planned
slices into one row; the mapping is ambiguous and should be split first.slice,
guide-execution, review-execution, close-slice, and commit skills.tools
Create or resume a dedicated git worktree for one feature or subfeature, drive `ship` inside that worktree, and hand the finished branch back as a pull request to the original branch.
testing
Reviews one completed feature or subfeature against final implementation and slice artifacts, then records a durable reconciliation block before archive.
development
Tightens durable repo-level rules in AGENTS.md and adjacent governance surfaces when repeated drift reveals a policy gap.
data-ai
Resolves one reviewed feature or subfeature backlog into remaining planned slices and routes each active slice to the next owning execution step with one commit per completed slice.