review-planning
Review Planning
Use this skill after discover, design, or breakdown when the planning artifacts need an explicit readiness review before human approval, planning commit, and slice-scoped execution bootstrap.
It applies to both:
- canonical feature planning under
<planning_dir>/<feature-slug>/ - a selected subfeature under
<planning_dir>/<feature-slug>/subfeatures/<subfeature-id>/
Read these references when relevant:
references/config-surface-governance.mdwhen the planning touches configuration, startup, compatibility boundaries, environment injection, or test harness inputs
Responsibilities
- Review planning artifacts for intent clarity, scope, architecture fit, sequencing, and validation readiness.
- Identify gaps, contradictions, unresolved risks, or oversized work that would make execution brittle.
- Feed findings back into the existing planning docs rather than leaving critical decisions in side-channel notes.
- Confirm whether the work is ready for human approval and later
slicebootstrap or needs another planning pass first.
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