docs: update repository structure, add COO directories, and merge v2 proposal updates\n\n- Update main README.md repository structure to reflect current state\n- Remove context/ directory from databank as per new structure\n- Add COO sections to both databank/ and pmo/ directories\n- Create COO directories for transition to Albert\n- Add GLOSSARY.md template for project use\n- Update AGENTS.md to include COO transition information for Albert\n- Add rule requiring acronyms to be defined when first used\n- Add GLOSSARY requirement for all projects\n- Update PMO section to explain PMO (Project Management Office) acronym\n- Merge updates from PROPOSAL-AGENTS-v2.md into current AGENTS.md\n- Update version tracking in AGENTS.md to v8.0.0 reflecting COO changes\n- Add change tracking table to README.md\n- Reflect that project management artifacts stay local to projects with PMO linking to them\n- Update authority structure to include Albert's future role in COO transition
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
45
pmo/artifacts/projects/project-template.json
Normal file
45
pmo/artifacts/projects/project-template.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "[Project Name]",
|
||||
"id": "[Unique Project ID]",
|
||||
"status": "Active",
|
||||
"priority": "Medium",
|
||||
"health": "Green",
|
||||
"last_updated": "YYYY-MM-DD HH:MM:SS",
|
||||
"tracking_url": "[Link to project-specific tracking system]",
|
||||
"owner": "[Project owner]",
|
||||
"dependencies": [],
|
||||
"due_date": "[Key milestone or completion date]",
|
||||
"progress": 0,
|
||||
"next_milestone": "[Next major milestone to achieve]",
|
||||
"description": "[Detailed description of the project]",
|
||||
"objectives": [
|
||||
"[Objective 1]",
|
||||
"[Objective 2]",
|
||||
"[Objective 3]"
|
||||
],
|
||||
"milestones": [
|
||||
{
|
||||
"name": "[Milestone 1]",
|
||||
"target_date": "[Date]",
|
||||
"status": "Not Started"
|
||||
},
|
||||
{
|
||||
"name": "[Milestone 2]",
|
||||
"target_date": "[Date]",
|
||||
"status": "Not Started"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"team_members": [],
|
||||
"budget": null,
|
||||
"tools": []
|
||||
},
|
||||
"risks": [
|
||||
{
|
||||
"risk": "[Risk 1]",
|
||||
"impact": "Medium",
|
||||
"mitigation_strategy": "[How to mitigate]"
|
||||
}
|
||||
],
|
||||
"notes": "[Any additional notes about the project]"
|
||||
}
|
||||
Reference in New Issue
Block a user