check_project_rules
Retrieve mandatory coding standards for specific development tasks to ensure compliance with architecture patterns, security requirements, and performance guidelines before writing code.
Instructions
Get mandatory coding standards for your task. Call BEFORE writing ANY code AND whenever you start a new component/feature/file. Returns architecture patterns, security requirements, and performance guidelines specific to this codebase. Prevents rework by catching violations early. Use this repeatedly: before each major code block, when switching contexts, or when unsure about approach. CRITICAL: This gives you task-specific rules, but you should ALSO call doc_bot() for complete project context and checkpoint guidance. Think of check_project_rules as "what rules apply to this task" and doc_bot as "am I still aligned with the project".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Your coding task in 2-5 words. Examples: "REST API endpoint", "authentication service", "React component", "database migration" |