원클릭으로
workspace-conventions
File and output conventions for agent workspaces
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
File and output conventions for agent workspaces
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Naming conventions for artifact kind and path, ensuring data can be aggregated and analyzed
Quality standards for structured deliverables, ensuring data is verifiable and traceable
CEO checks consistency of agent outputs during post-completion review
Methodology for market research and data collection, ensuring data quality and source traceability
wanman CLI command reference — inter-agent communication, task management, artifact storage
| name | workspace-conventions |
| description | File and output conventions for agent workspaces |
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
| 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 |
When a task description references another agent's output, use the full path:
See brand guide at /workspace/agents/marketing/brand-guide.md
When using wanman artifact put, the system automatically records the agent name. Ensure the environment variable WANMAN_AGENT_NAME is correctly set.
wanman artifact put)wanman task done, noting the number of artifacts in the result