What problem does it solve? Design workflows often lose access to human-authored briefs because manually attaching research, system, and spec documents to every subagent prompt is repetitive and risks exceeding token budgets. This Skill automatically consolidates those documents into a single context block with priority-based truncation. ## Core Features & Use Cases - Automatic Design Context Loading: Reads spec, system, research, and pencil-plan Markdown files from .moai/design/ and injects them into the /moai design workflow during Phase B2.5. - Token Budget Enforcement: Estimates tokens per file and drops lower-priority documents (pencil-plan first, spec always preserved) or truncates at section boundaries when the budget is exceeded. - Graceful Degradation: Skips TBD-only scaffold files, tolerates missing directories and unreadable files, and supports standalone invocation with a custom directory. - Use Case: A team runs /moai design and the expert-frontend agent automatically receives the project's spec.md and system.md content, trimmed to fit a 20000-token budget, without any manual copy-pasting. ## Quick Start Ask the AI to load the design context from .moai/design/ and inject it into the design workflow prompt.