원클릭으로
guide-planning
Resolves feature planning state, promotes accepted proposals into canonical planning, and routes to the right planning skill.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resolves feature planning state, promotes accepted proposals into canonical planning, and routes to the right planning 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-planning |
| description | Resolves feature planning state, promotes accepted proposals into canonical planning, and routes to the right planning skill. |
Use this skill as the planning-layer canonical entrypoint when you need to decide the next planning step for one feature planning folder.
propose, add-subfeature, research, discover, design, ui-flow, breakdown, or review-planning, then stop for approval/commit before execution begins.Use guide-planning when you need to decide the next planning step before slice-scoped execution begins.
subfeatures/ registry and route to discover.
In short: initialize one and route to discover.propose.discover.add-subfeature.implemented or already archived, treat that as follow-on delta work and route to add-subfeature before editing the old packet further.references/ patterns and has no durable reference-research.md yet, or if discovery/design depends on choosing between multiple upstream patterns, route to research.research and continue directly into the normal planning path.draft.md exists, or if discover.md is a bootstrap scaffold, route to
discover.design.ui-flow.breakdown.review-planning.
For workflow-shaping changes, expect the review pass to verify any declared
consolidation story before the packet can become planning_reviewed.slice.guide-execution.guide-planning owns feature-planning readiness and routing only.
.subfeature-meta.json as the writable lifecycle source and only use guide-planning's metadata view as a derived projection. That derived view should stay planning_reviewed until explicit approval is recorded in subfeature metadata, and only become slice_ready once approved reviewed work also has ready slice IDs recorded.subfeatures/registry.json and .subfeature-meta.json.research advisory within the existing planning lifecycle instead of introducing a new readiness state.consolidation summary in the existing planning or
subfeature metadata instead of introducing a second planning sidecar.archive-artifacts as the next step while handling a newly reported fix or follow-on capability request for the same feature.slice or guide-execution instead of absorbing it into planning.Typical handoff:
guide-planning -> propose/add-subfeature/research/discover -> design -> ui-flow -> breakdown -> review-planning -> human approval -> commit -> slice -> guide-execution
discovery_pendingdiscovery_readydesign_readybreakdown_readyplanning_reviewedslice_readyimplementedUse adjacent transitions by default and repair skipped states only deliberately.
discovery_pending means discovery has not been authored yet. A planning
folder may have draft.md rough input in this state, but draft.md is not a
readiness artifact.discovery_ready means discover has authored a real discover.md; draft
notes or scaffold-marked discover.md files do not qualify.planning_reviewed means the planning packet has passed readiness review and is waiting for explicit human approval.slice_ready means the approved planning artifacts are committed and at least one execution-ready work item is selected for execution bootstrap. For subfeatures, derive this from reviewed status plus approval metadata and recorded ready slice IDs in .subfeature-meta.json..skills/planning.json; if none exists in ancestor directories, fall back to the repository root when inside a Git worktree, then default <planning_dir> to docs/features..skills/planning.json, including design_diagram_mode for system-design.md diagram layout.reference-research.md, draft.md, discover.md, system-design.md, optional ui-design.md, slice-planning.md, slice-traceability.md, and .planning-meta.json as appropriate for the current state. For subfeatures, rely on the derived planning view rather than editing a nested .planning-meta.json file directly.implemented, has archived slices, or the request is framed as a new bugfix/follow-on issue, decide first whether the right durable target is a new or existing subfeature rather than in-place edits to the parent packet.Always use sirius manage-planning for initialization, proposal promotion, registry synchronization, state transitions, and validation.
sync-status after discover, design, ui-flow, breakdown, and successful review-planning passes so metadata advances through the normal adjacent planning states instead of drifting behind the authored artifacts.--consolidation-json with set-status or sync-status when the
reviewed packet needs a metadata-carried consolidation summary; keep that
summary aligned with the narrative planning docs.set-status for explicit manual overrides, terminal execution states, or deliberate repair that should not be inferred from current artifacts alone.