amvcp-tables-matrix-compare

Generate accessible HTML matrix and comparison tables with data-ve-* attributes.

Updated May 8, 2026
One-click install
npx skills add https://github.com/Emasoft/ai-maestro-visual-communicator-plugin --skill amvcp-tables-matrix-compare
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: amvcp-tables-matrix-compare
Source: https://github.com/Emasoft/ai-maestro-visual-communicator-plugin/tree/main/skills/amvcp-tables-matrix-compare
Command: npx skills add https://github.com/Emasoft/ai-maestro-visual-communicator-plugin --skill amvcp-tables-matrix-compare

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you create clear, audit-grade matrix and comparison tables that communicate pass/fail/partial outcomes, recommended lanes, and decision logic without losing accessibility, traceability, or consistency.

Core Features & Use Cases

  • Matrix scaffolding: Build N items x M criteria grids using a closed pass/fail/partial/na status model designed for coverage audits.
  • Matrix glyph injection + accessibility: Automatically render status glyphs with screen-reader-friendly labels so the table is readable and navigable.
  • Coverage audit pattern: Enforce disciplined cell semantics (empty vs na vs audited outcomes) and use <tfoot> summaries for at-a-glance column verdicts.
  • Comparison emphasis lane: Highlight the recommended option column via data-ve-col-emphasis to make the winner visually obvious.
  • Decision matrix scaffold: Provide a structured rules-to-outcomes table pattern that supports sorting and clear “rules → action → why” reading.
  • Composable table behavior: Works with the plugin’s selection/comment/decision mini affordances and exports a stable CSV contract.

Quick Start

Use the matrix and comparison table guidance to generate a matrix or compare table, then apply the matrix glyph injection and (optionally) the matrix summary footer so the resulting table communicates audit verdicts consistently.

Frequently Asked Questions about amvcp-tables-matrix-compare

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate accessible HTML comparison tables with pass/fail status glyphs?▼

To generate accessible HTML comparison tables, this skill scaffolds matrix grids using pass/fail/partial/na glyphs with screen-reader-friendly labels and data-ve-* attributes, ensuring tables remain readable and navigable for coverage audits.

What is the best way to highlight a recommended option in a decision matrix?▼

The best way to highlight a recommended option in a decision matrix is by applying the data-ve-col-emphasis attribute, which visually distinguishes the winning column and makes the recommended lane obvious to reviewers evaluating choices.

How do I add summary footers to matrix tables for coverage audits?▼

You can add summary footers to matrix tables for coverage audits by using the tfoot element with data-ve-matrix-summary attributes, providing at-a-glance column verdicts that enforce disciplined empty vs na vs audited cell semantics.

Does the decision matrix table markup support CSV export?▼

Yes, the decision matrix table markup supports CSV export by applying required data-ve-table, data-ve-val, and related attribute contracts, preserving documented CSV export behavior alongside selection, comment, and decision mini affordances.

Can I build rules-to-outcomes decision rows without breaking spanning-safe counting?▼

You can build rules-to-outcomes decision rows without breaking spanning-safe counting by using the specified compare table mode, ensuring correct emphasis rendering and structured rules-to-action-to-why reading patterns.