Files
blackroad-tools/templates/google-drive/TEMPLATE-DOC-TECHNICAL-SPEC.json
Alexa Louise 7365b6a512 feat: Sync latest templates from blackroad-sandbox
 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 01:38:04 -06:00

33 lines
731 B
JSON

{
"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}}"
}
]
}