Stop babysitting.
Start supervising.
Dev10x gives Claude Code pre-approved workflows, self-correcting guardrails, and a complete scope-to-merge pipeline. Check in every 5 minutes instead of watching every keystroke.
59 skills. One plugin.
Every skill is a slash command that runs without permission prompts. Pre-approved workflows mean Claude stays productive while you focus on what matters.
Git Workflow
8 skills- Smart commits with gitmoji + JTBD titles
- Atomic commit splitting by Clean Architecture layers
- History grooming before merge
- Safe push with protected-branch blocking
- Worktree isolation for parallel features
- Fixup commits targeting specific prior commits
- Commit-to-ticket promotion
- Alias setup eliminating permission friction
Pull Request Lifecycle
10 skills- Draft PR creation with JTBD description
- Background CI monitoring with auto-fix
- Domain-routed code review (6 agents)
- Batch review comment triage & response
- Session bookmarks for PR continuity
- Reviewer assignment + Slack notification
- Comment validity verification with evidence
- One-fixup-per-comment enforcement
Project Management
7 skills- Work orchestrator: ticket โ PR in one command
- Ticket creation across GitHub, Linear, JIRA
- Technical scoping with story points
- Multi-ticket project scoping with milestones
- JTBD Job Story drafting from any source
- Branch naming from ticket conventions
- Linear issue CRUD via MCP
Architecture & Design
4 skills- Architecture Decision Records (ADR)
- DDD Event Storming workshops
- Technical scoping with trade-off analysis
- JTBD story drafting from PRs and tickets
QA & Testing
3 skills- PR coverage gap analysis
- Headless Playwright self-QA on staging
- Screenshot & video evidence upload to Linear
Code Review
3 skills- Pre-PR self-review with structured findings
- Auto-fix from review findings
- Acceptance criteria verification (CI, PR, working copy)
Deferred Work
4 skills- Smart deferral routing (PR, ticket, code, Slack)
- Code/project TODO storage
- Slack reminder scheduling
- Cross-source deferred item discovery
Notifications
4 skills- Slack messages with threads & file uploads
- PR review request notifications
- Bug investigation from Slack โ Linear ticket
- Guided Slack app setup
Database
2 skills- Schema-first SQL with read-only safety
- Multi-database psql wrapper with validation
Parallel Execution
1 skill- Fanout 2+ independent items with dependency awareness
Release Management
1 skill- JTBD-driven release notes from git history
Plugin Self-Management
9 skills- Skill scaffolding & creator
- Session usage audit with lessons learned
- Playbook viewer & customizer
- Playbook drift detection after upgrades
- Skill reinforcement when agent bypasses skills
- Memory maintenance & anti-pattern detection
- Permission friction auditor
- Skill index generation
- Upstream audit report filing
Scope to merge.
One command.
Type /work-on <ticket-url> and Dev10x handles the rest. Every step follows your customizable playbook.
Scope
Feed it a ticket URL, Slack thread, or Sentry issue. Dev10x classifies the input and gathers context from all sources in parallel.
Branch & Plan
Creates a feature branch from the ticket, drafts a JTBD Job Story, and builds a task list from your customizable playbook.
Implement
Executes the plan with auto-advance between tasks. Expands epics on demand. You check in every 5 minutes, not every 5 seconds.
Review & Commit
Self-reviews with structured findings, creates fixup commits per issue, then grooms history into atomic commits with gitmoji.
Ship
Creates a draft PR with JTBD description, monitors CI in the background, responds to review comments, and requests re-review when ready.
Learn
Post-merge, a memory review agent extracts lessons learned and updates rules. The plugin calibrates to your preferences over time.
8 guardrails.
Zero babysitting.
Hook validators intercept dangerous patterns before execution and redirect Claude toward approved paths. The AI learns the rules so you don't have to enforce them.
Skill Redirect
Blocks raw CLI and redirects to the correct skill slash command
JTBD Commit Enforcer
Rejects "Add retry logic" and teaches "Enable automatic retry on failure"
Prefix Friction Blocker
Prevents patterns that break allow-rule matching
Execution Safety
Blocks shell-based file writes and untrusted execution
PR Base Branch Validator
Ensures PRs target develop > main > master
SQL Safety
Enforces read-only SQL and blocks direct DB connections
Sensitive File Blocker
Prevents accidental exposure of secrets in commits
Auto-Format Python
Runs ruff format + ruff check --fix automatically
Four steps.
You're shipping.
Claim access, install the plugin from the marketplace, start Claude, and hand it a ticket.
Claim your free early access
Claim Free Early AccessAdd the marketplace source
/plugin marketplace add Brave-Labs/Dev10x Install the plugin
/plugin install Dev10x@Brave-Labs Give it work
/work-on https://github.com/your/repo/issues/42