一键导入
complete-user-story
Closes a Meridian user story in SQLite after implementation — fills Record, acceptance, status. Use when marking US done or after /implement-us.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Closes a Meridian user story in SQLite after implementation — fills Record, acceptance, status. Use when marking US done or after /implement-us.
用 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 sprint in SQLite after sprint review — fills Retrospective, sets status complete, logs decisions. Use with /complete-sprint vX-SY.
Creates a Meridian epic in SQLite after architecture is approved. Use when defining a new product capability before user stories.
| name | complete-user-story |
| description | Closes a Meridian user story in SQLite after implementation — fills Record, acceptance, status. Use when marking US done or after /implement-us. |
| allowed-tools | Read, Glob, Grep, Bash, Edit, Write |
v11: persist with
update-us(stdin heredoc) — neverdocs/us/*.md.
| File | When to read |
|---|---|
.agent/references/templates/INDEX.md | Before closing |
.agent/references/templates/section-contracts.md | Section contract |
references/implementation-template.md | Mandatory for ## Record |
.agent/references/commit-after-us-close.md | Suggested commit only |
../create-user-story/references/us-template.md | Full structure |
python3 .agent/scripts/meridian_delivery.py show US-0115 --full
python3 .agent/scripts/meridian_delivery.py update-us US-0115 <<'EOF'
(full US markdown with filled ## Record)
EOF
python3 .agent/scripts/meridian_delivery.py set-summary US-0115 --text "4-8 sentence summary"
| Check | Requirement |
|---|---|
| US row | exists (show US-XXXX) |
| Dependencies | all depends_on at ✅ |
| Evidence | tests/build passed |
| Record | real paths, not placeholders |
show --full.git diff / test output.## Record per implementation-template.md.[x]; tests_status: done when required.update-us US-XXXX with full markdown on stdin (heredoc); set-summary when closing.approved phase doc, security posture, or protocol/kit → prepend-decision (skill update-decisions-log, real date) and add YYYY-MM-DD — title under Plan Related decisions on the US.US completed:
ID: US-XXXX
Status:
Implementation summary:
Files touched:
Decisions logged: yes | no
Suggested commit:
Next (human): commit per commit-after-us-close.md