一键导入
create-version
Creates a Meridian release row in SQLite. Use when defining a new product version before user stories.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates a Meridian release row in SQLite. Use when defining a new product version before user stories.
用 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.
Closes a Meridian user story in SQLite after implementation — fills Record, acceptance, status. Use when marking US done or after /implement-us.
| name | create-version |
| description | Creates a Meridian release row in SQLite. Use when defining a new product version before user stories. |
| allowed-tools | Read, Glob, Grep, Bash, Edit, Write |
v11: versions live in SQLite — never create
docs/versions/*.md.
| File | When to read |
|---|---|
.agent/references/templates/writing-guide.md | Release prose |
references/version-template.md | Mandatory |
docs/00_scope.md | Scope alignment |
python3 .agent/scripts/meridian_delivery.py create-version --id v11 --title "Release name"
python3 .agent/scripts/meridian_delivery.py update-version v11 <<'EOF'
---
id: v11
title: ...
status: planned
outcome: "..."
---
# v11 — ...
(body per version-template.md)
EOF
Never Write docs/versions/. Persist with update-version on stdin (heredoc) — no scratch files.
| Doc | Required status |
|---|---|
05_architecture.md | approved |
00_scope.md, 03_user_types.md | aligned |
writing-guide.md + version-template.md.create-version then refine body via update-version with markdown on stdin (heredoc).prepend-decision if boundaries change.validate_meridian.pyVersion created:
ID: vX
Outcome:
Narrative complete: yes | no
Next: /plan-sprint → /create-us