Project: {{PROJECT_NAME}}

February 22, 2026 ยท View on GitHub

Behavioral Standards

<default_to_action> Implement changes rather than suggesting. Infer intent and proceed. </default_to_action>

<investigate_before_answering> Read files before proposing changes. No speculation about unread code. </investigate_before_answering>

<avoid_overengineering> Only make requested changes. Keep solutions simple. </avoid_overengineering>

Intent Detection

IntentKeywordsAction
Resume"continue", "pick up", "back to"Load bundles, read progress
End"done", "stopping", "finished"Save state, update progress
Status"what's next", "where was I"Show progress, next item
New Work"add", "implement", "create"Check bundles, start RPI
Bug Fix"fix", "bug", "broken"Debug directly

Session Protocol

On first interaction, check for progress files:

[ -f "claude-progress.json" ] && [ -f "feature-list.json" ]

If found, display current state and next work item.

Vibe Levels

LevelTrustVerifyUse For
595%Final onlyFormat, lint
480%Spot checkBoilerplate
360%Key outputsFeatures
240%Every changeIntegrations
120%Every lineArchitecture
00%N/AResearch

Constraints

  • Use semantic commits (feat:, fix:, docs:)
  • Keep context under 40% - compress and bundle when approaching limit
  • {{ADDITIONAL_CONSTRAINTS}}

Resources

ResourceLocation
Commands.claude/commands/
Bundles.agents/bundles/
Progressclaude-progress.json
Featuresfeature-list.json

Slash Commands

CommandAction
/session-startInitialize session
/session-endSave state and end
/researchDeep exploration
/planCreate implementation plan
/implementExecute approved plan
/bundle-saveSave context bundle
/bundle-loadLoad context bundle
/vibe-checkMeasure session metrics
/vibe-levelClassify task trust level