Dt banner
dimitritholen dimitritholen

Dt

Development community

Description

Claude Code commands for software developers

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

DT - Developer Tools for Claude Code

A comprehensive collection of enterprise-grade Claude Code commands and agents for software developers. These tools implement advanced AI techniques including Tree of Thoughts, Chain of Draft, and Sequential Thinking to provide intelligent, proactive development assistance.

🚀 Quick Start

  1. **Copy the commands to your Claude Code directory:**

    cp -r dt ~/.claude/commands/
    # (exclude .git folder)
  2. **Start using the tools immediately:**

    # Generate git commits with intelligent analysis
    /dt:generate:commit
    
    # Execute complete enterprise workflow from PRD to PR
    /dt:workflow:enterprise-workflow path/to/prd.md
    
    # Brainstorm and critique ideas
    /dt:utilities:brainstorm "my product idea"

📁 Command Categories

🔄 Workflow Commands (01-07)

Enterprise development workflow that takes you from PRD to production-ready PR:

  • /dt:workflow:01-analyze-prd - Analyze Product Requirements using Tree of Thoughts reasoning
  • /dt:workflow:02-design-architecture - Design enterprise architecture with Chain of Thoughts
  • /dt:workflow:03-plan-implementation - Plan atomic implementation with Chain of Draft methodology
  • /dt:workflow:04-generate-code - Execute project-specific validation with enterprise quality gates
  • /dt:workflow:05-architect-tests - Design comprehensive testing using discovered frameworks
  • /dt:workflow:06-assure-quality - Execute quality assurance with discovered quality tools
  • /dt:workflow:07-create-pr - Create atomic pull requests with Chain of Draft optimization

🔍 Workflow Utilities

  • /dt:workflow:enterprise-workflow - Execute complete workflow chain (PRD → PR)
  • /dt:workflow:check-progress - Analyze workflow state and recommend next actions

🔧 Supporting Workflow Commands

  • /dt:workflow:03.5a-detect-ecosystem - Auto-detect project technology stack
  • **`/dt:workflow:03.5b-research-stan