agentsclimarketplace

Workbench memory synthesis

Skill Fearvox/multica-ultimate-workbench/skills/workbench-memory-synthesis

Public multi-agent workbench skill pack for SDD, review gates, context discipline, VM lanes, Sanity context, and autonomous agent coordination.

Install
npx -y skills add Fearvox/multica-ultimate-workbench --skill workbench-memory-synthesis

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

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 23 stars23 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Durable memory, session summaries, decision logs, issue closeout synthesis, and compact handoffs.

SKILL.md

1.5 KB, as published. Nobody here has run it

Workbench Memory Synthesis

Use this skill for durable memory, session summaries, decision logs, issue closeout synthesis, and handoffs.

Memory Rules

  • Prefer short canonical updates over duplicate drafts.
  • Keep the next session resumable from files, not hidden model memory.
  • Record decisions separately from logs.
  • Keep strategy in synthesis documents and execution evidence in logs or issue comments.
  • If a session-derived behavior should affect future agents, bridge it through workbench-waking-up into a public-safe repo surface instead of leaving it only in chat memory.
  • Preserve IDs that matter for recovery: issue IDs, run IDs, comment IDs, agent IDs, autopilot IDs, commit IDs.
  • When a run stalls and a conductor proxy posts evidence, record both the proxy ID and the later agent-authored artifact ID if it appears.
  • Record live resource IDs only after post-sync verification confirms them.

Synthesis Method

  1. Collect the latest verified state.
  2. Remove stale next actions that are already complete.
  3. Add only durable facts and decisions.
  4. Keep uncertainty explicit.
  5. Name the next immediate action.

Output Contract

Return:

  • CURRENT STATE
  • DECISIONS
  • EVIDENCE
  • RISKS
  • NEXT ACTION

Do not rewrite history. Append or revise only the minimum needed to keep the operating memory accurate.

Keep looking

Skills are one crate of 328,083. 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.