✨ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
94 lines
2.0 KiB
JSON
94 lines
2.0 KiB
JSON
{
|
|
"name": "TEMPLATE-PROJECT-FOLDER",
|
|
"folders": [
|
|
{
|
|
"name": "00-PROJECT-CHARTER",
|
|
"type": "folder"
|
|
},
|
|
{
|
|
"name": "01-ROADMAP",
|
|
"type": "folder"
|
|
},
|
|
{
|
|
"name": "02-TEAM-ROSTER",
|
|
"type": "folder"
|
|
},
|
|
{
|
|
"name": "03-MEETING-NOTES",
|
|
"type": "folder"
|
|
},
|
|
{
|
|
"name": "04-DELIVERABLES",
|
|
"type": "folder"
|
|
},
|
|
{
|
|
"name": "05-RESOURCES",
|
|
"type": "folder"
|
|
}
|
|
],
|
|
"files": [
|
|
{
|
|
"name": "PROJECT-CHARTER.gdoc",
|
|
"type": "document",
|
|
"content": {
|
|
"title": "{{PROJECT_NAME}} - Project Charter",
|
|
"sections": [
|
|
{
|
|
"heading": "\ud83d\udccb Project Overview",
|
|
"content": "{{PROJECT_DESCRIPTION}}"
|
|
},
|
|
{
|
|
"heading": "\ud83c\udfaf Objectives",
|
|
"content": "{{OBJECTIVES}}"
|
|
},
|
|
{
|
|
"heading": "\ud83d\udc65 Team",
|
|
"content": "{{TEAM_MEMBERS}}"
|
|
},
|
|
{
|
|
"heading": "\ud83d\udcc6 Timeline",
|
|
"content": "{{TIMELINE}}"
|
|
},
|
|
{
|
|
"heading": "\ud83d\udcb0 Budget",
|
|
"content": "{{BUDGET}}"
|
|
},
|
|
{
|
|
"heading": "\ud83d\ude80 Success Criteria",
|
|
"content": "{{SUCCESS_CRITERIA}}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "ROADMAP.gsheet",
|
|
"type": "spreadsheet",
|
|
"content": {
|
|
"sheets": [
|
|
{
|
|
"name": "Timeline",
|
|
"columns": [
|
|
"Phase",
|
|
"Start Date",
|
|
"End Date",
|
|
"Status",
|
|
"Owner",
|
|
"Dependencies"
|
|
],
|
|
"rows": []
|
|
},
|
|
{
|
|
"name": "Milestones",
|
|
"columns": [
|
|
"Milestone",
|
|
"Target Date",
|
|
"Status",
|
|
"Deliverables"
|
|
],
|
|
"rows": []
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |