Skip to content

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

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:

/plugin install https://github.com/kanopi/cms-planner

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:

# List installed plugins
/plugin list

# You should see cms-planner in the list

Check available commands:

# List available commands
/help

# You should see /functional-requirements in the list

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:

/plugin uninstall cms-planner

Troubleshooting

Plugin Not Found

If the plugin isn't found in the marketplace:

  1. Ensure you've added the Kanopi toolbox marketplace:

    /plugin marketplace add kanopi/claude-toolbox
    

  2. Try refreshing the marketplace:

    /plugin marketplace refresh
    

  3. If still not found, install directly from GitHub

Command Not Available

If /functional-requirements doesn't appear after installation:

  1. Restart Claude Code
  2. Verify plugin installation with /plugin list
  3. Check plugin status with /plugin status cms-planner

Permission Errors

If you encounter permission errors when generating files:

  1. Ensure you have write permissions to the project directory
  2. Check that the docs/ directory exists or can be created
  3. Try specifying an output path explicitly

Next Steps

Support

If you encounter issues: