| name | git-worktree-ops-center |
| description | Generate an interactive, dark-themed git worktree operations dashboard with a worktree table, branch topology graph, detail inspector, and simulated git actions. |
| od | {"kind":"scenario","taskKind":"new-generation","mode":"prototype","scenario":"operations"} |
Git Worktree Operations Center
Generate a self-contained HTML dashboard for managing and inspecting git worktrees.
When to use
Use this plugin when the user asks for a git worktree visualizer, worktree manager, branch/workspace operations dashboard, or a developer tool for inspecting multiple git worktrees.
Output
A single HTML file (git-worktree-dashboard.html) containing:
- Sticky header with repo name, search, and global actions
- Status filter chips, sort dropdown, and list/topology view toggle
- Worktree table: branch, path, status pill, last commit, quick actions
- Right-side inspector panel (desktop) / drawer (mobile) showing:
- Branch divergence bar
- Changed files list
- Recent commits
- Fetch / Pull / Switch / Open / Terminal / Remove actions
- Topology graph view showing worktree nodes branching from
main
- Add-worktree modal and toast notifications
- Keyboard shortcuts (
/ search, ↑/↓ navigate, Enter inspect, Esc close)
Workflow
- Accept an optional
repoName input or infer a sensible default.
- Run the new-generation pipeline: plan → generate → critique.
- Emit the dashboard as a single self-contained HTML artifact.
- Surface the artifact card for preview.
Inputs
repoName (string, optional): Repository name displayed in the header. Defaults to acme/web-platform.
Example query
"Build me a git worktree operations dashboard for my repo."