一键导入
archive-artifacts
Reports archive candidates and safely archives closed slices, including feature/subfeature scoped summarize-and-archive flows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reports archive candidates and safely archives closed slices, including feature/subfeature scoped summarize-and-archive flows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bootstraps `.skills/planning.json`, `.skills/execution.json`, and `.skills/conventions.json` for a repository, and can also scaffold a wiki knowledge layer next to the planning feature directory. Use when a user asks to configure a project, initialize `sirius-skills` settings, apply generic defaults, add Jira-oriented conventions, or bootstrap the repo's wiki skeleton.
Canonical workflow for creating and managing durable subfeatures under an existing feature. Use this whenever the user asks to add, create, start, open, or bootstrap a subfeature so downstream planning skills keep the expected metadata and discovery-draft lifecycle.
Reconcile one planning target, optionally execute planning owners in sequence, and persist checkpointed resume context through approval, optional auto-commit handoff, and planning-commit handoff.
Converts repo stories and planning docs into directly executable, dependency-aware work items with traceability and execution handoff.
Closes the active execution slice with validation and records durable closure metadata while invoking shared owner-completion reconciliation.
Produces feature-level system-design.md artifacts before breakdown when a feature needs architecture, interface, constraint, failure-handling, or validation decisions captured durably.
| name | archive-artifacts |
| description | Reports archive candidates and safely archives closed slices, including feature/subfeature scoped summarize-and-archive flows. |
Use this skill when a maintainer needs an explicit archival step that preserves durable history without broad cleanup side effects.
system-design.md
before archiving them.slice-planning.md and
slice-traceability.md artifacts after the summary is captured.--artifact-type slice --artifact-id <id> --apply for one closed-slice archival--artifact-type feature --artifact-id <feature-slug> --apply to summarize
and archive all closed planned slices for one feature--artifact-type subfeature --artifact-id <subfeature-id-or-path> --apply to
summarize and archive all closed planned slices for one subfeature# Report archive candidates
sirius archive-artifacts
# Filter to one artifact type
sirius archive-artifacts --artifact-type proposal
# Archive one closed slice
sirius archive-artifacts \
--artifact-type slice \
--artifact-id rpt-artifact-state-report \
--apply
# Summarize and archive closed slices for one feature
sirius archive-artifacts \
--artifact-type feature \
--artifact-id execution-workflow \
--apply
# Summarize and archive closed slices for one subfeature
sirius archive-artifacts \
--artifact-type subfeature \
--artifact-id audit-artifacts \
--apply
# Optional: preserve existing structural class/component diagrams too
sirius archive-artifacts \
--artifact-type subfeature \
--artifact-id audit-artifacts \
--apply \
--include-structural-diagrams
# Emit machine-readable output
sirius archive-artifacts --json
--json: structured candidates and optional apply outcomeExit behavior:
0 when the archive command succeeds2 for unsupported or invalid apply requestssystem-design.md before archiving the targeted closed slices.slice-planning.md and
slice-traceability.md files so the archival set is complete.system-design.md; do not synthesize new diagrams during archive.system-design.md; do
not rely on source or archive path bullets to explain the result.guide-planning/add-subfeature unless the
user explicitly asked to archive anyway.