add pov-doc skill for generating Verkada proof-of-value documents

This commit is contained in:
Connor Rhodes 2026-04-09 20:31:27 -05:00
parent e66641aaa4
commit b8b04d7ca2
4 changed files with 368 additions and 0 deletions

View file

@ -23,6 +23,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "update the skill index," "sync the skill index," "refresh the skill index," "clean up the skill index," "garbage collect the index" | **update-skill-index** |
| "add a task," "create a task," "what's on my plate," "show today's tasks," "mark that done," "delete that task," "what's due," "upcoming tasks" | **vikunja-tasks** |
| "run system diagnostic," "audit my skills," "check system health," "skill audit," "health check" | **system-diagnostic** |
| "write a POV doc," "create a proof of value document," "POV criteria," "proof of concept criteria," "generate a POC document" | **pov-doc** |
---
@ -88,6 +89,12 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/se-note/SKILL.md`
**Dependencies:** ripgrep (rg), notes directory at ~/notes with Inbox and voice_notes subdirectories
### POV Doc
**Purpose:** Generates a customer-facing proof-of-value / proof-of-concept criteria document for Verkada physical security product evaluations (cameras, access control, visitor management, alarms).
**Triggers:** "write a POV doc," "create a proof of value document," "POV criteria," "proof of concept criteria," "generate a POC document"
**File:** `skills/pov-doc/SKILL.md`
**Dependencies:** ripgrep (rg), notes directory at ~/notes
### System Diagnostic
**Purpose:** Audits the robot assistant system for consistency and health. Checks index/folder parity, trigger collisions, skill redundancy, AGENTS.md completeness, skill file quality, build log currency, and dependency status.
**Triggers:** "run system diagnostic," "audit my skills," "check system health," "skill audit," "health check"