一键导入
complete-sprint
Closes a Meridian sprint in SQLite after sprint review — fills Retrospective, sets status complete, logs decisions. Use with /complete-sprint vX-SY.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Closes a Meridian sprint in SQLite after sprint review — fills Retrospective, sets status complete, logs decisions. Use with /complete-sprint vX-SY.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Creates a Meridian user story in SQLite after epics and versions exist. Use when adding work to the backlog with concrete acceptance criteria.
Refines a Meridian user story in SQLite for implementation — deepens Approach, architecture refs and tests. Use between /create-us and coding.
Gates implementation of a Meridian user story — verifies ready true, Plan, deps and architecture refs before product code. Use with /implement-us US-XXXX.
Maintainer procedure to add or change Meridian kit artifacts — skill, agent, workflow, routing, and every registry surface. Use when extending the harness, creating /investigate, or onboarding a new slash command.
Closes a Meridian user story in SQLite after implementation — fills Record, acceptance, status. Use when marking US done or after /implement-us.
Creates a Meridian epic in SQLite after architecture is approved. Use when defining a new product capability before user stories.
| name | complete-sprint |
| description | Closes a Meridian sprint in SQLite after sprint review — fills Retrospective, sets status complete, logs decisions. Use with /complete-sprint vX-SY. |
| allowed-tools | Read, Glob, Grep, Bash, Edit, Write |
v11: read/write sprint via
meridian_delivery.py— neverdocs/sprints/*.md.
| File | When to read |
|---|---|
../create-sprint/references/sprint-template.md | Close rules + Retrospective |
| Target sprint | meridian_db_export.py . --entity sprints --id vX-SY |
| Listed US | meridian_delivery.py show US-XXXX per story in sprint |
../update-decisions-log/SKILL.md | Retrospective decisions |
python3 .agent/scripts/meridian_db_export.py . --entity sprints --id v11-S1 --format markdown
python3 .agent/scripts/meridian_delivery.py update-sprint v11-S1 <<'EOF'
---
id: v11-S1
version: v11
status: complete
...
---
# v11-S1 — ...
(## Retrospective filled)
EOF
show.goal and done_when.## Retrospective (What worked / improve / decisions to log).status: complete; update-sprint with full markdown on stdin (heredoc).prepend-decision if warranted.validate_meridian.pySprint completed:
ID: vX-SY
Status: complete
US delivered: N ✅ / N 🔶 / N ❌
Retrospective filled: yes | no
Decisions logged: yes | no
Next: /plan-sprint | /create-us