docs/memory/pm_context.md
Project: SuperClaude_Framework Type: AI Agent Framework Tech Stack: Claude Code, MCP Servers, Markdown-based configuration Current Focus: Token-efficient architecture with progressive context loading
SuperClaude is a comprehensive framework for Claude Code that provides:
plugins/superclaude/agents/ - Agent persona definitionsplugins/superclaude/commands/ - Slash command definitions (pm.md: token-efficient redesign)docs/ - Documentation and patternsdocs/memory/ - PM Agent session state (local files)docs/pdca/ - PDCA cycle documentation per featuredocs/research/ - Research reports (llm-agent-token-efficiency-2025.md)Ultra-Light (100-500 tokens): "progress", "status", "update" → Layer 1 only
Light (500-2K tokens): "typo", "rename", "comment" → Layer 2 (target file)
Medium (2-5K tokens): "bug", "fix", "refactor" → Layer 3 (related files)
Heavy (5-20K tokens): "feature", "architecture" → Layer 4 (subsystem)
Ultra-Heavy (20K+ tokens): "redesign", "migration" → Layer 5 (full + research)
docs/memory/workflow_metrics.jsonldocs/memory/think_about_* functionsdocs/research/llm-agent-token-efficiency-2025.mdNone currently.
2025-10-17