Installation¶
CMS Planner can be installed via the Claude Toolbox marketplace or directly from GitHub.
Prerequisites¶
- Claude Code (latest version)
- Access to project files for saving FRDs
- (Optional) Teamwork account for CSV import
Installation Methods¶
Via Claude Toolbox Marketplace (Recommended)¶
The easiest way to install CMS Planner is through the Claude Toolbox marketplace:
# First, add the Kanopi toolbox marketplace
/plugin marketplace add kanopi/claude-toolbox
# Then install CMS Planner
/plugin install cms-planner@claude-toolbox
Direct from GitHub¶
You can also install directly from the GitHub repository:
Local Development Installation¶
If you're developing or testing changes to CMS Planner:
# Clone the repository
git clone https://github.com/kanopi/cms-planner.git
cd cms-planner
# Install from local path
/plugin install /path/to/cms-planner
Verification¶
Verify the plugin is installed correctly:
Check available commands:
Updating¶
To update to the latest version:
# Update via marketplace
/plugin update cms-planner@claude-toolbox
# Or update from GitHub
/plugin update https://github.com/kanopi/cms-planner
Uninstalling¶
To remove the plugin:
Troubleshooting¶
Plugin Not Found¶
If the plugin isn't found in the marketplace:
-
Ensure you've added the Kanopi toolbox marketplace:
-
Try refreshing the marketplace:
-
If still not found, install directly from GitHub
Command Not Available¶
If /functional-requirements doesn't appear after installation:
- Restart Claude Code
- Verify plugin installation with
/plugin list - Check plugin status with
/plugin status cms-planner
Permission Errors¶
If you encounter permission errors when generating files:
- Ensure you have write permissions to the project directory
- Check that the
docs/directory exists or can be created - Try specifying an output path explicitly
Next Steps¶
- Quick Start Guide - Generate your first FRD
- Command Reference - Detailed command documentation
- Recipe Projects Guide - Special architecture support
Support¶
If you encounter issues:
- GitHub Issues: https://github.com/kanopi/cms-planner/issues
- Email: code@kanopi.com
- Documentation: https://kanopi.github.io/cms-planner/