# project-mode > Enable project routing via memory trackers and enforce branch alignment before edits. - Author: keithcostello - Repository: keithcostello/OC_V5 - Version: 20260209183105 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-10 - Source: https://github.com/keithcostello/OC_V5 - Web: https://mule.run/skillshub/@@keithcostello/OC_V5~project-mode:20260209183105 --- --- name: project-mode license: MIT description: Enable project routing via memory trackers and enforce branch alignment before edits. compatibility: ["cli"] --- # WHAT: A skill that enables project routing and tracker-driven next actions. # WHY: Ensures multi-session/multi-agent continuity by using project trackers as the source of truth. # HOW: User loads this skill to force the agent to follow `AGENTS.md` Session Start Protocol, load the active project tracker + North Star, enforce Expected Branch/PR URL alignment, and then execute tracker Next Steps #1. AI responsibility: - Keep behavior aligned with `AGENTS.md` and tracker schema so the next AI can continue without re-discovery. Rules while this skill is active: - Follow the Session Start Protocol in `AGENTS.md` before edits. - Use `memory/WAITING_ON.md` to discover active projects. - Load `memory/projects//WAITING_ON.md` and its `North Star`. - Enforce `Expected Branch` / `PR URL` alignment before editing. - Take tracker `Next Steps` item #1 as the next call to action.