From maxim
Present unverified wiki pages (`explored: false`) for human review and confirmation. The verification gate that turns AI-generated knowledge into trusted wiki content.
npx claudepluginhub drnabeelkhan/maxim --plugin mxm-pack-l3-4-govtechThis skill uses the workspace's default tool permissions.
Present unverified wiki pages (`explored: false`) for human review and confirmation. The verification gate that turns AI-generated knowledge into trusted wiki content.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Present unverified wiki pages (explored: false) for human review and confirmation. The verification gate that turns AI-generated knowledge into trusted wiki content.
The wiki self-expands via wiki-ingest, but Maxim never publishes content that depends on explored: false pages alone. wiki-explore is the loop that closes that gap.
wiki-ingest cycle (especially nightly batches)filter (optional):
topic: only review pages matching this topicsince: only review pages created/updated since this datestartup: only review pages tagged with this startuproom: scope to a wing/room (sources/concepts/entities/syntheses)explored: false pages via MemPalace search.explored: true, update updated date, leave confidence as-is
f. On Edit: apply user's corrections inline, then set explored: true + bump updated
g. On Skip: leave explored: false, move to next page (will appear next session)
h. On Delete: remove page from MemPalace; record deletion in log-md[Page 3 of 47] Last updated: 2026-04-15
Title: Multi-Agent Handoff Patterns
Tags: [agents, architecture, governance]
Confidence: medium
Sources: raw/sources/handoff-paper.pdf, raw/clippings/multi-agent-essay.md
TLDR:
Inter-agent handoff requires explicit state transfer with status flags
(BLOCKED/PARTIAL/READY) to prevent silent failures. Maxim implements this
via .mxm-skills/agents-handoff.md.
Counter-Arguments:
- Single-agent systems avoid handoff complexity entirely (Hermes-agent thesis)
- Static handoff via files vs runtime message bus โ tradeoff unresolved
Action: [C]onfirm | [E]dit | [S]kip | [D]elete | [Q]uit?
Wiki Explore Session โ [YYYY-MM-DD HH:MM]
Pages reviewed: [N]
Confirmed: [N]
Edited & confirmed: [N]
Skipped: [N] (will appear next session)
Deleted: [N]
Remaining unverified: [N]
Confidence: ๐ข HIGH (full pass complete) | ๐ก MEDIUM (filtered subset) | ๐ด LOW (early exit)
Suggested next:
- Run /mxm-wiki query <topic> to test the now-verified pages
- Run /mxm-wiki lint to recheck the wiki for any new contradictions
# Find unverified pages
mempalace_search({
query: "explored: false",
wing: "wing_knowledge",
limit: 50
})
# Update on Confirm
# (since MemPalace drawers are append-only, "update" = add a new drawer with same path,
# or use a maintenance script to rewrite frontmatter โ depends on MemPalace version)
# Delete on Delete
mempalace_delete_drawer({ drawer_id: "<id>" })
explored: false to explored: true, unlocking citation by wiki-queryWithout wiki-explore, AI-generated content silently propagates as "knowledge." That's how hallucination compounds. The explored-false default + this skill is the structural fix.
wiki-query citationwiki-lint to re-check the wiki for new contradictionswiki-ingest to re-trigger if the source remains in raw/wiki-ingest prompts (skill-synthesizer can absorb)FINAL_RELEASE_CHANGES/Brandvoice-wiki-example.md โ wiki-explore patterndocuments/reference/AGENTS.md โ wiki trust levels.claude/skills/wiki-ingest/SKILL.md โ produces the explored: false pages this skill verifiesCopyright (c) 2026 iSystematic Inc. Maxim product. BSL 1.1.