Use this whenever the user asks to "implement", "add", "build", "create", or "modify" a feature, page, view, component, or module in this Vue project. Three phases: Phase 0 scope analysis (flows + edge cases + UI needs + plan validation, STOP for user), Phase 1 implementation (layered UI → Store → API, Vue 3…
Use this whenever the user asks to "open a PR", "ship this", "create the pull request", "make a PR", or once a Vue feature/fix is verified and ready to push. Full lifecycle: branch → commit (commitizen) → issue → draft PR → CI → ready → autonomous monitor loop (fix comments, resolve threads, iterate until CI green +…
Design system reference for the Devkit Vue stack (Vuetify 4 + custom theme helpers). Use when asked about styling, theming, layout, design system, Vuetify components, visual verification, or UI patterns. Automatically consumed by /feature when the task has a visual component. Can also be invoked directly for…
Production-grade DOCX generator that creates valid Microsoft Word (.docx) files from Markdown or structured AST using a safe streaming ZIP engine and minimal but strict OOXML baseline.
Compile Markdown into a valid Microsoft PowerPoint (.pptx) file using pure JavaScript. Pipeline: Markdown → AST → Slide IR → Layout IR → OOXML → ZIP. Images embedded from local files.
Production-grade XLSX generator that creates valid Microsoft Excel (.xlsx) files from structured table data using a DEFLATE-mode ZIP engine (uses zlib for compression). Supports formulas, merged cells, styles (bold/font/alignment/border/fill/number-format/column-width), panes/freeze-panes, multi-sheet, and auto-sizing.