guide-execution
Guide Execution
Use this skill as the execution-layer entrypoint when you need to decide the next step for one execution slice.
Responsibilities
- Resolve or initialize the active slice.
- Verify required files, registry state, and slice metadata.
- Decide whether work belongs in the planning layer or the slice-scoped execution layer.
- Route slice-scoped work to
brief,blueprint, active repository implementation,review-execution, orclose-slice. - Update slice readiness status when a phase is complete.
guide-execution owns orchestration and readiness only. It should not absorb artifact authoring that belongs to brief, blueprint, review-execution, or close-slice.
When .skills/execution.json sets auto_start_implementation to true, treat blueprint_ready as an automatic handoff into implementation: once blueprint.md is complete, update the slice through manage_execution.py set-status <slice> blueprint_ready, let the tooling advance the slice to execution_ready, and continue directly into code changes instead of stopping for a second manual handoff.
Entry Decision Guide
Use guide-execution when a slice already exists or you need to decide the next step for execution-layer work.
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