Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
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.
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.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Generate professional Statements of Work for AI projects
Specification-driven development workflow: specify → plan → tasks → implement
Plan and execute tasks from PRDs with hierarchical subtasks, dependency tracking, and project memories. Features dashboard visualization, autonomous batch execution, and persistent memory for constraints, decisions, and conventions.
Engineering & tech skills: Code Review Checklist, Incident Postmortem, API Docs Writer, Architecture Decision Record, Debugging Log Analyser, PR Description Writer, System Design Interview, Changelog Generator, Test Strategy Doc, Runbook Writer, CI/CD Playbook, SLO & Error Budget, Developer Onboarding Doc, On-Call Runbook, Security Threat Model, Performance Budget, Database Schema Design, Database Migration Plan, Technical Debt Register, RFC Writer, Capacity Planning, Load Testing Plan, Disaster Recovery Plan, Feature Flag Guide, Dependency Audit, Service Catalog Entry, Monitoring Setup Guide, Local Dev Setup, API Versioning Strategy, Infra-as-Code Review, Engineering Weekly Report, Tech Radar, Sprint Velocity Analysis, Microservices Decomposition, Engineering Hiring Rubric. 35 structured skills for engineering teams, SREs, and technical PMs.
Dynamic task-based agentic delegation with builder/validator pairs and meta-prompt team orchestration
Project management and workflow commands
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