ワンクリックで
create-sprint
Creates a Meridian sprint row in SQLite linked to a version. Use when planning execution slices within a release.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Creates a Meridian sprint row in SQLite linked to a version. Use when planning execution slices within a release.
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-sprint |
| description | Creates a Meridian sprint row in SQLite linked to a version. Use when planning execution slices within a release. |
| allowed-tools | Read, Glob, Grep, Bash, Edit, Write |
v11: sprints live in SQLite — never create
docs/sprints/*.md.
| File | When to read |
|---|---|
.agent/references/templates/INDEX.md | Before any sprint create |
references/sprint-template.md | Mandatory |
| Parent version | meridian_delivery.py list versions |
python3 .agent/scripts/meridian_delivery.py list sprints --version v11
python3 .agent/scripts/meridian_delivery.py create-sprint --version v11 --title "Sprint name" --stories US-0001,US-0002
python3 .agent/scripts/meridian_delivery.py update-sprint v11-S1 <<'EOF'
---
id: v11-S1
version: v11
title: ...
status: planned
---
# v11-S1 — ...
(body per sprint-template.md)
EOF
Never Write docs/sprints/. Persist with update-sprint on stdin (heredoc) — no scratch files.
list versions).planned or active.05_architecture.md approved before creating new US.INDEX.md + sprint-template.md.list sprints --version vX → next id vX-Sn.create-sprint then update-sprint with full markdown on stdin (heredoc) when body needs refinement./create-us after gates.Sprint created:
ID: vX-SY
Version:
Stories:
Saved: yes | no