skills/guide-execution/SKILL.md
Resolves the active slice and routes execution-layer work to the right skill.
npx skillsauth add sirius-cc-wu/sirius-skills guide-executionInstall 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 as the execution-layer entrypoint when you need to decide the next step for one execution slice.
brief, blueprint, active repository implementation, review-execution, or close-slice.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.
Use guide-execution when a slice already exists or you need to decide the next step for execution-layer work.
guide-planning.slice after confirming the reviewed planning artifacts were approved and committed.guide-execution and route inside the execution layer.Typical handoff:
guide-planning -> discover -> design -> ui-flow -> breakdown -> review-planning -> human approval -> commit -> slice -> guide-execution
guide-execution owns slice/document readiness only:
draftbrief_readyblueprint_readyexecution_readyclosedDo not duplicate day-to-day implementation states like implementing or blocked in the slice registry.
.skills/execution.json and the configured slice registry.scripts/manage_execution.py get-active or a user-provided ID/path. Do not refer to a resolve-active command because the execution tool exposes get-active.brief.md, blueprint.md, optional legacy slices.md, and .slice-meta.json as appropriate for the current state.auto_start_implementation is enabled so the blueprint handoff behavior matches repository config.Always use scripts/manage_execution.py in this skill directory for initialization, active-slice resolution, status updates, validation, registry synchronization, and relation management. Use get-active when you need the current active slice from the CLI.
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.