plan-loop

Installation
SKILL.md

Plan Review Loop

設計プランをCodex agentにレビュー依頼し、フィードバックを反映して再レビューする反復ループ。

Usage

/plan-loop                  # 会話中のプランを対象にループ開始
/plan-loop path/to/plan.md  # 指定ファイルを対象

Workflow

plan = resolve_plan(args or conversation_context)
files = extract_related_files(plan)
round = 0
history = []
Installs
2
First Seen
Apr 9, 2026
plan-loop — bigdra50/dotfiles