50 lines
1.8 KiB
Markdown
50 lines
1.8 KiB
Markdown
# 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.
|
|
|
|
--- |