ワンクリックで
guide-scope
Resolves the active repository scope and routes to planning, execution, or bootstrap without duplicating downstream ownership.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Resolves the active repository scope and routes to planning, execution, or bootstrap without duplicating downstream ownership.
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-scope |
| description | Resolves the active repository scope and routes to planning, execution, or bootstrap without duplicating downstream ownership. |
Use this skill as the optional multi-scope entrypoint when the repository may contain nested scopes and the user should not have to remember whether the next handoff belongs to planning, execution, or bootstrap.
.skills/
workspaces.guide-planning, guide-execution, or bootstrap.Use guide-scope when:
bootstrapRoute from guide-scope using these rules:
guide-planning.guide-planning so it can decide
whether add-subfeature is required; do not jump straight to archive or
treat the existing packet as the active execution scope automatically.guide-execution..skills/ configuration for the
selected scope, route to bootstrap.If the repository effectively has one scope and the user already knows they want
planning or execution, guide-scope is optional and direct entry through
guide-planning or guide-execution remains valid.
guide-scope owns scope discovery and handoff only.
guide-planning, guide-execution, or bootstrap; route into
them after scope selection is settled.Typical handoff:
guide-scope -> guide-planning
guide-scope -> guide-execution
guide-scope -> bootstrap
.skills/planning.json; if none
exists in ancestor directories, fall back to the repository root when inside
a Git worktree.Use the existing repository helpers rather than inventing a new scope runtime:
sirius manage-planning
and sirius manage-proposals
--scope <path> when an explicit planning or proposal scope is needed--target-scope <path> for explicit cross-scope promotion targetssirius manage-execution
sirius bootstrap-slice
sirius bootstrap
--repo-root <scope-root> to initialize or update the selected scope's
.skills/ filesRequest: "Start planning from inside apps/payments."
Action:
apps/payments.guide-planning.Request: "Continue the active slice from this nested service directory."
Action:
guide-execution, letting execution helpers use the resolved local
slice registry automatically.Request: "Set up .skills for the apps/payments scope."
Action:
bootstrap.bootstrap.py --repo-root <scope-root> so config is written inside the
selected scope rather than assuming the repository root.