Review And Handoff
Session ending protocol, HANDOFF document format, seamless continuation between sessions
Project Patterns
Architectural patterns, naming conventions, file organization, and error handling for the worclaude CLI project
Frontend Design System
Terminal UI patterns: display.js visual system, Chalk styling, Ora spinners, Inquirer prompts, and CLI output conventions for worclaude
Agent Routing
Agent Routing Guide — when to spawn each installed agent
Claude Md Maintenance
How Claude writes rules for itself, when to update CLAUDE.md, keeping it lean and effective
Coding Principles
Core behavioral principles: when to ask, when to push back, when to simplify, how to make surgical changes
Coordinator Mode
Multi-agent orchestration patterns: when to use coordinator mode, worker prompts, parallel execution
Security Checklist
OWASP-based security checklist any agent can reference when reviewing or writing code
Backend Conventions
CLI-specific conventions: npm registry interaction, filesystem operations, JSON handling, settings merge, and configuration patterns for worclaude
Testing
Test philosophy, coverage strategy, test-first patterns, what to test and what not to
Subagent Usage
When to use subagents, how many, context hygiene, worktree isolation patterns
Git Conventions
Branch naming, commit message format, PR workflow, worktree conventions, versioning policy
Memory Architecture
Five-layer memory architecture: where each fact lives, how layers interact, when to promote learnings
Verification
Domain-specific verification beyond tests, closing the feedback loop for web, API, CLI, data
Prompt Engineering
Effective prompting patterns for working with Claude, demanding quality, writing specs
Context Management
Context budget awareness, when to compact, when to clear, subagent offloading
Planning With Files
How to structure implementation plans as files, progressive implementation, plan review process