dreamlisted
Install: claude install-skill spikelab/multiplai-cc-mktplace
# Multiplai Dream — Generate Learnings Proposal
Runs the Dream analysis pipeline: reads all pending learnings from `.multiplai/learnings/`,
distills them into a structured proposal (a two-pass generate-then-critic flow), and writes
it to `.multiplai/dreams/processed-learnings-YYYY-MM-DD.md`.
The proposal sorts every learning into one of three dispositions:
- **Memory updates** — generalized, reusable lessons, grouped by target memory file.
- **Action Items** — change-requests to the toolchain itself (code/config/structure);
`/multiplai-context:dream-remember` writes approved ones to `PLANS/dream-actions-{date}.md`.
- **Filtered Out** — one-off events / diary material, with a reason.
Three deterministic sections wrap the model's own output. Each is pure code, and
each fails open — a missing section means that gate did not run, which is itself
worth reporting:
- `## Conflict Resolutions` (**top**) — verified corrections that contradict an
existing memory line, put where review starts.
- `## Citation Repairs` (near the end, **only when there was something to say**) —
`**Source:**` citations whose filename was wrong and could be corrected beyond
doubt, plus any that could not be verified and were left alone.
- `## Routing Warnings` (**last**) — misrouted sections and cross-file duplicates
(`(none)` when clean).
**No memory files are modified.** The proposal is for review only.
Run `/multiplai-context:dream-remember` to load the proposal and apply approved changes.