guide-planning
Guide Planning
Use this skill as the planning-layer entrypoint when you need to decide the next planning step for one feature planning folder.
Responsibilities
- Resolve or initialize the active feature planning folder.
- Promote accepted proposals into canonical feature planning folders when the user explicitly asks for planning to begin.
- Verify required planning files, registry state, and feature metadata.
- Route feature-scoped work to
propose,add-subfeature,assess,discover,design,ui-flow,breakdown, orreview-planning, then stop for approval/commit before execution begins. - Update planning readiness state when a phase is complete.
- Keep planning handoff decisions durable in the repository instead of transient chat state.
Entry Decision Guide
Use guide-planning when you need to decide the next planning step before slice-scoped execution begins.
- If no feature planning folder exists yet, initialize one and route to
discover. - If the work is still speculative, exploratory, or not yet accepted as a canonical feature, route to
propose.
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