close-slice
Close Slice
Use this skill when implementation is complete and you want to close an execution slice cleanly.
Responsibilities
- Resolve the target slice through
guide-execution. - Validate that the slice is ready to close.
- Close the slice without deleting the original artifacts.
- Optionally record explicit invalidation or supersession relations as part of closure.
Source of Truth Rules
- Keep the original slice artifacts intact.
close-slicerecords closure only; any later cleanup or archival is a separate explicit maintenance step. - Treat
<slice_dir>/README.md,<slice_dir>/registry.json, and<slice_path>/.slice-meta.jsonas the canonical closure records.
Artifact Ownership
close-slice owns closure metadata updates and relation-bearing slice closure.
More from sirius-cc-wu/sirius-skills
dioxus-ui-ux
Dioxus UI/UX design intelligence. Specialized guidelines for Dioxus Components, plus 50 styles, 21 palettes, 50 font pairings. Stacks: dioxus, daisyui, shadcn, html-tailwind. Actions: plan, build, create, design, implement, review, fix, improve, optimize. Projects: web app, dashboard, admin panel, SaaS, mobile app. Elements: button, modal, navbar, card, form, chart.
16dioxus-stitch
Transforms Stitch designs into clean, modular Dioxus code using daisyUI. Handles RSX conversion, type-safe props, and data decoupling for Rust projects.
8dioxus-ui-skill
Dioxus UI/UX design intelligence. Specialized guidelines for Dioxus Components, plus 50 styles, 21 palettes, 50 font pairings. Stacks: dioxus, shadcn, html-tailwind. Actions: plan, build, create, design, implement, review, fix, improve, optimize. Projects: web app, dashboard, admin panel, SaaS, mobile app. Elements: button, modal, navbar, card, form, chart.
4slice
Validates approved, committed execution-ready work, bootstraps a slice-scoped execution slice, and hands off to guide-execution.
2ui-flow
Captures optional UI and UX flows, screen-level requirements, and interaction notes before implementation.
2commit
Use this skill when requested to commit changes. It ensures commit messages follow project standards and ensures code quality via verification steps.
2