一键导入
autodream
// Consolidate durable project memory from the current conversation and identify traces that may deserve genskill.
// Consolidate durable project memory from the current conversation and identify traces that may deserve genskill.
Generate a reusable skill from the current conversation history using a GEPA-style multi-candidate loop with LLM-as-judge Pareto selection.
Configure Google Calendar Browser with /connect and use Calendar ConnectorAct actions through the global Puffer browser profile.
Configure Gmail Browser with /connect and use Gmail ConnectorAct actions through the global Puffer browser profile.
Recipe for rendering a code review as a Canvas — compose findings with evidence and actions into a scannable page instead of a long text answer.
Guide for implementing or updating a Puffer connector. Use when Codex needs to add a new connector template, subscriber stream, internal connector tool, ConnectorAct action, /connect auth flow, workflow subscription support, or a puffer-connector-* Rust crate in the Puffer repo.
Guide for developing Puffer's computer-use integration and vendored CUA driver. Use when Codex works on vendor/cua-driver, scripts/build-cua-driver.sh, scripts/cua-computer-sandbox.sh, docker/cua-driver-native, CUA MCP manifests, screenshots/image tool-result handling, or specs/puffer-core/118.md.
| name | autodream |
| description | Consolidate durable project memory from the current conversation and identify traces that may deserve genskill. |
| allowed-tools | ["Skill","Read","Memory"] |
| user-invocable | true |
| disable-model-invocation | false |
Run AutoDream for the active project. Treat the conversation above as short-term working memory and consolidate only durable project knowledge.
project-memory skill before deciding what to change.project-memory skill or current memory context. Do not guess alternate memory paths; if a read is denied, retry once with the exact project-memory path before concluding you are blocked.--jobs or jobs concurrency.old_text must be copied from the existing MEMORY.md entry that was loaded by the project-memory skill. Do not use transcript wording such as "the old note is stale" as old_text.AUTODREAM_GENSKILL: yes, first ensure the workflow bullet is present in MEMORY.md.AUTODREAM_GENSKILL: no is correct, still write durable workflow memory if the generalized method would help future work.AUTODREAM_GENSKILL: yes unless a negative rule below applies. This includes eval label-audit workflows, real-trace rollout workflows, classifier/prompt tuning workflows, subagent merge/consolidation workflows, and regression triage workflows.noise_band=clean, clean_control=true, or selection=full clean control, say AUTODREAM_GENSKILL: no even if you wrote durable workflow memory; this clean-control signal overrides solved=false, long-tail wording, and generic reusable workflow shape unless the transcript explicitly labels the workflow as skill-worthy or shows repeated exploration failures.incorrect_error_stage_count>0, solved=false, long-tail step counts, or noise_band=high|medium|unsolved, say AUTODREAM_GENSKILL: yes when you wrote a durable workflow entry with four or more actions plus a verification signal. Do not require broader transfer evidence beyond that saved workflow for high-noise or unsolved external traces.AUTODREAM_GENSKILL: yes only when a durable workflow memory entry was actually written in this pass or already exists in MEMORY.md, and at least four of these are true: the memory entry describes four or more reusable steps; tool output or verification confirmed the workflow; the workflow applies to future tasks beyond this exact run; the workflow would reduce future search or repeated exploration; it is more than one command or one project convention; the trace shows at least two false starts, incorrect steps, recovery pivots, cross-file/tool phases, or an unsolved/long-tail recovery pattern.AUTODREAM_GENSKILL: no for single commands, one-off conventions, ordinary durable facts, known blocker notes, frozen baseline notes, clean/control-style external tasks, or workflows lacking verification.AUTODREAM_GENSKILL: no, do not say the trace is skill-worthy, do not mention /genskill, and do not include any other positive skill suggestion language.AUTODREAM_GENSKILL: yes or AUTODREAM_GENSKILL: no on its own final line exactly once.