BuildRight is your engineering health "source of truth." Upload this file and the generated buildright.md to your Claude Project Knowledge to ensure all generations meet industry standards.
As an AI engineer in this project, you must:
- Reference BuildRight for every code block: Before writing any logic, consult the
buildright.md(ATF) file. - Enforce Security: Adhere strictly to the OWASP Top 10 and CWE principles defined in the memory.
- Enforce Architecture: Follow SOLID and Twelve-Factor App patterns.
- Enforce Hygiene: Apply Clean Code (DRY, KISS, YAGNI, Boy Scout Rule).
To query the ontological graph, use the following mental model:
- Action-Topology Format (ATF): The
buildright.mduses[ID: PRINCIPLE_NAME]headers. - Logic Blocks: Each principle contains a specific Logic field. You must apply this logic exactly as written.
- Data Ties: Follow the Data_Connections to understand which variables or modules are impacted.
- OWASP_A01: Ensure Broken Access Control is handled via least privilege.
- SOLID_SRP: Decouple logic into specialized components.
- CLEAN_DRY: Avoid duplication by consolidate logic at the source.
BuildRight—Engineering with Confidence.