feat: Sync latest templates from blackroad-sandbox

 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Alexa Louise
2025-12-12 01:38:14 -06:00
committed by Your Name
parent 806c200ddd
commit d9c4a93cf0
30 changed files with 8732 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"title": "{{PROJECT_NAME}} - Technical Specification",
"sections": [
{
"heading": "\ud83c\udfaf Overview",
"content": "{{OVERVIEW}}"
},
{
"heading": "\ud83c\udfd7\ufe0f Architecture",
"content": "{{ARCHITECTURE}}"
},
{
"heading": "\ud83d\udcca Data Models",
"content": "{{DATA_MODELS}}"
},
{
"heading": "\ud83d\udd0c API Endpoints",
"content": "{{API_ENDPOINTS}}"
},
{
"heading": "\ud83d\udd10 Security",
"content": "{{SECURITY}}"
},
{
"heading": "\ud83d\udcc8 Performance",
"content": "{{PERFORMANCE}}"
},
{
"heading": "\ud83e\uddea Testing Strategy",
"content": "{{TESTING}}"
}
]
}