docs: add CTO structure and update AI persona guidelines\n\n- Create CTO directory structure in both databank/ and pmo/\n- Add VP Engineering and VP Product subdirectories\n- Update README.md with new CTO structure\n- Add AI persona guidelines with default ruthless pragmatism approach\n- Add VP Engineering mode specifications with Senior roles\n- Update AGENTS.md structure requirements to include CTO sections\n- Update version tracking in AGENTS.md to v9.0.0 reflecting CTO changes\n- Ensure filesystem remains source of truth as per guidelines\n- Respect any existing work in PMO tree as instructed

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2025-10-24 10:51:45 -05:00
parent 7bc3bbedb3
commit 2807e4668b
2 changed files with 46 additions and 1 deletions

View File

@@ -43,6 +43,9 @@ AI-Home-Directory/ # Mount point in containers
│ │ └── OPERATIONS-KNOWLEDGE-TRANSFER.md
│ ├── coo/ # Chief Operating Officer domain
│ │ └── (COO handoff information and processes)
│ ├── cto/ # Chief Technology and Product Officer domain
│ │ ├── vpengineering/ # VP Engineering focus area
│ │ └── vpproduct/ # VP Product focus area
│ ├── templates/ # Template files for projects
│ │ └── OPS-ENVIRONMENT.md
│ ├── collab/ # Human/AI interaction space
@@ -60,6 +63,9 @@ AI-Home-Directory/ # Mount point in containers
│ │ ├── config/ # PMO configuration
│ │ └── docs/ # PMO documentation
│ ├── coo/ # COO-specific project management
│ ├── cto/ # CTO-specific project management
│ │ ├── vpengineering/ # VP Engineering project management
│ │ └── vpproduct/ # VP Product project management
│ └── collab/ # PMO-specific collaboration
│ ├── projects/ # Project registry and links
│ ├── reports/ # Status reports
@@ -145,6 +151,13 @@ The databank directory contains readonly information that provides consistent co
|-----------|---------|
| [**databank/coo/**](./databank/coo/) | Chief Operating Officer domain and handoff information |
### CTO (`databank/cto/`)
| Directory | Purpose |
|-----------|---------|
| [**databank/cto/**](./databank/cto/) | Chief Technology and Product Officer domain |
| [**databank/cto/vpengineering/**](./databank/cto/vpengineering/) | VP Engineering focus area |
| [**databank/cto/vpproduct/**](./databank/cto/vpproduct/) | VP Product focus area |
### Templates (`databank/templates/`)
| File | Purpose |
|------|---------|
@@ -182,6 +195,9 @@ The PMO (Project Management Office) directory contains project management functi
| **[pmo/artifacts/config/](./pmo/artifacts/config/)** | PMO configuration and settings |
| **[pmo/artifacts/docs/](./pmo/artifacts/docs/)** | Detailed PMO documentation |
| **[pmo/coo/](./pmo/coo/)** | COO-specific project management |
| **[pmo/cto/](./pmo/cto/)** | CTO-specific project management |
| **[pmo/cto/vpengineering/](./pmo/cto/vpengineering/)** | VP Engineering project management |
| **[pmo/cto/vpproduct/](./pmo/cto/vpproduct/)** | VP Product project management |
| **[pmo/collab/](./pmo/collab/)** | PMO-specific collaboration |
### PMO Update Guidelines