🐱 Medium-horizon agent planning MCP server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

+6
+6
README.md
··· 7 7 Build up a plan, refine it, and then let your agent decompose it into multiple component-specific plans with individual testing and validation steps, 8 8 with the ability to defer or decompose them further if issues arise. Deferred plans will be dequeued eventually, so your agent will return to them later. 9 9 10 + Unlike other task-sequencing setups, 9plan is built for implementing _large features_, not for building entire applications in one shot. Plans are largely 11 + intended to be ephemeral and don't have structured relations, reducing the odds of changes in design direction or early errors impacting the entire development 12 + of a given feature. 9plan expects you to start fresh each session, and build up context through the information in a codebase itself, including its 13 + documentation, not through looking at a task history and inferring the next steps from there. It's designed for a smaller scope, but higher precision within 14 + that scope, respecting the codebases you contribute to. 15 + 10 16 ## Installation 11 17 12 18 **Prerequisites:** Node.js 22.5.0+, pnpm