Software Planning Tool
by NightTrek
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Current Goal | The current software development goal being planned |
Implementation Plan | The current implementation plan with todos |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
start_planning | Start a new planning session with a goal |
save_plan | Save the current implementation plan |
add_todo | Add a new todo item to the current plan |
remove_todo | Remove a todo item from the current plan |
get_todos | Get all todos in the current plan |
update_todo_status | Update the completion status of a todo item |