skills/guide-scope/SKILL.md
Resolves the active repository scope and routes to planning, execution, or bootstrap without duplicating downstream ownership.
npx skillsauth add sirius-cc-wu/sirius-skills guide-scopeInstall 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 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:
skills/guide-planning/scripts/manage_planning.py
and skills/propose/scripts/manage_proposals.py
--scope <path> when an explicit planning or proposal scope is needed--target-scope <path> for explicit cross-scope promotion targetsskills/guide-execution/scripts/manage_execution.py
skills/slice/scripts/bootstrap_slice.py
skills/bootstrap/scripts/bootstrap.py
--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.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.