🐱 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

+3 -2
+3 -2
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 10 + Unlike other task-sequencing setups, 9plan is built for implementing _large features_, not for building entire applications in one shot. It recognizes that 11 + most development is brownfield, and most developers contribute to codebases they don't control the planning methodology for. Plans are largely 11 12 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 13 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 + 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 15 that scope, respecting the codebases you contribute to. 15 16 16 17 ## Installation