About
Jelly Plan Executor transforms Claude Code into a structured project manager by automatically initiating a rigorous planning cycle for every implementation request. It utilizes parallel agents to analyze the codebase from multiple angles—such as simplicity, robustness, and architectural patterns—and generates persistent plan files in the .plans directory. By mapping task dependencies using Kahn's Algorithm, it optimizes execution speed while ensuring architectural consistency, making it an essential tool for large-scale refactors, new feature development, and complex debugging sessions.