Load relevant coding rules for the current task
haikuAnalyze the current task and load ONLY relevant rules from `rules/`. PROCESS: 1. Discover available rules: use glob_file_search with pattern "\*.mdc" in rules/ to find all rule files recursively 2. Analyze task to identify what domains apply (languages, tools, frameworks, operations) 3. Select relevant rules based on task requirements 4. Read selected rule files 5. State which rules loaded in one sentence 6. Proceed with task following those rules SELECTION CRITERIA: - Load rules for the primary language/framework being used - Load rules for specific tools or operations mentioned ...