By a1865818
Spec Driven Development workflow tools including planning, code review, research, and commit workflows
Locates files, directories, and components relevant to a feature or task. Call with a human language prompt describing what you're looking for. Ideal for multi-pass searches across file names and content.
Finds similar implementations, usage examples, or existing patterns that can be modeled after. Returns concrete code examples with file:line references. Like codebase-locator, but also reads and extracts code details.
Use this agent proactively when the user needs documentation, implementation guidance, or technical research for any library, framework, API, or technology. Examples: <example>Context: User needs help with a React framework feature. user: 'How do I implement React hooks with TypeScript?' assistant: 'I will use the documentation-research-agent to get the latest React and TypeScript documentation to provide you with the best implementation approach.' <commentary>Since the user needs documentation about React and TypeScript, use the documentation-research-agent to fetch comprehensive documentation.</commentary></example> <example>Context: User wants to integrate a payment system. user: 'I need to integrate the Stripe payment API into my checkout flow' assistant: 'Let me use the documentation-research-agent to retrieve the latest Stripe documentation and create an implementation plan for your checkout integration.' <commentary>The user needs API documentation and implementation guidance, so the documentation-research-agent should be used.</commentary></example> <example>Context: User needs help with a database library. user: 'Can you help me set up Prisma ORM with PostgreSQL?' assistant: 'I\'ll use the documentation-research-agent to fetch the latest Prisma and PostgreSQL documentation to guide you through the setup process.' <commentary>The user needs documentation for database tools, use the documentation-research-agent for comprehensive guidance.</commentary></example>
Efficiently extracts implementation context from large plan files using grep patterns. Use this agent before implementing a plan to reduce context window usage. Pass the plan file path and optionally a specific phase number.
Deep-dive research agent for analyzing documents in the thoughts/ directory. Use when you want to extract high-value, actionable insights from research documents, plans, or notes.
Create git commits for changes made during this session
Create detailed implementation plans through interactive process
Generate comprehensive pull request description
Implement an approved technical plan phase by phase
Install dex Codex agent definitions (.toml) globally to ~/.codex/agents/ so they are available in all projects. Creates the directory if needed and writes all agent files.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Language-agnostic Spec Driven Development workflow tools for Claude Code, Cursor, and Codex.
Works with any project: Python, TypeScript, .NET, Go, Rust, etc.
New to the pipeline? Read the Architecture Workflow Pipeline Guide for a step-by-step walkthrough of how to use these tools in Cursor and Claude Code to maximize your coding workflow.
Claude Code:
claude plugin install dex
Or from within Claude Code:
/plugin install dex
Codex: Install via the repository-scoped marketplace, then run the install-codex-agents skill to set up sub-agents.
| Skill | Description |
|---|---|
/dex:commit | Create git commits following conventional commits |
/dex:create-plan | Create detailed implementation plans |
/dex:describe-pr | Generate PR descriptions |
/dex:implement-plan | Execute implementation plans phase by phase |
/dex:research-codebase | Comprehensive codebase research |
/dex:validate-plan | Validate plan execution |
/dex:install-codex-agents | Install Codex sub-agent definitions (Codex only) |
These agents are automatically available when the plugin is loaded:
This plugin requires a Context7 API key for documentation lookups:
export CONTEXT7_API_KEY="your-api-key-here"
Add this to your shell configuration (~/.bashrc, ~/.zshrc) to make it permanent.
For the complete, platform-specific guide (setup, sub-agents, context management, best practices, and a worked example), see docs/WORKFLOW.md.
/dex:research-codebase <prompt>
Research any aspect of the codebase to be referenced in the plan (optional)./dex:create-plan path/to/optional/research.md <prompt>
Generate an implementation plan./dex:implement-plan path/to/plan.md "Implement Phase 1"
Executes the current phase of the plan./dex:commit
Commit your changes according to conventional commits./dex:validate-plan path/to/plan.md
Verify that the plan was implemented correctly./dex:describe-pr
Generate a PR description./dex:research-codebase - Research any aspect of the codebaseSeveral skills assume a thoughts/ directory structure for storing documentation:
thoughts/
├── shared/ # Team-shared documents
│ ├── research/ # Research documents
│ ├── plans/ # Implementation plans
│ ├── tickets/ # Ticket documentation
│ └── prs/ # PR descriptions
├── {username}/ # Personal thoughts (user-specific)
│ ├── tickets/
│ └── notes/
└── global/ # Cross-repository thoughts
Create this structure in your project to take advantage of plan storage, research documentation, and PR description features.
This plugin uses the Context7 MCP server for documentation lookups. The server is configured automatically when the plugin is loaded.
npx claudepluginhub a1865818/sddReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.