skills/assess/SKILL.md
Produces subfeature-scoped impact analysis for a durable child feature before design or breakdown continues.
npx skillsauth add sirius-cc-wu/sirius-skills assessInstall 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 after add-subfeature when an existing canonical feature has a
selected durable subfeature and you need explicit impact assessment before
subfeature-local design begins.
Read these references when relevant:
references/config-surface-governance.md when the subfeature touches configuration, startup, compatibility boundaries, environment injection, or test harness inputsdocs/features/<feature-slug>/.impact-analysis.md inside the selected subfeature folder..subfeature-meta.json.subfeatures/ registry<subfeature_path>/impact-analysis.md<subfeature_path>/.subfeature-meta.jsonadd-subfeature.discover.md, system-design.md, user-stories.md, slice-planning.md, and slice-traceability.md.impact-analysis.md with baseline files reviewed, candidate affected stories, increments, slices, inherited constraints, and impact notes.
For narrowing or superseding work, record which parent behavior remains the
baseline, which behavior becomes historical, and which parent slices should
stay as contextual references only.impact_ready when the artifact is complete.# Analyze one subfeature and advance it to impact_ready
python3 skills/assess/scripts/analyze_impact.py "checkout" "replace-legacy-flow"
# Add manual impact hints when needed
python3 skills/assess/scripts/analyze_impact.py \
"checkout" "replace-legacy-flow" \
--story-id "CHK-299" \
--slice-id "CHK-902" \
--affected-artifact "docs/features/checkout/user-stories.md"
discover for those.impact-analysis.md unless the user is deliberately regenerating it.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.