원클릭으로
slice
Validates approved, committed execution-ready work, bootstraps a slice-scoped execution slice, and hands off to guide-execution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validates approved, committed execution-ready work, bootstraps a slice-scoped execution slice, and hands off to guide-execution.
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 | slice |
| description | Validates approved, committed execution-ready work, bootstraps a slice-scoped execution slice, and hands off to guide-execution. |
Use this skill when a work item is small enough to execute, has passed planning review, has explicit human approval, and its planning artifacts have been committed.
.skills/execution.json, a registry-owning execution scope, and a durable approved planning checkpoint.guide-execution for blueprint.md and optional legacy brief.md.breakdown)slices/ root.slices/.slice_dir, treat it as defaults-only; do not implicitly create root-level slices/ unless an explicit --slice-dir was provided.guide-execution.Before bootstrapping, confirm:
.subfeature-meta.json; reviewed alone is not enough.sirius bootstrap-slice "<slice-id>" "<feature-name>"
slice_dir and the default slices/ location is not appropriate, pass an explicit directory during first bootstrap:sirius bootstrap-slice --slice-dir "team-slices" "<slice-id>" "<feature-name>"
guide-execution to author blueprint.md; use brief.md only for legacy or explicit clarification flows.bootstrap_slice.py keeps the ownership boundary intact by delegating registry creation, slice creation, and validation to sirius manage-execution.
For reviewed subfeatures, it also expects approval metadata to be present already and records the chosen ready slice ID back into .subfeature-meta.json so the derived planning view becomes slice_ready.
For new reviewed subfeatures, it creates or reuses <subfeature>/.skills/execution.json and stores execution slices under <subfeature>/slices/.
guide-execution; this skill prepares and bootstraps the slice, but guide-execution still owns execution readiness and routing.guide-planning or breakdown.