What problem does it solve?
This Skill standardizes and accelerates authoring of non-traditional table layouts so they render correctly with consistent selection, commenting, decision toggles, exports, and keyboard accessibility.
Core Features & Use Cases
- Before/after 2-column compare: a canonical asymmetric compare table with emphasis and criterion-driven rows.
- Kanban-as-table: a lightweight triage board using a 4-column NOW/NEXT/LATER/CUT table pattern.
- Pro/Con tradeoff grids: compact tradeoff tables with colored-dot semantics per row.
- Spanning cells support: correct
colspan/rowspan handling via a grid-map approach instead of fragile column indexing.
- Table-form scope skip: prevents conflicting enhancements inside
data-ve-type="table-form" scopes.
- Row move (not clone): preserves runtime selection state, comment threads, and decision-mini pills during sorting/reordering.
- Keyboard accessibility: operable sortable headers with correct ARIA announcements, focus-visible rings, and Space/Enter behavior.
Quick Start
Use the amvcp-tables-special skill to generate the required interactive table HTML for a non-traditional table shape like a kanban-style NOW/NEXT/LATER/CUT triage list.