skills/trace-artifacts/SKILL.md
Traces durable lineage across proposals, features, subfeatures, planned slices, and execution slices.
npx skillsauth add sirius-cc-wu/sirius-skills trace-artifactsInstall 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 a maintainer needs one read-only lineage view across proposal staging, canonical planning, durable subfeatures, planned slices, and execution slices.
slice-traceability.md without rewriting it.--artifact-type and --artifact-id for a targeted lineage query# Summarize the current lineage graph
python3 skills/trace-artifacts/scripts/trace_artifacts.py
# Trace one artifact
python3 skills/trace-artifacts/scripts/trace_artifacts.py \
--artifact-type subfeature \
--artifact-id replace-legacy-flow
# Trace one planned or execution slice
python3 skills/trace-artifacts/scripts/trace_artifacts.py \
--artifact-type planned-slice \
--artifact-id tat-trace-artifact-lineage
python3 skills/trace-artifacts/scripts/trace_artifacts.py \
--artifact-type slice \
--artifact-id tat-trace-artifact-lineage
# Emit machine-readable lineage output
python3 skills/trace-artifacts/scripts/trace_artifacts.py --json
--json: structured nodes, edges, and summary countsExit behavior:
0 when the trace succeeds2 for missing targets, runtime errors, or invalid argumentsThe first version traces:
slice-traceability.mdslice-traceability.md.slice-meta.jsontools
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.