一键导入
vibeflow-conclude
Conclude Iris session and update STATUS.md. Use when ending a Discovery session and returning to development phase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Conclude Iris session and update STATUS.md. Use when ending a Discovery session and returning to development phase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute a single GitHub Issue through the full 11-Step workflow. Iris handles everything — Issue Review, TDD, implementation, QA judgment, PR, cross-review, merge, close.
Verify VibeFlow project repository consistency. Use when checking project structure, required files, and integration health.
Create or refine VibeFlow issue files under issues/. Use when turning plan items into implementable tasks with clear acceptance criteria.
プロジェクトのキックオフ。新規プロジェクトは Interview から Vision を作り、既存コードのプロジェクトは Bootstrap で As-Is の構造化 spec (Story/Contract) をコードから生成する。
Execute all open GitHub Issues in dependency order. Iris picks up Issues one by one, runs the 11-Step workflow for each, and reports progress.
[DEPRECATED] v5 では Iris が常にアクティブです。/discuss は不要です。そのまま Iris に話しかけてください。
| name | vibeflow-conclude |
| description | Conclude Iris session and update STATUS.md. Use when ending a Discovery session and returning to development phase. |
.vibe/project_state.yaml を読み込み、current_phase が discovery であることを確認する。
discovery でない場合: 「現在セッション中ではありません」と表示Note:
.vibe/state.yamlが存在する場合は旧形式の fallback として参照してもよいが、正本はproject_state.yaml+sessions/*.yamlです。
セッション中の活動を振り返り、以下を整理:
.vibe/context/STATUS.md を更新:
gh issue list --state open)YYYY-MM-DD-type-topic.md.vibe/project_state.yaml:
current_phase: development
.vibe/sessions/iris-main.yaml は変更不要(Iris セッションは常駐)。
========================================
SESSION COMPLETE
Changes:
- Issues created/updated: N
- Documents updated: [list]
- STATUS.md: Updated
Returning to: Development Phase
========================================
| ファイル | フィールド | 値 |
|---|---|---|
.vibe/project_state.yaml | current_phase | development |