skills/slice/SKILL.md
Validates approved, committed execution-ready work, bootstraps a slice-scoped execution slice, and hands off to guide-execution.
npx skillsauth add sirius-cc-wu/sirius-skills sliceInstall 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 work item is small enough to execute, has passed planning review, has explicit human approval, and its planning artifacts have been committed.
.skills/execution.json, the slice registry, and a durable approved planning checkpoint.guide-execution for brief.md and blueprint.md.breakdown)slices/.guide-execution.Before bootstrapping, confirm:
.subfeature-meta.json; reviewed alone is not enough.python3 skills/slice/scripts/bootstrap_slice.py "<slice-id>" "<feature-name>"
slices/ location is not appropriate, pass an explicit directory during first bootstrap:python3 skills/slice/scripts/bootstrap_slice.py --slice-dir "team-slices" "<slice-id>" "<feature-name>"
guide-execution to author brief.md and blueprint.md.bootstrap_slice.py keeps the ownership boundary intact by delegating registry creation, slice creation, and validation to skills/guide-execution/scripts/manage_execution.py.
For reviewed subfeatures, it also expects approval metadata to be present already and records the chosen ready slice ID back into .subfeature-meta.json so the derived planning view becomes slice_ready.
guide-execution; this skill prepares and bootstraps the slice, but guide-execution still owns execution readiness and routing.guide-planning or breakdown.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.