cline-max — Summary
cline-max is a full fork of the Cline VS Code extension (the popular open-source AI coding assistant, formerly Claude Dev) with a specific focus on introducing a Plan/Act two-mode architecture before spec-driven development became mainstream in AI coding tools. The fork adds an explicit planning mode (plan_mode_response tool) that allows the AI to architect solutions and ask clarifying questions without executing any code — the user manually toggles from Plan to Act mode when satisfied with the proposed approach. The codebase is a complete TypeScript/React extension (~50k+ lines) with full VS Code integration: webview UI, terminal integration, browser automation (Puppeteer), MCP support, and multi-model routing via OpenRouter, Anthropic, OpenAI, Google Gemini, and others. Importantly, the repository description explicitly states "fork of Cline, before spec-driven development became a thing" — framing it as an early experiment in structured AI coding workflows.
differs_from_seeds: This framework does not match any seed cleanly because it is a full IDE extension fork, not a prompt/configuration layer. The closest archetype is kiro (Archetype 5 — closed IDE with proprietary primitives) except cline-max is an open-source VSCode extension fork rather than a proprietary IDE. The plan_mode_response tool is functionally similar to kiro's spec workflow (architect before code), but implemented as a togglable mode in a VS Code extension. Unlike agent-os or superpowers (which augment an existing AI tool), cline-max IS the AI tool. The framework predates kiro's spec format but shares the same philosophical root: prevent the AI from coding until a plan has been reviewed and approved.