一键导入
propose
Creates and manages speculative repo-native proposals only, then hands accepted proposals back to guide-planning for canonical planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates and manages speculative repo-native proposals only, then hands accepted proposals back to guide-planning for canonical planning.
用 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 | propose |
| description | Creates and manages speculative repo-native proposals only, then hands accepted proposals back to guide-planning for canonical planning. |
Use this skill when an idea is still exploratory, cross-cutting, or not yet accepted as a canonical feature.
This is a proposal-only skill.
After creating or updating proposal artifacts in <proposal_dir>/, stop.
Do not automatically:
<planning_dir>/plan.md filesOnly continue beyond proposal work if the user explicitly asks to:
guide-planning when the user wants canonical feature planning to begin.<proposal_dir>/README.md<proposal_dir>/registry.json<proposal_dir>/<proposal-slug>/proposal.md<proposal_dir>/<proposal-slug>/.proposal-meta.jsondocs/features/manage_proposals.py init if it does not exist yet.manage_proposals.py add <proposal-slug>.proposal.md and optional candidate stories in user-stories.md.set-status only if the user asked for review or a lifecycle update.accepted.guide-planning, which owns the proposal-to-feature transition.<proposal_dir>/ until the team accepts it as real feature planning work.<planning_dir>/registry.json.guide-planning, not this skill.# Initialize proposal config and registry
sirius manage-proposals init
# Create a proposal
sirius manage-proposals add "workflow-capability-upgrades"
# Mark a proposal as reviewed or accepted
sirius manage-proposals set-status "workflow-capability-upgrades" reviewed --review-note "Scoped as a capability candidate."
# Validate one proposal packet
sirius manage-proposals validate-proposal "workflow-capability-upgrades"
add-subfeature for that.docs/features/.guide-planning.docs/features/ from this skill.