✨ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
33 lines
731 B
JSON
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}}"
|
|
}
|
|
]
|
|
} |