Team Space Management
Manage team template spaces and configuration
Overview
A team space is the management unit for team-shared resources, including template libraries, document repositories, and workflow configurations.
Accessing Team Space
- Log in to AgileBuilder Console
- Select your team
- Go to「Team Space」
Template Library Management
Template Categories
Create categories for team templates:
| Category | Purpose | Examples |
|---|---|---|
| Frontend | Frontend project templates | react-app, vue-admin |
| Backend | Backend project templates | node-api, python-django |
| Full-stack | Full-stack project templates | next-fullstack |
| Mobile | Mobile templates | react-native |
Adding Templates
Method 1: Console
- Go to「Template Library」
- Click「Add Template」
- Select source (Git/upload/marketplace)
Method 2: CLI
agilebuilder template add https://github.com/org/repo.git --team my-team
Document Library Management
Document Organization
We recommend using a tree structure for documents:
docs/
├── Standards/
│ ├── coding-standards/
│ ├── api-standards/
│ └── security-standards/
├── Best-Practices/
│ ├── frontend/
│ └── backend/
└── Architecture/
├── system-architecture/
└── module-design/
Document Versioning
Each document supports versioning:
- Document history tracking
- Rollback to previous versions
- Version comparison
Workflow Configuration
Built-in Workflows
Teams can extend the platform's built-in workflows or create custom ones.
Custom Workflows
Configure in the「AI Workflow」page:
workflows:
- name: Team Standard Process
trigger:
- "Create project"
steps:
- action: listTemplates
team: my-team
- action: queryDocs
docs: team-standards
- action: generateProject
Team Settings
Basic Settings
- Team name and icon
- Team description
- Team URL
Visibility Settings
| Setting | Description |
|---|---|
| Template visibility | Private/Team/Public |
| Document visibility | Private/Team/Public |
| Workflow visibility | Private/Team/Public |
Review Settings
You can enable template/document review workflows:
- Member submits changes
- Admin reviews
- Published after approval
Statistics and Logs
Usage Statistics
View team resource usage:
- Template usage count
- Document access count
- Workflow execution count
Audit Logs
Record all operations:
- Who did what and when
- Useful for auditing and troubleshooting
Next Steps
- Team Member Management - Manage team members
- Team Best Practices - Team usage recommendations