dotai

Complete development toolkit - documentation, PRDs, debugging, PR workflows, and planning

View on GitHub
Author udecode
Namespace @udecode/dotai
Category general
Version 1.0.0
Stars 1,127
Downloads 6
self.md verified
Table of content

Complete development toolkit - documentation, PRDs, debugging, PR workflows, and planning

Installation

npx claude-plugins install @udecode/dotai/dotai

Contents

Folders: commands

Files: README.md

Documentation

Complete development toolkit for software projects. Combines documentation generation (design docs, tech stack) with development workflows (PRs, planning).

Features

๐ŸŽจ Design Documentation

๐Ÿ”ง Technical Documentation

๐Ÿ“‹ Cursor Rules

๐Ÿ“ Project Structure

๐Ÿ”ง Error Fixing

๐Ÿ”€ Git & PR Workflows

๐Ÿง  Planning

Installation

Run /docs:install to install prerequisites, or manually:

npx shadcn@latest add https://raw.githubusercontent.com/udecode/dotai/main/registry/main.json

Commands

Design Documentation Commands

/create-app-design

Generate a comprehensive Application Design Document with interactive Q&A, project stage assessment.

/create-app-design

/update-app-design

Update existing app design document to reflect codebase changes and project evolution.

/update-app-design

Tech Stack Commands

/create-tech-stack

Generate comprehensive technical stack documentation with exact versions, configurations, and architecture patterns.

/create-tech-stack

/update-tech-stack

Update tech stack documentation based on dependency changes and technical evolution.

/update-tech-stack

Cursor Rules Commands

/create-rule

Create a new Cursor rule file with proper structure, conventions, and real codebase examples.

/create-rule component naming conventions

/update-rule

Update existing Cursor rules based on new patterns or codebase evolution.

/update-rule

Project Structure Commands

/create-doc

Enter “Documentation Mode” to generate comprehensive feature documentation with code exploration and pattern analysis.

/create-doc authentication feature

Git & PR Commands

/pr

Create pull request with full workflow and code review.

/pr

Features: Comprehensive PR description, test plan, code review process, Claude Code attribution

/draft-pr

Create draft pull requests quickly without review overhead.

/draft-pr

Best for: WIP, quick sharing, early feedback

Planning Commands

/how

Implementation planning prompt - align on approach before coding.

/how

Prompts for: Clear understanding, step-by-step plan, file changes, potential issues, success criteria

Critical: Waits for approval before implementation

Documentation Workflow

# 1. Project Setup
/create-app-design
/create-tech-stack

# 2. Update Docs
/update-app-design
/update-tech-stack

Output: .claude/rules/ contains 1-app-design-document.mdc, 2-tech-stack.mdc

Best Practices

Troubleshooting

Commands Not Appearing: Restart Claude Code, verify with /help

Version History

4.0.0

3.0.0

2.0.0

1.0.0

License

MIT

Author

zbeyens

Source

View on GitHub

Tags: general