get_core_principles
Retrieve core principles sections from a UI component specification, including philosophy, design tokens, interaction principles, and consistency patterns, to guide component development.
Instructions
Return content from the Core Principles section of the spec. Fetch only the section you need to minimize context usage. Use 'philosophy' when starting any component work. Use 'design_tokens' when reviewing token definitions. Use 'all' sparingly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Section to retrieve. Options: 'philosophy', 'design_tokens', 'interaction_principles', 'consistency_patterns', 'all' | philosophy |