This is the system behind structured development workflows: brainstorm approaches, write a detailed plan with dependency graphs, execute it step by step. The dependency tracking is built for parallel agent execution, which is wild if you're running swarms. The checkpointing and WIP limits come from real production patterns, like the rule that sessions sprawling past 38 messages produce errors while focused 5-message sessions ship clean. It enforces worktree isolation and preflight checks before touching files. If you've ever had a coding session spiral into context exhaustion and rework, this is the guardrail. One feature per session, plan before you touch three files, verify before you merge.
npx skills add https://github.com/vasilyu1983/ai-agents-public --skill dev-workflow-planning