Plot — git-native planning for software development
npx claudepluginhub eins78/plotGit-native planning workflow for software development — idea, approve, deliver, release
Git-native planning workflow for software development.
Plans are markdown files — written, reviewed, and versioned like source code. They live on branches, merge through pull requests, and stay in place forever. No external tracker, no database, no sync API. If it's not in git, it doesn't exist.
Plot works for any team composition, but is especially designed for human decision-makers working with AI facilitators and AI coding agents. Humans always own the decisions. Every step can also be done by a human with basic git knowledge.
/plot-idea (Draft) Create plan branch + file + draft PR
|
Review Human reviews, refines, marks ready
|
/plot-approve Merge plan to main, fan out implementation branches
|
Implement Parallel work on feature/bug/docs/infra branches
|
/plot-deliver Verify all impl PRs merged, archive plan
|
/plot-release Cut versioned release with changelog
Sprints (/plot-sprint) are orthogonal — they group plans by schedule, not by workflow phase.
| Skill | Description |
|---|---|
| plot | Hub & dispatcher — reads git state, suggests next action |
| plot-idea | Create a plan: idea branch, plan file, and draft PR |
| plot-approve | Merge approved plan, fan out into implementation branches |
| plot-deliver | Verify implementation complete, archive the plan |
| plot-release | Create versioned release from delivered plans |
| plot-sprint | Time-boxed sprint coordination with MoSCoW prioritization |
| ralph-plot-sprint | Automated sprint runner (extension) |
/plugin marketplace add eins78/plot
/plugin install plot@plot-marketplace
Skills auto-update when you run /plugin update.
pnpx skills add https://github.com/eins78/plot.git --global --agent claude-code --all --yes
ln -s ~/CODE/plot/skills/plot ~/.claude/skills/plot
Add a ## Plot Config section to your project's CLAUDE.md:
## Plot Config
- Plan directory: `docs/plans/`
- Sprint directory: `docs/sprints/`
- Branch prefixes: `idea/`, `feature/`, `bug/`, `docs/`, `infra/`
- Active symlink: `docs/plans/active/`
- Delivered symlink: `docs/plans/delivered/`
Plot discovers and adapts to whatever conventions your project provides. No hardcoded paths.
/plot-approve heuristics for work with technical uncertainty. Install separately from eins78/skills.See MANIFESTO.md for Plot's founding principles and design philosophy.
See changelog.md for the complete evolution history.
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations