From dt-workspace
Initialize dt-workspace project configuration. Creates .dt-workspace config file with project settings.
npx claudepluginhub deepaktiwari09/dt-workspace-plugin --plugin dt-workspace[project-name]# Initialize DT-Workspace Project Initialize a new dt-workspace configuration for documentation generation. ## Steps 1. **Check for existing config**: Look for `.dt-workspace` file in current directory 2. **If exists**: Ask user if they want to overwrite 3. **Gather information** using AskUserQuestion: - Project name (default: directory name or argument) - SOW file path (default: ./sow.md) - Preset selection (microservices/monolith/serverless/supabase/firebase/nextjs-fullstack/graphql-federation/kubernetes/event-sourcing) - Output directory (default: ./workflows) 4. **Create...
/initInitializes beads issue tracking database in current directory with optional prefix (defaults to dir name). Shows DB location, prefix, workflow overview, next steps; displays stats if already set up.
/initInitializes guided UI design for dashboards, apps, and tools. Assesses intent, proposes styles with rationale, builds components, and offers to save patterns.
/initDownloads and installs/updates the platform-specific notification binary for claude-notifications plugin from GitHub into the plugin's bin directory.
/initInitializes or re-boots llmdoc/ directory structure, runs multi-themed project investigations with investigator, and generates initial stable docs via recorder.
/initInitializes AI task harness with ai/tasks/ directory for modular backlog, progress log, bootstrap script, and CLAUDE.md instructions. Supports --mode new|scan and --task-type ops|data|infra|manual.
/initScans ~/.claude/agents/ for custom agent files, lets user select which to import/register into orchestration plugin registry, updates JSON registry and documentation.
Initialize a new dt-workspace configuration for documentation generation.
Check for existing config: Look for .dt-workspace file in current directory
If exists: Ask user if they want to overwrite
Gather information using AskUserQuestion:
Create .dt-workspace file:
{
"version": "1.0.0",
"projectName": "<from user>",
"sowPath": "<from user>",
"defaultPreset": "<from user>",
"outputDirectory": "<from user>",
"generatedAt": "<ISO timestamp>",
"generatedPaths": {
"platforms": {}
}
}
Verify SOW file exists: Check if sowPath file exists, warn if not
Display summary:
DT-WORKSPACE INITIALIZED
Configuration: .dt-workspace
Project: <name>
SOW Path: <path>
Preset: <preset>
Output: <directory>
Next steps:
1. Ensure SOW file exists at <sowPath>
2. Run /dt-workspace:scaffold to generate documentation