.agent/skills/empirical-validation/SKILL.md
Requires proof before marking work complete — no "trust me, it works"
npx skillsauth add athility/krashitos-ai-os-portfolio Empirical ValidationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"The code looks correct" is NOT validation.
Every change must be verified with empirical evidence before being marked complete.
| Change Type | Required Validation | Tool |
|-------------|---------------------|------|
| UI Changes | Screenshot showing expected visual state | browser_subagent |
| API Endpoints | Command showing correct response | run_command |
| Build/Config | Successful build or test output | run_command |
| Data Changes | Query showing expected data state | run_command |
| File Operations | File listing or content verification | run_command |
Identify Verification Criteria
Execute Verification
Document Evidence
.gsd/JOURNAL.md under the taskConfirm Against Criteria
# Good: Actual test showing response
curl -X POST http://localhost:3000/api/login -d '{"email":"[email protected]"}'
# Output: {"success":true,"token":"..."}
# Bad: Just saying "endpoint works"
# Good: Take screenshot with browser tool
- Navigate to /dashboard
- Capture screenshot
- Confirm: Header visible? Data loaded? Layout correct?
# Bad: "The component should render correctly"
# Good: Show build output
npm run build
# Output: Successfully compiled...
# Bad: "Build should work now"
Never use these as justification for completion:
This skill integrates with:
/verify — Primary workflow using this skill/execute — Must validate before marking tasks completeGEMINI.md — Empirical Validation enforcementIf verification fails:
.gsd/STATE.mddevelopment
Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creating global stores, or implementing reactive state patterns with Zustand.
tools
Automate Zoom meeting creation, management, recordings, webinars, and participant tracking via Rube MCP (Composio). Always search tools first for current schemas.
tools
Automate Zoho CRM tasks via Rube MCP (Composio): create/update records, search contacts, manage leads, and convert leads. Always search tools first for current schemas.
tools
Automate Zendesk tasks via Rube MCP (Composio): tickets, users, organizations, replies. Always search tools first for current schemas.