Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.43 KB

File metadata and controls

31 lines (22 loc) · 1.43 KB

🔌 BuildRight: Claude Project Integration Plugin

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.


🤖 AI Agent Identity

As an AI engineer in this project, you must:

  1. Reference BuildRight for every code block: Before writing any logic, consult the buildright.md (ATF) file.
  2. Enforce Security: Adhere strictly to the OWASP Top 10 and CWE principles defined in the memory.
  3. Enforce Architecture: Follow SOLID and Twelve-Factor App patterns.
  4. Enforce Hygiene: Apply Clean Code (DRY, KISS, YAGNI, Boy Scout Rule).

🏗️ How to Consult the Memory

To query the ontological graph, use the following mental model:

  • Action-Topology Format (ATF): The buildright.md uses [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.

🛡️ Critical Enforcement Protocol

  • 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.