archive
SolidArchive the completed change — task gate, delta sync into main specs, revalidate
AI & Automation 13 stars
2 forks Updated today Apache-2.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
delta가 main spec에 sync되고 change directory가 `openspec/changes/archive/`로 동결된다.
# 절차
1. 활성 change와 task 개수를 확인한다:
```bash
uv run --project "${CLAUDE_PLUGIN_ROOT}" openspec list --json
```
활성 change가 없으면 그렇다고 반환한다. **task가 없거나(no-tasks) 미완료면
실패를 반환한다** — CLI는 막지 않으므로 이 gate는 여기서 강제된다. fix는 task
부재면 `tx:plan`, 미완료면 `tx:apply` 소관이다.
2. archive한다. delta spec이 없는 change(tooling·infra·docs 변경)는 `--skip-specs`를 덧붙인다:
```bash
uv run --project "${CLAUDE_PLUGIN_ROOT}" openspec archive <change-id> --yes
```
3. sync 결과를 재검증한다 — 실패는 archive가 만든 spec 상태의 결함이다. 고치고 재검증한다:
```bash
uv run --project "${CLAUDE_PLUGIN_ROOT}" openspec validate --all --strict --no-interactive --json
```
Details
- Author
- clomia
- Repository
- clomia/claude-automata
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Testing & QA Solid
openspec-archive-change
Load when a task needs to archive a completed OpenSpec change after implementation and spec sync decisions are resolved.
84 Updated 4 days ago
JasonxzWen Web & Frontend Solid
plan
Plan the change as OpenSpec artifacts — proposal, delta specs, design, tasks
13 Updated today
clomia AI & Automation Listed
openspec-archive-change
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
4 Updated today
koth