원클릭으로
vibeflow-progress
Check current project progress and role status. Use when reviewing project state, open issues, and roadmap progress.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check current project progress and role status. Use when reviewing project state, open issues, and roadmap progress.
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) をコードから生成する。
Conclude Iris session and update STATUS.md. Use when ending a Discovery session and returning to development phase.
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.
| name | vibeflow-progress |
| description | Check current project progress and role status. Use when reviewing project state, open issues, and roadmap progress. |
以下を確認して包括的な進捗レポートを作成してください:
.vibe/project_state.yaml を読み込み、プロジェクト全体の状態を確認.vibe/sessions/iris-main.yaml を読み込み、Iris セッションの状態を確認.vibe/context/STATUS.md を読み込み、プロジェクトの全体像を確認gh issue list --state open で未完了の Issue を取得gh issue list --state closed --limit 10 で最近完了した Issue を確認plan.md でロードマップの進捗を確認Note:
.vibe/state.yamlが存在する場合は旧形式の fallback として参照してもよいが、正本はproject_state.yaml+sessions/*.yamlです。
Project Progress
## プロジェクト状態
- Current Phase: [project_state.yaml の current_phase]
- Current Role: [sessions/iris-main.yaml の current_role]
- Active Issue: [project_state.yaml の active_issue]
## GitHub Issues
- Open: N (dev: X, human: Y, discussion: Z)
- Recently Closed: N
## Active Issues (type:dev)
- #N [Title] (status label)
- ...
## Human Action Waiting (type:human)
- #N [Title]
- ...
## ロードマップ
[plan.md の現在のフェーズ進捗]
## Next Actions
1. [最優先の未着手Issue]
2. [次に着手すべきIssue]
日本語で表示してください。