.claude/skills/plan/SKILL.md
Plan-State Management for Ralph. Create, track, and manage implementation plans with LSA verification. Coordinates with 6 ralph-* teammates including ralph-frontend and ralph-security.
npx skillsauth add alfredolopez80/multi-agent-ralph-loop planInstall 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.
~/.claude/settings.json or CLI/env varsANTHROPIC_DEFAULT_*_MODEL env varsCreate, track, and manage implementation plans with Lead Software Architect verification.
/plan init "Implement user authentication"
Creates .claude/plan-state.json with:
/plan status
Displays:
/plan add-step "Create User model with validation"
Appends step to phases array with:
/plan start
Triggers:
/plan complete --step 2
Updates plan-state.json and logs completion in ledger.
/plan verify
Runs full validation against requirements:
/plan sync
Detects drift between plan and execution, patches downstream references.
/plan init "Feature description"
↓ (creates plan-state.json)
/plan add-step "Step 1"
/plan add-step "Step 2"
↓
/plan start
↓ (LSA verification)
/plan complete --step 1
/plan complete --step 2
↓
/plan verify
↓
VERIFIED_DONE
========================================
PLAN STATE: Feature Implementation
========================================
Status: In Progress
Phase: 2/4 - Backend Implementation
Progress: 45%
Steps:
✅ 1. Database Schema - COMPLETE
⏳ 2. API Endpoints - IN PROGRESS
🔲 3. Frontend Integration
🔲 4. Testing & Validation
Next Action: /plan complete --step 2
========================================
/orchestrator - Full orchestration with plan integration/iterate - Iterative execution following plan steps/gates - Quality validation at plan milestones/retrospective - Post-completion analysisdevelopment
Living knowledge base management. Actions: search (query vault), save (store learning), index (update indices), compile (raw->wiki->rules graduation), init (create vault structure). Follows Karpathy pipeline: ingest->compile->query. Use when: (1) searching accumulated knowledge, (2) saving learnings, (3) compiling raw notes into wiki, (4) initializing a new vault. Triggers: /vault, 'vault search', 'knowledge base', 'save learning'.
testing
Produce a verifiable technical specification before coding. 6 mandatory sections: Interfaces, Behaviors, Invariants (from Aristotle Phase 2), File Plan, Test Plan, Exit Criteria (executable bash commands + expected results). Use when: (1) before implementing features with complexity > 4, (2) as Step 1.5 in orchestrator workflow, (3) when requirements need formalization. Triggers: /spec, 'create spec', 'write specification', 'technical spec'.
testing
Pre-launch shipping checklist orchestrating /gates, /security, /browser-test, /perf. Ensures nothing ships without passing all quality checks. Use when: (1) before deploying, (2) before merging to main, (3) before release. Triggers: /ship, 'ship it', 'ready to deploy', 'pre-launch check'.
development
Performance optimization skill. Core Web Vitals via Lighthouse, bundle size analysis, metrics tracking over time. Use when: (1) optimizing frontend performance, (2) analyzing bundle size, (3) tracking metrics regression. Triggers: /perf, 'performance audit', 'core web vitals', 'bundle size'.