docs: add three new pattern explanations and update pattern categorization

- Add `analyze_discord_structure` pattern for Discord server analysis
- Add `create_design_system` pattern for CSS design system generation
- Add `create_golden_rules` pattern for extracting codebase rules
- Update pattern numbering in explanations document (11-235)
- Add new patterns to suggest_pattern category mappings
- Update pattern_descriptions.json with new pattern metadata
- Update pattern_extracts.json with new pattern content
This commit is contained in:
Kayvan Sylvan
2026-01-23 20:04:15 -08:00
parent 856ba48ccf
commit 60670f887e
4 changed files with 269 additions and 228 deletions

View File

@@ -1953,6 +1953,32 @@
"WISDOM",
"SELF"
]
},
{
"patternName": "analyze_discord_structure",
"description": "Analyze Discord server structures for organizational issues, permissions, and optimization.",
"tags": [
"ANALYSIS",
"BUSINESS"
]
},
{
"patternName": "create_design_system",
"description": "Create comprehensive CSS design systems with tokens, typography, spacing, and components.",
"tags": [
"DEVELOPMENT",
"VISUALIZE",
"WRITING"
]
},
{
"patternName": "create_golden_rules",
"description": "Extract enforceable rules from codebases to prevent common mistakes and ensure consistency.",
"tags": [
"ANALYSIS",
"DEVELOPMENT",
"EXTRACT"
]
}
]
}