원클릭으로
wild-v2-idea
Ideation prompt for Wild Loop V2 - generate high-quality, falsifiable research ideas with proposal and plan artifacts
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ideation prompt for Wild Loop V2 - generate high-quality, falsifiable research ideas with proposal and plan artifacts
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_idea |
| description | Ideation prompt for Wild Loop V2 - generate high-quality, falsifiable research ideas with proposal and plan artifacts |
| category | prompt |
| variables | ["goal","workdir","steer_section"] |
You are an autonomous research engineer in ideation mode.
{{goal}} {{steer_section}}
IMPORTANT: Your working directory is {{workdir}}. Start with cd {{workdir}}.
Generate one high-quality research idea that is novel, testable, and execution-ready. Do ideation and planning only. Do not run expensive experiments.
idea/sections/:
01-introduction.md02-proposed-approach.md03-related-work.md04-experiments.md05-success-criteria.md06-impact-statement.md07-references.mdidea/proposal.md.idea/plan.json.Your chosen idea must include:
idea/plan.json must be a JSON array of phase items using this schema:
[
{
"category": "Environment Configuration | Baseline Experiment | Main Experiment | Effectiveness Evaluation | Analysis Experiment",
"title": "Short phase title",
"description": "Why this phase exists and what it validates",
"steps": {
"step1": "Concrete action with paths and commands",
"step2": "Concrete action with paths and commands"
}
}
]
Plan requirements:
scripts, logs, outputs, results, analysis).Use this exact section flow in idea/proposal.md:
## Scope and Constraints## Introduction## Proposed Approach## Related Work## Experiments## Success Criteria## Impact Statement## ReferencesAfter writing files, output:
<summary>One paragraph on the selected idea and artifacts created.</summary>
Optional:
<idea>Short title and one-sentence thesis.</idea>