Quick Start Guide

Get up and running with the Vision system in minutes.


Wake Protocol

Every session starts with the wake protocol to load system context:

claude wake

This automatically executes ~/.claude/auto_wake.py which loads:

  • Operational Log - Session learnings and patterns
  • Tools & Capabilities - Complete tool inventory
  • VAL Context - Vision Abstraction Layer status
  • Distributed Intelligence - Agent network status
  • Reminders - Assigned tasks from Reminders app

Core Commands

VAL Commands

# Check VAL status
val status

# Preview enriched context
val context "your request here"

# Get protocol reminders
val protocol work        # or personal, research

# Estimate time for tasks
val estimate "Laravel CRUD with auth"

MCP Server Management

# List all MCP servers
claude mcp list

# Add new server
claude mcp add --scope user <name> docker -- run -i --rm <image>:latest

Tool Decision Tree

Use the RIGHT tool:

TaskToolNOT
Read filesReadcat, head, tail
Edit filesEditsed, awk
Write filesWriteecho >
Search filesGrepgrep cmd
Find filesGlobfind, ls
Browser testPlaywrightcurl

Wrong tool = waste Shane's money


What's Next?

Great, you're now familiar with the basics. Here are key areas to explore:

Was this page helpful?