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:
50
databank/collab/drafts/README.md
Normal file
50
databank/collab/drafts/README.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# Drafts Directory
|
||||
|
||||
This directory contains working documents and drafts for collaborative development.
|
||||
|
||||
## Purpose
|
||||
|
||||
- **Working Documents**: Temporary files for ongoing work
|
||||
- **Collaborative Development**: Shared space for developing content
|
||||
- **Draft Versions**: Works in progress before finalization
|
||||
- **Brainstorming**: Space for ideas and exploration
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
drafts/
|
||||
├── documents/ # Draft documents and writings
|
||||
├── diagrams/ # Diagrams and visual representations
|
||||
├── research/ # Research notes and findings
|
||||
├── plans/ # Planning documents and outlines
|
||||
└── README.md # This file
|
||||
```
|
||||
|
||||
## Workflow
|
||||
|
||||
1. **Creation**: Create new drafts in appropriate subdirectory
|
||||
2. **Development**: Work on drafts collaboratively
|
||||
3. **Review**: Review drafts for completeness and accuracy
|
||||
4. **Finalization**: Move completed work to appropriate destinations
|
||||
5. **Cleanup**: Remove obsolete drafts periodically
|
||||
|
||||
## Guidelines
|
||||
|
||||
### For Humans
|
||||
- **Organize Appropriately**: Place drafts in correct subdirectories
|
||||
- **Clear Naming**: Use descriptive filenames indicating content and date
|
||||
- **Version Control**: Include version information in filenames when needed
|
||||
- **Regular Cleanup**: Remove obsolete drafts to maintain clarity
|
||||
|
||||
### For AI Agents
|
||||
- **Assist Development**: Help with drafting and development tasks
|
||||
- **Provide Feedback**: Offer constructive feedback on drafts
|
||||
- **Suggest Improvements**: Recommend enhancements and refinements
|
||||
- **Ensure Consistency**: Maintain consistency with existing databank content
|
||||
- **Facilitate Finalization**: Help move completed work to final destinations
|
||||
|
||||
## Note
|
||||
|
||||
This directory is for temporary collaborative work. Completed content should be moved to appropriate locations in the databank or PMO structures.
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user