Applying Code Standards Protocol
Workflow Selection
Mode: Debugging
Trigger: "Fix this error", "Why is this failing?", "Debug...", crashes, test failures Protocol: Load and apply the Debugging Workflow section from core-engineering.md
Mode: Code Review
Trigger: "Review this", "Check for bugs", "PR review", assessing code quality Protocol: Load and apply review-workflow.md
Mode: Static Analysis
Trigger: "Static analysis", "Security scan", "Code quality check", "SAST", "Analyze code" Protocol: Load and apply static-analysis-workflow.md
Mode: Implementation (TDD)
Trigger: "Implement feature", "Write code", "Build..." Protocol: Load and apply tdd-protocol.md
Mode: Refactoring
Trigger: "Refactor", "Clean up", "Improve structure" Protocol: Load and apply refactoring-patterns.md
Engineering Standards
Consult core-engineering.md for Universal Standards including TDD Protocol, Security (OWASP), Testing, and Debugging workflows.