skills/reconcile-execution/SKILL.md
Reviews one completed feature or subfeature against final implementation and slice artifacts, then records a durable reconciliation block before archive.
npx skillsauth add sirius-cc-wu/sirius-skills reconcile-executionInstall 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 all planned slices for one feature or subfeature are closed, and before archival.
system-design.md.system-design.md so intentional execution drift is either removed or
documented explicitly.system-design.md that declares the
scope aligned and names the planned slice IDs reviewed.system-design.mdslice-planning.mdslice-traceability.mdWrite one reconciliation block in the target system-design.md:
<!-- execution-reconciliation:start -->
Status: aligned
Reviewed Planned Slice IDs: slice-a, slice-b
Summary:
- scope-level design and completed slice execution have been reconciled
<!-- execution-reconciliation:end -->
Rules:
Status must be alignedReviewed Planned Slice IDs must name every completed planned slice that the
archive step will summarizesystem-design.md, slice-planning.md, slice-traceability.md, and
the completed slice blueprints.system-design.md until it matches the final behavior or explicitly
explains any intentional deviation.
system-design.md so later archive summaries do not have to invent that
context.Status: aligned and the full
set of reviewed planned slice IDs.system-design.md.aligned while known behavior drift is
still unresolved.archive-artifacts; preserve or
add the canonical class/component-style diagram here when execution depends on
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.
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.
testing
Reconcile one active execution slice, optionally execute owner-chain routing, and persist checkpointed resume context for one-slice acceleration.