{"id":47632912,"url":"https://github.com/bradleyoesch/planderson","last_synced_at":"2026-04-12T06:03:11.904Z","repository":{"id":343383762,"uuid":"1177484502","full_name":"bradleyoesch/planderson","owner":"bradleyoesch","description":"A terminal user interface (TUI) for reviewing and iterating on Claude's plans before implementation.","archived":false,"fork":false,"pushed_at":"2026-04-01T09:37:54.000Z","size":587,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-02T07:57:18.933Z","etag":null,"topics":["claude","claude-code","plan-mode","plugin","terminal","tmux","tui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bradleyoesch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-10T04:17:12.000Z","updated_at":"2026-03-30T21:25:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bradleyoesch/planderson","commit_stats":null,"previous_names":["bradleyoesch/planderson"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bradleyoesch/planderson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleyoesch%2Fplanderson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleyoesch%2Fplanderson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleyoesch%2Fplanderson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleyoesch%2Fplanderson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bradleyoesch","download_url":"https://codeload.github.com/bradleyoesch/planderson/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradleyoesch%2Fplanderson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31560476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude","claude-code","plan-mode","plugin","terminal","tmux","tui"],"created_at":"2026-04-01T23:52:08.441Z","updated_at":"2026-04-08T15:01:07.060Z","avatar_url":"https://github.com/bradleyoesch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Planderson\n\n[![CI](https://github.com/bradleyoesch/planderson/actions/workflows/ci.yml/badge.svg)](https://github.com/bradleyoesch/planderson/actions/workflows/ci.yml)\n[![GitHub Release](https://img.shields.io/github/v/release/bradleyoesch/planderson)](https://github.com/bradleyoesch/planderson/releases/latest)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nA terminal user interface (TUI) for reviewing Claude's plans before implementation. When Claude exits plan mode, Planderson intercepts the request and displays the plan fullscreen in terminal — accept, deny, or provide feedback.\n\nThe default plan mode in Claude involves scrolling up/down and copy/pasting parts of the plan to provide feedback in a small text input. This plugin enables a more interactive and user-friendly way to provide inline feedback and approve/deny plans to iterate until satisfied.\n\nThe goal is to provide a lightweight TUI to bridge the gap between \"pure\" terminal interactions and complex external user interfaces to support seamless plan iteration with Claude.\n\n\u003cvideo src=\"https://github.com/user-attachments/assets/80271a64-d472-4da9-8662-7b4dc88f1bf3\" width=\"600\" autoplay loop muted playsinline\u003e\u003c/video\u003e\n\n## Prerequisites\n\n- **macOS or Linux** (has not been tested on Windows)\n- **tmux 3.0+** (optional, for [tmux integration](./integrations/tmux/README.md))\n\n## Installation\n\n1. **Install the binary:**\n\n    ```bash\n    curl -fsSL https://raw.githubusercontent.com/bradleyoesch/planderson/main/install.sh | bash\n    ```\n\n2. **Install the plugin in Claude Code:**\n\n    ```\n    /plugin marketplace add bradleyoesch/planderson\n    /plugin install planderson@planderson\n    ```\n\n3. **Reload plugins or restart claude for plugin to take effect:**\n\n    ```\n    /reload-plugins\n    ```\n\n4. **(Optional) Run setup to configure planderson:**\n\n    ```bash\n    planderson setup\n    ```\n\n## Usage\n\nWithout any further setup or integrations, you may manually trigger the plan TUI. After Claude presents the plan to review, in a separate terminal, launch the TUI:\n\n```bash\nplanderson tui\n```\n\nFor more control and seamless integration, set up tmux integration: [integrations/tmux/README.md](./integrations/tmux/README.md).\n\n### Controls\n\nBasic controls while in the plan TUI:\n\n| Key                     | Action                         |\n| ----------------------- | ------------------------------ |\n| `Up`/`Down`             | Navigate lines                 |\n| `Shift+Up`/`Shift+Down` | Multi-select lines             |\n| `c`                     | Add comment                    |\n| `q`                     | Add question                   |\n| `Delete`                | Mark line for deletion         |\n| `Enter`                 | Submit feedback or approve     |\n| `Esc`                   | Exit TUI                       |\n| `?`                     | Show full keybinding reference |\n\n1. Move up and down the plan to review.\n2. Add feedback\n    - Comment - feedback for Claude to address directly\n    - Question - question to discuss with Claude before returning to plan iteration\n    - Deletion - delete from the plan completely\n3. Hit `Enter` to submit that feedback and wait for Claude to modify plan to iterate again\n   If no feedback to submit, `Enter` will approve the plan\n\nFor details and more keybindings, run `planderson help` or hit `?` while in the TUI.\n\n## Upgrading\n\nTo upgrade to latest version, run:\n\n```bash\nplanderson upgrade\n```\n\n### Auto-upgrade\n\nYou can opt into automatic upgrades at TUI startup.\n\nSet `autoUpgrade` setting to `always`:\n\n```bash\nplanderson settings --autoUpgrade always\n```\n\nFor details, run `planderson settings --autoUpgrade`\n\n## Development\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for development setup, building, and testing.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradleyoesch%2Fplanderson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbradleyoesch%2Fplanderson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradleyoesch%2Fplanderson/lists"}