with one click
implement
TDD GREEN phase - テストを通す実装を作成。context:fork で tester コンテキストから分離。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
TDD GREEN phase - テストを通す実装を作成。context:fork で tester コンテキストから分離。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run a kill-spawn UI/UX prototyping feedback loop from a 1-sentence brief. Hearing → brief/flow → designer → evaluator (max 15 rounds, fresh context per round) → HITL. Uses HTML + Tailwind CDN single-file output for minimum-viable verification.
アプリ開発の起点。ユーザーの要求から KPI → Spec → Story → (UI screens) の 4 段収束レビューループで設計ドキュメント一式を生成する。Ticket は作らず、/generate が lazy materialization する。Trigger: アプリ作って, 〜を作りたい, 設計して, spec, 仕様, 企画
テストの報酬ハックを検出し、AC カバレッジを確認する。context:fork で実装者から独立。
E2E + UI/デザイン評価。アプリを実動テストし、AC 検証 + デザイン4軸評価を行う。Trigger: E2Eテスト, 受け入れテスト, UIチェック, デザイン評価
自律開発 harness の内側ループ orchestrator。Story から lazy に Sprint Contract を交渉し、決定論 tier 判定 (T1/T2/T3) で fork 構成を選択、atomic skill 群をチェインして 1 sprint を完遂する。旧 /tdd-cycle と /ticket-cycle を統合。Trigger: /generate <story-id>, /generate --dry-run, sprint実行
構造化されたバグ調査・デバッグワークフロー。デバッグログの挿入による実行時情報の収集、仮説駆動の原因特定、試行ログの自動生成を行う。Trigger - "動かない", "バグ", "エラー", "原因調査", "investigate", "debug", "なぜ失敗する"
| name | implement |
| description | TDD GREEN phase - テストを通す実装を作成。context:fork で tester コンテキストから分離。 |
| context | fork |
| agent | implementer |
| disable-model-invocation | true |
!${CLAUDE_PLUGIN_ROOT}/scripts/detect-stack.sh
!${CLAUDE_PLUGIN_ROOT}/scripts/list-test-files.sh
$ARGUMENTS
## Implementation Report
### 変更ファイル
| ファイル | 変更内容 |
|---------|---------|
| [path] | [何を実装したか] |
### テスト実行結果
[テストランナーの stdout をそのまま表示]
### Judgment: GREEN / RED
Total: [N] tests, Passed: [N], Failed: [N]
### Failure Details(RED の場合)
| テスト名 | エラー内容 | 原因分析 |
|---------|----------|---------|
| [test_name] | [エラーメッセージ] | [なぜ通らないか] |
<!-- post-mortem agent appends entries here --> <!-- Format: - [HASH8] [YYYY-MM-DD] : (hits: N, source: T-XXXX) -->