一键导入
guide-execution
Resolves the active slice and routes execution-layer work to the right skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resolves the active slice and routes execution-layer work to the right skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bootstraps `.skills/planning.json`, `.skills/execution.json`, and `.skills/conventions.json` for a repository, and can also scaffold a wiki knowledge layer next to the planning feature directory. Use when a user asks to configure a project, initialize `sirius-skills` settings, apply generic defaults, add Jira-oriented conventions, or bootstrap the repo's wiki skeleton.
Canonical workflow for creating and managing durable subfeatures under an existing feature. Use this whenever the user asks to add, create, start, open, or bootstrap a subfeature so downstream planning skills keep the expected metadata and discovery-draft lifecycle.
Reconcile one planning target, optionally execute planning owners in sequence, and persist checkpointed resume context through approval, optional auto-commit handoff, and planning-commit handoff.
Converts repo stories and planning docs into directly executable, dependency-aware work items with traceability and execution handoff.
Closes the active execution slice with validation and records durable closure metadata while invoking shared owner-completion reconciliation.
Produces feature-level system-design.md artifacts before breakdown when a feature needs architecture, interface, constraint, failure-handling, or validation decisions captured durably.
| name | guide-execution |
| description | Resolves the active slice and routes execution-layer work to the right skill. |
Use this skill as the execution-layer entrypoint when you need to decide the next step for one execution slice.
blueprint, optional legacy brief, active repository implementation, review-execution, or close-slice.guide-execution owns orchestration and readiness only. It should not absorb artifact authoring that belongs to blueprint, optional legacy brief, 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_ready (legacy standalone-brief path only)blueprint_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; if the active execution config omits slice_dir, this is a defaults-only scope and not a registry-owning execution scope.sirius manage-execution get-active or a user-provided ID/path. Do not refer to a resolve-active command because the execution tool exposes get-active.blueprint.md, optional legacy brief.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 sirius manage-execution 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.