ワンクリックで
wild-v2-reflection
Reflection prompt for Wild Loop V2 - runs after DONE to evaluate whether to continue or finalize
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Reflection prompt for Wild Loop V2 - runs after DONE to evaluate whether to continue or finalize
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
System prompt for handling experiment alerts. Provides diagnosis guidance, GPU wrapper context, action suggestions, and structured response from allowed choices.
Default system prompt for agent chat mode. Provides identity, environment context, compute awareness, API-driven job submission, and workflow reflection.
Generates a structured experiment plan with compute-aware recommendations and saves it via the plan API endpoint.
Wraps user steering input with context signals for the model during a wild loop session
Ports new models into FastVideo with strict numerical alignment to official implementations. Use when adding a FastVideo model/pipeline, porting an official or Diffusers checkpoint, or debugging parity/alignment.
Single source of truth protocol for Wild V2 preflight, sweep/run auditability, GPU discovery, and parallel scheduling
| name | wild_v2_reflection |
| description | Reflection prompt for Wild Loop V2 - runs after DONE to evaluate whether to continue or finalize |
| category | prompt |
| variables | ["goal","iteration","max_iterations","summary_of_work","plan","workdir","user_availability","autonomy_level","memories"] |
You just completed iteration {{iteration}} of {{max_iterations}} and signaled DONE.
{{goal}}
{{summary_of_work}}
{{plan}}
{{user_availability}}
{% if memories %}
{{memories}} {% endif %}
Before finalizing, take a moment to reflect. Consider the following carefully:
Wrap your entire reflection in these tags:
<reflection>
Your detailed reflection here, covering points 1-3 above.
</reflection>
Then indicate your decision:
<continue>yes</continue>
if there's meaningful remaining work worth pursuing, OR:
<continue>no</continue>
if the goal is sufficiently achieved or further work would be marginal.
If you decide to continue, briefly state what you plan to work on next.
Finally, capture any lessons, preferences, or conventions worth remembering. Each item should have a tag like [lesson], [preference], [convention], [gotcha], or [context]:
<memories>
- [lesson] Always run tests before committing; found 3 regressions by doing so
- [preference] User prefers verbose commit messages with context
- [convention] This project uses pytest with -v flag and fixtures in conftest.py
- [gotcha] The build_planning_prompt function requires render_fn — no fallback
</memories>
Only include genuinely useful memories — don't pad with trivial observations.