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:
33
templates/google-drive/TEMPLATE-DOC-TECHNICAL-SPEC.json
Normal file
33
templates/google-drive/TEMPLATE-DOC-TECHNICAL-SPEC.json
Normal 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}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user