# ASDM Workspace ASDM (AI-Assisted Software Development Management) workspace for AI-assisted software development. ## Workspace Overview This workspace is configured with the following ASDM components: - **Toolsets**: `basic-tools`, `context-builder` - **Specs**: `code-review` - **Registry Version**: mock - **Workspace ID**: 36 ## Directory Structure ``` .asdm/ ├── contexts/ ## Workspace context files (to be built by Context Builder) ├── specs/ │ └── code-review/ ## Code review spec and guidelines │ ├── README.md │ └── manifest.json ├── toolsets/ │ ├── basic-tools/ ## Basic tools for git operations │ │ ├── actions/ ## Shortcut commands │ │ │ ├── asdm-start-project.md │ │ │ ├── asdm-git-commit.md │ │ │ └── asdm-git-commit-message.md │ │ ├── spec/ ## Git operation spec documents │ │ │ ├── git-commit-message-spec.md │ │ │ └── git-commit-spec.md │ │ ├── README.md │ │ ├── INSTALL.md │ │ └── manifest.json │ └── context-builder/ ## Context building toolset │ ├── actions/ ## Context build/update commands │ │ ├── asdm-context-build.md │ │ └── asdm-context-update.md │ ├── specs/ ## Context templates │ │ ├── index.md │ │ ├── architecture.md │ │ ├── api.md │ │ ├── data-models.md │ │ ├── deployment.md │ │ ├── standard-project-structure.md │ │ └── standard-coding-style.md │ ├── README.md │ ├── INSTALL.md │ └── manifest.json └── workspace-install.json ## Workspace configuration ``` ## Available Commands ### Basic Tools | Command | Description | |---------|-------------| | `/asdm-start-project` | Detect workspace context and start project in development mode | | `/asdm-git-commit-message` | Generate a standard git commit message | | `/asdm-git-commit` | Commit changes with generated commit message | ### Context Builder | Command | Description | |---------|-------------| | `/asdm-context-build` | Build context for the current workspace | | `/asdm-context-update` | Update context for the current workspace | ## Quick Start 1. **Install toolsets**: Follow instructions in each toolset's `INSTALL.md` 2. **Build context**: Run `/asdm-context-build` to initialize workspace context 3. **Start development**: Run `/asdm-start-project` to begin working ## Context Files After running `/asdm-context-build`, the following context files will be generated under `.asdm/contexts/`: | File | Purpose | |------|---------| | `index.md` | Index and guide for AI models to locate relevant context | | `architecture.md` | Architecture diagrams and component relationships | | `api.md` | API definitions, endpoints, parameters, and responses | | `data-models.md` | Data model definitions, relationships, and constraints | | `deployment.md` | Deployment process, environments, and configuration | | `standard-project-structure.md` | Standard project structure for the technology stack | | `standard-coding-style.md` | Standard coding style guidelines | ## Copyright & License Copyright (c) 2026 LeansoftX.com & iSoftStone. All rights reserved.