🐱 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 -1
+6 -1
README.md
··· 1 1 # 9plan 2 2 3 - MCP server providing session-scoped work queues for AI agent task sequencing. 3 + Cats have nine lives, which is a pretty long time 🐱 4 + 5 + 9plan is an MCP server providing session-scoped work queues for medium-horizon agent task sequencing. 6 + 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 + 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. 4 9 5 10 ## Installation 6 11