skills/propose/SKILL.md
Creates and manages speculative repo-native proposals only, then hands accepted proposals back to guide-planning for canonical planning.
npx skillsauth add sirius-cc-wu/sirius-skills proposeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
python3 skills/propose/scripts/manage_proposals.py init
# Create a proposal
python3 skills/propose/scripts/manage_proposals.py add "workflow-capability-upgrades"
# Mark a proposal as reviewed or accepted
python3 skills/propose/scripts/manage_proposals.py set-status "workflow-capability-upgrades" reviewed --review-note "Scoped as a capability candidate."
# Validate one proposal packet
python3 skills/propose/scripts/manage_proposals.py validate-proposal "workflow-capability-upgrades"
add-subfeature for that.docs/features/.guide-planning.docs/features/ from this skill.tools
Create or resume a dedicated git worktree for one feature or subfeature, drive `ship` inside that worktree, and hand the finished branch back as a pull request to the original branch.
testing
Reviews one completed feature or subfeature against final implementation and slice artifacts, then records a durable reconciliation block before archive.
development
Tightens durable repo-level rules in AGENTS.md and adjacent governance surfaces when repeated drift reveals a policy gap.
data-ai
Resolves one reviewed feature or subfeature backlog into remaining planned slices and routes each active slice to the next owning execution step with one commit per completed slice.