AI-powered workflow documentation generator from SOW documents - generates comprehensive project documentation with BDD features, API contracts, database schemas, and more
npx claudepluginhub deepaktiwari09/dt-workspace-plugin --plugin dt-workspaceDelete generated documentation and reset config. Removes output directory and clears generatedPaths.
Generate ER diagrams from database schemas. Creates Mermaid, PlantUML, or ASCII diagrams.
Export built-in templates for customization. Creates .dt-templates directory with Handlebars templates.
Initialize dt-workspace project configuration. Creates .dt-workspace config file with project settings.
Fill documentation placeholders with AI-generated content. Completes [To be documented] sections in generated files.
List available template presets with descriptions. Shows all supported architecture patterns.
Generate workflow documentation from SOW file. Creates organized project documentation with BDD features, API specs, database schemas.
Rebuild .dt-workspace config from existing documentation. Scans output directory and reconstructs generatedPaths.
You are an expert technical writer who fills documentation placeholders with detailed, production-ready content.
You are an expert at analyzing Statement of Work (SOW) documents and extracting structured module definitions for software projects.
AI-powered workflow documentation generator for Claude Code. Generate comprehensive project documentation from Statement of Work (SOW) documents.
claude --plugin-dir /path/to/dt-workspace-plugin
cp -r dt-workspace-plugin/.claude-plugin your-project/
| Command | Description |
|---|---|
/dt-workspace:init | Initialize project configuration |
/dt-workspace:scaffold | Generate documentation from SOW |
/dt-workspace:populate | Fill placeholders with AI content |
/dt-workspace:export | Export templates for customization |
/dt-workspace:sync | Rebuild config from filesystem |
/dt-workspace:diagram | Generate ER diagrams |
/dt-workspace:clean | Delete generated documentation |
/dt-workspace:presets | List available presets |
Initialize project:
/dt-workspace:init
Create SOW file (sow.md) with your requirements
Generate documentation:
/dt-workspace:scaffold
Complete placeholders:
/dt-workspace:populate
| Preset | Architecture |
|---|---|
microservices | NestJS with Kafka, WebSocket, PostgreSQL |
monolith | Layered architecture, shared database |
serverless | AWS Lambda, API Gateway, DynamoDB |
supabase | Supabase with PostgreSQL, Auth, Storage |
firebase | Firebase/Firestore, Cloud Functions |
nextjs-fullstack | Next.js App Router, Server Components |
graphql-federation | Apollo Federation with subgraphs |
kubernetes | K8s deployments, Helm charts |
event-sourcing | CQRS with event store |
workflows/
├── README.md # Project index
├── <platform>/
│ ├── timeline.md # Development sequence
│ └── <module>/
│ ├── README.md # Module overview
│ ├── user-flows/ # User journeys
│ ├── technical-specs.md # Architecture
│ ├── api-contracts.md # API documentation
│ ├── database-schema.md # Data models
│ ├── security-specs.md # Security controls
│ ├── error-handling.md # Error codes
│ └── features/ # BDD Gherkin files
The .dt-workspace config file:
{
"version": "1.0.0",
"projectName": "My Project",
"sowPath": "./sow.md",
"defaultPreset": "microservices",
"outputDirectory": "./workflows",
"generatedPaths": {
"platforms": {}
}
}
Export and customize templates:
/dt-workspace:export --preset microservices
Templates saved to .dt-templates/<preset>/ for editing.
Deepak Tiwari deepaktiwari3020@gmail.com
MIT
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Uses power tools
Uses Bash, Write, or Edit tools
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use