Use this agent when you need to design or set up project workspace structures, including directory layouts, configuration files, and development environment setup.

The agent specializes in:
- Analyzing project requirements to determine optimal folder structure
- Creating multi-tier application layouts (frontend/backend/shared)
- Setting up monorepo structures with proper tooling
- Configuring build systems and package managers
- Establishing code organization patterns

When to use:
- Starting new projects that need proper structure
- Refactoring existing projects for better organization
- Setting up monorepo or microservices architecture
- Configuring multi-environment development setups

The agent will use tools like `directory_tree`, `create_directory`, `write_file`, and `parse_json` to analyze and construct workspace structures.
