一键导入
close-slice
Closes the active execution slice with validation and records durable closure metadata while invoking shared owner-completion reconciliation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Closes the active execution slice with validation and records durable closure metadata while invoking shared owner-completion reconciliation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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.
Produces feature-level system-design.md artifacts before breakdown when a feature needs architecture, interface, constraint, failure-handling, or validation decisions captured durably.
Frames a project or feature before implementation by capturing goals, constraints, stakeholders, and initial story candidates.
基于 SOC 职业分类
| name | close-slice |
| description | Closes the active execution slice with validation and records durable closure metadata while invoking shared owner-completion reconciliation. |
Use this skill when implementation is complete and you want to close an execution slice cleanly.
guide-execution.close-slice records closure only; any later cleanup or archival is a separate explicit maintenance step.<slice_dir>/README.md, <slice_dir>/registry.json, and <slice_path>/.slice-meta.json as the canonical closure records.close-slice owns closure metadata updates and relation-bearing slice closure.
After closure, it invokes the shared workflow_state.owner_completion hook so
feature and subfeature completion can be reconciled from traceability plus
closed execution slices.
guide-execution should route into closure only after execution review is complete; it should not replace close-slice by mutating closure state directly outside normal registry/status tooling.
manage_execution.py validate-slice.closed, close it through tooling.supersedes or replaces_partially# Close the active slice
sirius close-slice
# Close a slice while explicitly confirming that it supersedes an older one
sirius close-slice --slice "<slice-id-or-path>" --relate supersedes "<old-slice-id-or-path>" --confirm-impact
# Close a slice with a partial replacement relation scoped to one story/requirement
sirius close-slice --slice "<slice-id-or-path>" --relate replaces_partially "<old-slice-id-or-path>" --story-title "Story 2 - Legacy flow" --requirement-id FR-002 --selector "legacy checkout path" --confirm-impact
# Output JSON for downstream tooling
sirius close-slice --json
Use --confirm-impact when closure also changes the semantic validity of older execution slices. Use --force only for deliberate repair when the slice lifecycle is temporarily inconsistent and you have already verified the intent with the user.
If a repository later wants to archive or prune closed slices, treat that as a separate explicit maintenance workflow rather than part of slice closure.