fune6900

Issue Flow — Development skill for Claude Code

Development community

インナーループを1本回す.

How to install Issue Flow

Installs to ~/.claude/commands/fune6900-agentic-tdd-starter-sets-issue-flow.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fune6900/agentic-tdd-starter-sets/HEAD/.claude/commands/issue-flow.md -o ~/.claude/commands/fune6900-agentic-tdd-starter-sets-issue-flow.md

Restart Claude Code, or start a new session, for it to be picked up.

What Issue Flow does

インナーループを1本回す。**1つの Issue を、人間を介さず「実装 → 検証 → 差し戻し」で合格まで持っていく。**

メイド長(Benz)がオーケストレーターとして実行する。以下の手順を厳守すること。

対象

  • 引数 $ARGUMENTS に Issue 番号を指定する。未指定の場合は gh issue list を表示してマスターに確認する。

前提

  • @.claude/rules/loop-engineering.md を読んでいること(ゲート定義・ハードストップ)
  • Issue に 目的・意図・受け入れ条件・影響範囲・セキュリティ確認の要否 が書かれていること
    • 欠けている場合は実装に入らず、立案のメイド(sub-agent-planner)に差し戻す

Phase 0: 準備

  1. 前回までの記録を読む(★最初の行動・必須):
    bash .claude/scripts/loop-journal.sh context
    進行中のエピックがあれば内部ジャ

Alternatives in Development

  • Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
  • Grammar Check — Identify grammar and flow errors with targeted fix suggestions 7.8k ★
  • Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★

Full documentation available on GitHub

View Source Repository