You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project-context-template.md 543B

123456789101112131415161718192021
  1. ---
  2. project_name: '{{project_name}}'
  3. user_name: '{{user_name}}'
  4. date: '{{date}}'
  5. sections_completed: ['technology_stack']
  6. existing_patterns_found: { { number_of_patterns_discovered } }
  7. ---
  8. # Project Context for AI Agents
  9. _This file contains critical rules and patterns that AI agents must follow when implementing code in this project. Focus on unobvious details that agents might otherwise miss._
  10. ---
  11. ## Technology Stack & Versions
  12. _Documented after discovery phase_
  13. ## Critical Implementation Rules
  14. _Documented after discovery phase_