a11y-check
Accessibility audit, scoped to the surfaces a product actually has. Detects web / rendered_markdown / terminal / native_app / video_audio / document /…
Central dispatcher for the canvas/state render fleet. Routes intent to a specialist (`/mycelium:diamond-render`, `/mycelium:ost-render`, `/mycelium:cycle-render`) OR lists what's renderable. Cross-cutting views spanning multiple canvases (opp→sol→cycle traceability,
$ npx -y skills add haabe/mycelium --skill render --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/renderContext preview
The summary Claude sees to decide when to auto-load this skill.
Central dispatcher for the canvas/state render fleet. Routes intent to a specialist (`/mycelium:diamond-render`, `/mycelium:ost-render`, `/mycelium:cycle-render`) OR lists what's renderable. Cross-cutting views spanning multiple canvases (opp→sol→cycle traceability,
name: render
description: Central dispatcher for the canvas/state render fleet. Routes intent to a specialist (`/mycelium:diamond-render`, `/mycelium:ost-render`, `/mycelium:cycle-render`) OR lists what's renderable. Cross-cutting views spanning multiple canvases (opp→sol→cycle traceability, confidence-over-time, cluster-graduation-flow) are research-gated and NOT emitted by default. See `${CLAUDE_PLUGIN_ROOT}/engine/render-conventions.md` for shared conventions.
metadata:
instruction_budget: "60"
framework_dependency: "mycelium"
framework_dependency_note: "Routes to specialist render skills. Consults the attribution registry only if a cross-cutting view activates a YES-exposure canvas."
identifier_exposure: "MIXED"Central entry point + menu for the canvas/state render fleet. Routes intent to specialists or surfaces what's available. Cross-cutting views are research-gated and NOT emitted by default. Completes the v0.40.0-announced render fleet foundation.
**Declared**: MIXED
| Canvas | Exposure | Identifier-bearing fields | Activated when | |---|---|---|---| | `.claude/canvas/opportunities.yml` | YES | `evidence_sources`, `notes` | `--view traceability` (deferred), `--view ost-summary` | | `.claude/canvas/cycle-history.yml` | YES | `learnings.process` prose, `related_corrections` | `--view traceability` (deferred), `--view cycle-summary` | | `.claude/canvas/archived-solutions.yml` | YES | `discard_notes` prose | `--view traceability` (deferred), `--view discards` | | `.claude/canvas/landscape.yml` | YES (low) | `notes`, `evidence_sources` | `--view competitive-landscape` (deferred) | | `.claude/diamonds/active.yml` | NONE | none | any view including the diamond |
Dispatcher behavior depends on which cross-cutting view is invoked. MIXED with per-canvas scoping is the only honest declaration: YES would force registry consultation on diamond-only views (unnecessary cost); NONE would silently leak identifiers on traceability views (incident). Each cross-cutting view's implementation MUST consult the registry per `engine/render-conventions.md#hard-rule-consent--privacy-gate` for the YES-exposure canvases it activates and skip the consultation only for NONE-exposure canvases.
For v0.40.3 ship: the dispatcher ships WITHOUT cross-cutting views. All MIXED-relevant identifier surfaces are inactive. The MIXED declaration is forward-looking — it names the canvases that WILL activate when cross-cutting views land in subsequent patches per the research-first methodology.
Per `engine/render-conventions.md#anon-label-convention`. Numbering shared across a single dispatcher invocation regardless of canvas count (`cohort-tester-2` in cycle-003 IS `cohort-tester-2` in opp-004 evidence).
Per `engine/render-conventions.md#consent-value-semantics`.
**`--view traceability` (deferred)**: activates opportunities.yml + cycle-history.yml + archived-solutions.yml. Registry consultation runs. Multi-canvas anon-label numbering shared.
**`--view diamond-only` (always available — alias for routing to diamond-render)**: touches only active.yml. Registry consultation SKIPPED per the per-canvas exposure table. No anon labels emitted.
| Arg | Default | Values | Effect | |---|---|---|---| | `--list` | `false` | bool | Print the dispatch table + deferred cross-cutting views, do not route | | `--view` | `null` | `traceability` \| `confidence-trajectory` \| `cluster-graduation-flow` \| `canvas-dependency-graph` | Cross-cutting view selector (all currently deferred per research-first methodology) | | `--format` | `mermaid` | `mermaid` \| `ascii` \| `json` | Format hint for routed specialists (overridable per specialist) | | `--theme` | `base` | `base` \| `dark` | Theme hint for routed specialists (`dark` opt-in for WCAG-by-construction per `engine/render-conventions.md#wcag-aa-theme-convention`) |
Identify whether the request maps to:
Map canvas to specialist. **Recommend, do NOT auto-invoke** (architecture decision Q1):
| Canvas / intent | Specialist | Beta risk | |---|---|---| | opportunities.yml | `/mycelium:ost-render` | none | | diamonds/active.yml | `/mycelium:diamond-render` | none | | cycle-history.yml | `/mycelium:cy
A harness that asks who this is for before the agent writes code. Built on Claude Code, where the gates are structural. The files and skills port to opencode, Codex and Cursor. Outcome over output. You know how this goes.
Accessibility audit, scoped to the surfaces a product actually has. Detects web / rendered_markdown / terminal / native_app / video_audio / document /…
Bring Mycelium into a project that already has code. Detects that the repo predates the framework, asks before touching anything, then reads the codebase to…
Design the smallest viable test to validate or invalidate a critical assumption. Based on Torres's assumption testing framework, organized by Gilad's AFTER…
Use before any research activity or significant decision. Reviews cognitive biases relevant to the current stage.
Use to evaluate whether current work aligns with Better Value Sooner Safer Happier. Run at diamond completion and periodically.
Lint canvas files for staleness, missing fields, inconsistent evidence types, and orphaned references. Run periodically or before major transitions.