---
spec: plugin.spec.md
---
## Tasks
- [x] Write spec files for plugin module
- [x] Implement plugin install (clone, manifest parse, symlink)
- [x] Implement plugin remove
- [x] Implement plugin list
- [x] Implement plugin search via GitHub topics
- [x] Implement plugin run (execute binary with args)
- [x] Implement resolve_plugin_command for main.rs dispatch
- [x] Add JSON output mode
- [x] Wire up CLI subcommand in main.rs
- [x] Run verification suite