By drewdresser
Strategic planning meets rapid execution. 10 agents, 20+ commands, 7 skills for vision-to-code workflow with main-branch development.
Bridge GitHub Issue to Technical Implementation Plan. Reads issue context, strategic documents, and generates a detailed technical plan.
Sync GitHub state (closed issues, merged PRs) back to /strategy/ documentation
Commit staged changes and push directly to the current branch. Supports main-branch development workflow with quality gates.
Create a conventional commit with auto-generated message based on staged changes.
Pull the latest changes from origin. Essential for trunk-based development.
Expert debugging specialist for errors, test failures, crashes, and unexpected behavior.
Documentation specialist for creating and maintaining clear, comprehensive documentation.
Code refactoring specialist for improving code quality, reducing complexity, and enhancing maintainability without changing behavior.
Master coordinator for complex multi-step tasks. Use proactively when work involves multiple modules, requires specialist delegation, needs architectural planning, or involves PR workflows.
Socratic planning agent that guides users through 8-phase strategic planning from problem space to user stories.
Knowledge and patterns for understanding project structures, architectures, and codebases.
Knowledge and patterns for designing RESTful and GraphQL APIs.
Knowledge and patterns for designing software architectures and system design.
Knowledge and patterns for designing comprehensive test strategies and writing effective tests.
Knowledge and patterns for Git workflows with emphasis on trunk-based development for rapid iteration.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
External network access
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.
Connects to servers outside your machine
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Strategic planning meets rapid execution. A Claude Code plugin that bridges vision-to-code workflows with main-branch development.
flowchart TB
subgraph Strategic["Strategic Planning"]
K["/ai-dev:kickoff"] --> NS["/ai-dev:north-star"]
NS --> ST["/ai-dev:strategy"]
ST --> ME["/ai-dev:metrics"]
ME --> OK["/ai-dev:okrs"]
OK --> EP["/ai-dev:epics"]
EP --> US["/ai-dev:user-stories"]
end
subgraph GitHub["GitHub"]
MS[(Milestones)]
IS[(Issues)]
end
subgraph Execution["Execution"]
PI["/ai-dev:plan-issue #123"] --> PL["/ai-dev:plan"]
PL --> WK["/ai-dev:work"]
WK --> RV["/ai-dev:review"]
RV --> CP["/ai-dev:commit-push"]
end
subgraph Output["Output"]
MAIN[("main branch")]
STRAT[("/strategy/")]
end
EP -->|creates| MS
US -->|creates| IS
IS -->|reads| PI
CP -->|pushes to| MAIN
K -->|writes| STRAT
SS["/ai-dev:sync-strategy"] -->|updates| STRAT
MAIN -.->|merged PRs| SS
This plugin combines:
# Add the marketplace
/plugin marketplace add https://github.com/drewdresser/ai-dev-settings
# Install the plugin
/plugin install ai-dev
Alternative: Clone directly
git clone https://github.com/drewdresser/ai-dev-settings.git ~/.claude/plugins/ai-dev
# Strategic planning (full 8-phase workflow)
/ai-dev:kickoff "My Project"
# Bridge GitHub Issue to implementation plan
/ai-dev:plan-issue #42
# Execute a plan with task tracking
/ai-dev:work plans/feature-name.md
# Commit and push to main
/ai-dev:commit-push
| Command | Purpose |
|---|---|
/ai-dev:kickoff | Full 8-phase strategic planning workflow |
/ai-dev:north-star | Define vision, mission, and north star |
/ai-dev:strategy | Define strategy and non-goals |
/ai-dev:metrics | Define success metrics and failure thresholds |
/ai-dev:okrs | Create quarterly OKRs |
/ai-dev:epics | Create epics (→ GitHub Milestones) |
/ai-dev:user-stories | Create user stories (→ GitHub Issues) |
| Command | Purpose |
|---|---|
/ai-dev:plan-issue | Bridge GitHub Issue → technical plan |
/ai-dev:plan | Interactive technical planning |
/ai-dev:work | Execute plan with TodoWrite tracking |
/ai-dev:review | Multi-agent code review |
/ai-dev:sync-strategy | Sync GitHub → /strategy/ docs |
| Command | Purpose |
|---|---|
/ai-dev:commit | Create conventional commit (local) |
/ai-dev:commit-push | Commit + push to main with quality gates |
/ai-dev:sync | Pull latest from origin |
| Command | Purpose |
|---|---|
/ai-dev:run-tests | Run test suite |
/ai-dev:lint-fix | Fix linting issues |
/ai-dev:security-scan | Scan for security issues |
1. /ai-dev:kickoff "MyProject"
→ Creates /strategy/VISION.md, OKRs.md, EPICS.md
→ Creates GitHub Milestones and Issues
2. /ai-dev:plan-issue #123
→ Reads issue + strategic context
→ Generates plans/issue-123-feature-name.md
3. /ai-dev:work plans/issue-123-feature-name.md
→ TodoWrite task breakdown
→ Incremental commits to main
→ Final push with quality gates
4. /ai-dev:sync-strategy
→ Updates /strategy/ with GitHub state
→ Tracks epic progress
npx claudepluginhub drewdresser/ai-dev-settings --plugin ai-devImplementation planning, execution, and PR creation workflows with multi-agent collaboration
AI-Driven Engineering workflow commands for managing issues, tasks, implementation, and PRs.
Plan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
AI-powered cascading development framework with design document system and multi-agent collaboration. Breaks down projects into Features (Mega Plan), Features into Stories (Hybrid Ralph), with auto-generated technical design docs, dependency-driven batch execution, Git Worktree isolation, and support for multiple AI agents (Codex, Amp, Aider, etc.).
Spec-driven development for big features. When features get too big, plan mode gets too vague—leading to hallucinations during implementation. ShipSpec replaces vague plans with structured PRDs, technical designs, and ordered tasks that keep Claude grounded.