fix: correct databank architecture and implement proper CTO/COO structure\n\n- Remove incorrectly placed human/llm directories from databank root\n- Restructure databank with everything under databank/artifacts/ as requested\n- Implement proper CTO/COO structure under pmo/artifacts/ with complete PMO components\n- Create comprehensive collab/ directory structure for human/AI communication\n- Remove Joplin processing scripts and references as requested\n- Create proper scaffolding directories for quick domain standup\n- Update README documentation to reflect corrected architecture\n- Ensure only collab/ directories are editable by humans\n- AI agents manage databank/artifacts/ based on collab/ communications\n- Create structured intake templates and collaboration workflows\n- Maintain clear separation between readonly databank and read-write PMO\n- Implement proper single source of truth with AI-managed artifacts
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
24
pmo/artifacts/scaffolding/README.md
Normal file
24
pmo/artifacts/scaffolding/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# PMO Scaffolding Templates
|
||||
|
||||
This directory contains templates for quickly standing up new PMO components.
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
scaffolding/
|
||||
├── domain-template/ # Template for new PMO domains
|
||||
│ ├── README.md # Domain overview and purpose
|
||||
│ ├── dashboard/ # Dashboard components and views
|
||||
│ ├── projects/ # Project management components
|
||||
│ ├── reports/ # Reporting components
|
||||
│ ├── resources/ # Resource management components
|
||||
│ ├── config/ # Configuration components
|
||||
│ └── docs/ # Documentation components
|
||||
└── README.md # This file
|
||||
```
|
||||
|
||||
## Purpose
|
||||
|
||||
The scaffolding directory provides templates for quickly creating new PMO components when needed.
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user