⚡ Volt
AI-powered ticket-to-code workflow. Multi-agent research, parallel planning, and visual E2E testing — all from one full-screen VS Code panel.
What it does
- Pull your Jira tasks
- Click a task → fill branch name → Start
- 4 agents run in parallel: Notion · Figma · Postman · Codebase scanner
- Claude interviews you one question at a time
- Plan + test cases created → you review and approve
- Claude implements in a git worktree
- Stop hook auto-runs tsc + lint, Claude fixes errors
- Playwright MCP agent runs E2E tests visually — you watch every step
- Push PR → Claude watches CI → fixes failures
Setup
1. First Launch
Open Volt → 3-step wizard:
- Jira connection (domain, email, API token)
- E2E credentials (dev email, password, OTP)
- Install skills & hooks into your project
2. Playwright MCP
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
}
3. CLAUDE.md
If you don't have one, Volt will generate it automatically on first task start by scanning your codebase.
Files Created
.claude/
skills/
plan.md ← research + interview workflow
build.md ← implementation workflow
test.md ← E2E testing workflow
fix.md ← fix failed tests workflow
hooks/
stop.sh ← runs tsc + lint after every session
post-tool.sh ← notifies sidebar on file changes
settings.json ← hook configuration
claude/
plans/ ← implementation plans (Claude writes)
tests/ ← test cases + results (Claude writes)
Tab States
| Icon |
Phase |
| 📄 |
Task detail |
| 🔍 |
Research (agents running) |
| 📋 |
Plan ready |
| ⚙️ |
Building |
| 🧪 |
Testing |
| ✅ |
Done |
Published by
MostafaKeshk
| |