Back to Apps

GTPlanner
by opensqz
AI-powered PRD generation tool that transforms natural language into structured technical documentation for Agent development.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
GTPlanner is a specialized tool for Agent context engineering. It transforms high-level natural language descriptions into structured Product Requirement Documents (PRDs), technical designs, and SOPs that AI agents (like Claude Code, Cursor, and Windsurf) can execute with high determinism.
Tools
short_planning: Performs initial requirement analysis and scope definition.tool_recommend: Provides technology stack recommendations based on project needs.research: Conducts deep technical research to support architectural decisions (requires JINA_API_KEY).design: Generates comprehensive design documents in either quick or deep mode.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gtplanner": {
"command": "uv",
"args": ["run", "python", "/path/to/GTPlanner/mcp/mcp_service.py"]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Cursor, Windsurf, and Claude Code.
Quick install
git clone https://github.com/OpenSQZ/GTPlanner.git && cd GTPlanner && uv syncInformation
- Pricing
- free
- Published
- 7/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json in ~/.cursor/ or project .cursor/Windsurf
Add to mcp_config.jsonClaude Desktop
{"mcpServers": {"gtplanner": {"command": "uv", "args": ["run", "python", "/path/to/GTPlanner/mcp/mcp_service.py"]}}}





