# ASDM Workspace Manifest > Auto-generated manifest describing the workspace structure, installed toolsets, and available commands. ## Workspace Info - **Path**: `/var/jenkins_home/workspace/asdm-workspace-exec/asdm-workspace-without-repo` - **Platform**: ASDM (AI-assisted Software Development Management) - **Generated**: 2026-07-27 ## Directory Structure ``` . ├── .asdm/ │ ├── contexts/ # L1-L3 context files (empty) │ ├── prototypes/ # Generated prototypes │ ├── toolsets/ # Installed toolsets │ │ ├── basic-tools/ │ │ ├── context-builder/ │ │ ├── context-builder0714/ │ │ ├── prd-builder/ │ │ ├── req-analyzer/ │ │ └── prototype-builder/ │ └── workspace/ # Workspace artifacts │ ├── features/ # Feature PRDs and task lists │ └── requirements/ # Requirement analysis artifacts │ └── prototypes/ ├── .codebuddy/ │ └── commands/ # CodeBuddy slash commands └── .workspace/ # Workspace metadata ``` ## Installed Toolsets | Toolset | ID | Version | Description | Commands | |---------|----|---------|-------------|----------| | Basic Tools | `basic-tools` | 0.0.2 | Basic git operations for AI-assisted development | `/asdm-start-project`, `/asdm-git-commit`, `/asdm-git-commit-message` | | Context Builder | `context-builder` | 0.3.0 | Large codebase context builder with sandwich architecture and progressive disclosure | `/asdm-context-init`, `/asdm-domain-discovery`, `/asdm-domain-index-build`, `/asdm-domain-context-build`, `/asdm-context-update` | | Context Builder (0714) | `context-builder0714` | 0.0.3 | Context builder variant (July 2024) | `/asdm-context-build`, `/asdm-context-update`, `/asdm-ddl-context-analysis` | | PRD Builder | `prd-builder` | 0.0.2 | Feature PRD planning, breakdown, and execution | `/asdm-prd-planning`, `/asdm-prd-breakdown`, `/asdm-prd-execution` | | Req Analyzer | `req-analyzer` | 0.0.1 | Requirement analysis: clarify, breakdown, prototype, document | `/req-clarify`, `/req-breakdown`, `/req-system-mapping`, `/req-prototype`, `/req-document` | | Prototype Builder | `prototype-builder` | 1.2.1.29712 | Rapid prototype generation (React/Vue/HTML/Mini Program) | `/asdm-prototype-create`, `/asdm-prototype-scaffold` | ## Available Commands All commands are registered in `.codebuddy/commands/`: ### Basic Tools - `/asdm-start-project` - Detect workspace context and start project in dev mode - `/asdm-git-commit` - Commit changes with generated commit message - `/asdm-git-commit-message` - Generate standard git commit message ### Context Builder - `/asdm-context-init` - Initialize project top-level index (L1) - `/asdm-domain-discovery` - Discover domains in the codebase - `/asdm-domain-index-build` - Build domain index (L2) - `/asdm-domain-context-build` - Build domain detail context (L3) - `/asdm-context-update` - Incrementally update context ### PRD Builder - `/asdm-prd-planning` - Plan tasks for a feature - `/asdm-prd-breakdown` - Break down feature into tasks - `/asdm-prd-execution` - Execute tasks for a feature ### Req Analyzer - `/req-clarify` - Structured clarification of business requirements - `/req-breakdown` - Break down requirements into feature list - `/req-system-mapping` - Map features to system functions - `/req-prototype` - Generate React prototype from requirements - `/req-document` - Generate standardized requirement document ### Prototype Builder - `/asdm-prototype-create` - Generate complete prototype from requirements - `/asdm-prototype-scaffold` - Scaffold project with specific tech stack ## Workflow Artifacts | Artifact Type | Path | Status | |---------------|------|--------| | Context (L1-L3) | `.asdm/contexts/` | Empty - not yet built | | Prototypes | `.asdm/prototypes/` | Empty - not yet generated | | Features | `.asdm/workspace/features/` | Empty - no features planned | | Requirements | `.asdm/workspace/requirements/` | Empty - no requirements analyzed | ## Recommended Workflow 1. **Start Project**: `/asdm-start-project` - Initialize workspace context 2. **Build Context**: `/asdm-context-init` -> `/asdm-domain-index-build` -> `/asdm-domain-context-build` 3. **Analyze Requirements**: `/req-clarify` -> `/req-breakdown` -> `/req-prototype` -> `/req-document` 4. **Plan & Execute**: `/asdm-prd-planning` -> `/asdm-prd-breakdown` -> `/asdm-prd-execution` 5. **Commit**: `/asdm-git-commit-message` -> `/asdm-git-commit`