/workspace-conventions
File and output conventions for agent workspaces
$ npx -y skills add chekusu/wanman --skill workspace-conventions --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/workspace-conventions
Context preview
The summary Claude sees to decide when to auto-load this skill.
File and output conventions for agent workspaces
SKILL.md
workspace-conventions.SKILL.mdname: workspace-conventions
description: File and output conventions for agent workspaces
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
When a task description references another agent's output, use the full path:
See brand guide at /workspace/agents/marketing/brand-guide.md
Agent Name Identifier
When using `wanman artifact put`, the system automatically records the agent name. Ensure the environment variable `WANMAN_AGENT_NAME` is correctly set.
Task Completion Checklist
1. Write key data to artifacts (`wanman artifact put`) 2. Write detailed reports to MD files 3. Mark the task as done with `wanman task done`, noting the number of artifacts in the result
Read more
name: workspace-conventions description: File and output conventions for agent workspaces
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
When a task description references another agent's output, use the full path:
See brand guide at /workspace/agents/marketing/brand-guide.md
Agent Name Identifier
When using `wanman artifact put`, the system automatically records the agent name. Ensure the environment variable `WANMAN_AGENT_NAME` is correctly set.
Task Completion Checklist
1. Write key data to artifacts (`wanman artifact put`) 2. Write detailed reports to MD files 3. Mark the task as done with `wanman task done`, noting the number of artifacts in the result
Agent Matrix framework — run a supervised network of Claude Code or Codex agents that collaborate on your machine. wanman is an open-source local-mode agent matrix framework.
Repo: chekusu/wanman
Other skills on wanman.
- /artifact-naming
Naming conventions for artifact kind and path, ensuring data can be aggregated and analyzed
Open skill - /artifact-quality
Quality standards for structured deliverables, ensuring data is verifiable and traceable
Open skill - /cross-validation
CEO checks consistency of agent outputs during post-completion review
Open skill - /research-methodology
Methodology for market research and data collection, ensuring data quality and source traceability
Open skill - /wanman-cli
wanman CLI command reference — inter-agent communication, task management, artifact storage
Open skill

