A plugin describing a two-model workflow: Claude Fable handles planning, while codex-luna-max handles implementation, with Claude reviewing the result. A `PLAN.md` file is used to pass the plan between stages.
A planning procedure that investigates a code repository and writes a detailed PLAN.md for another developer or coding agent. It records confirmed files, functions, patterns, dependencies, scope, and ways to verify the implementation.
A reviewer that checks whether another coding agent implemented a project plan correctly. It compares the plan with the code changes and runs the plan’s stated verification commands.