agentsclimarketplace

Continuous agent loop

Skill mturac/everything-openai-codex/docs/ja-JP/skills/continuous-agent-loop

品質ゲート、評価、リカバリーコントロールを備えた継続的な自律エージェントループのパターン。From its SKILL.md

Install
npx -y skills add mturac/everything-openai-codex --skill continuous-agent-loop

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.3 KB, 417 tokens by cl100k_base, as published. Nobody here has run it

継続的エージェントループ

これはv1.8+の標準ループスキル名です。1リリースの間、autonomous-loopsとの互換性を保ちながら置き換えます。

ループ選択フロー

Start
  |
  +-- Need strict CI/PR control? -- yes --> continuous-pr
  |
  +-- Need RFC decomposition? -- yes --> rfc-dag
  |
  +-- Need exploratory parallel generation? -- yes --> infinite
  |
  +-- default --> sequential

組み合わせパターン

推奨される本番スタック:

  1. RFC分解(ralphinho-rfc-pipeline
  2. 品質ゲート(plankton-code-quality + /quality-gate
  3. 評価ループ(eval-harness
  4. セッション永続化(nanoclaw-repl

失敗モード

  • 測定可能な進捗なしのループチャーン
  • 同じ根本原因での繰り返しリトライ
  • マージキューの停止
  • 無制限のエスカレーションによるコストドリフト

リカバリー

  • ループを凍結する
  • /harness-auditを実行する
  • スコープを失敗ユニットに縮小する
  • 明示的な受け入れ基準でリプレイする

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.