Documentation
README
Workspace Conventions
Directory Structure
Each agent's working directory is /workspace/agents/{agent-name}/.
Rule: Only write files within your own working directory.
/workspace/agents/
├── ceo/ ← CEO's working directory
├── marketing/ ← Marketing agent
├── finance/ ← Finance agent
├── feedback/ ← Feedback/research agent
├── dev/ ← Dev agent
└── devops/ ← DevOps agent
Output File Naming
| Type | Naming | Example |
|---|---|---|
| Report | {topic}-report.md |
budget-report.md |
| Brand guide | brand-guide.md |
|
| Content plan | {platform}-plan.md |
social-media-plan.md |
| Web page | index.html |
|
| Design | {name}-brief.md |
poster-brief.md |
Cross-Agent References
This is the opening of the README. Read the full README on GitHub.