software planning tool.com
software planning tool.com logo

Software Planning Tool

Guides developers through a structured, question-based approach to break down software goals into actionable implementat...

Created byApr 22, 2025

Software Planning Tool

A Model Context Protocol (MCP) server designed to facilitate software development planning through an interactive, structured approach. This tool helps break down complex software projects into manageable tasks, track implementation progress, and maintain detailed development plans.

Features

  • Interactive Planning Sessions: Start and manage development planning sessions
  • Todo Management: Create, update, and track development tasks
  • Complexity Scoring: Assign complexity scores to tasks for better estimation
  • Code Examples: Include relevant code snippets in task descriptions
  • Implementation Plans: Save and manage detailed implementation plans

Installation

Installing via Smithery

To install Software Planning Tool for Claude Desktop automatically via Smithery:

Manual Installation

  1. Clone the repository
  1. Install dependencies:
  1. Build the project:
  1. Add to your MCP settings configuration (typically located at ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):

Available Tools

start_planning

Start a new planning session with a specific goal.

add_todo

Add a new todo item to the current plan.

get_todos

Retrieve all todos in the current plan.

update_todo_status

Update the completion status of a todo item.

save_plan

Save the current implementation plan.

remove_todo

Remove a todo item from the current plan.

Example Usage

Here's a complete example of using the software planning tool:
  1. Start a planning session:
  1. Add a todo item:
  1. Update todo status:
  1. Save the implementation plan:

Development

Project Structure

Building

Testing

Test all features using the MCP inspector:

License

MIT

Made with using the Model Context Protocol

Software Planning Tool

A Model Context Protocol (MCP) server designed to facilitate software development planning through an interactive, structured approach. This tool helps break down complex software projects into manageable tasks, track implementation progress, and maintain detailed development plans.

Features

  • Interactive Planning Sessions: Start and manage development planning sessions
  • Todo Management: Create, update, and track development tasks
  • Complexity Scoring: Assign complexity scores to tasks for better estimation
  • Code Examples: Include relevant code snippets in task descriptions
  • Implementation Plans: Save and manage detailed implementation plans

Installation

Installing via Smithery

To install Software Planning Tool for Claude Desktop automatically via Smithery:

Manual Installation

  1. Clone the repository
  1. Install dependencies:
  1. Build the project:
  1. Add to your MCP settings configuration (typically located at ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):

Available Tools

start_planning

Start a new planning session with a specific goal.

add_todo

Add a new todo item to the current plan.

get_todos

Retrieve all todos in the current plan.

update_todo_status

Update the completion status of a todo item.

save_plan

Save the current implementation plan.

remove_todo

Remove a todo item from the current plan.

Example Usage

Here's a complete example of using the software planning tool:
  1. Start a planning session:
  1. Add a todo item:
  1. Update todo status:
  1. Save the implementation plan:

Development

Project Structure

Building

Testing

Test all features using the MCP inspector:

License

MIT

Made with using the Model Context Protocol