What problem does it solve? When working outside the normal planning-PR flow (for example on an unprotected main branch or during fast solo iteration), plan files in plan/.md do not automatically become GitHub issues. This Skill runs the deterministic plan-sync compiler locally so issues are created or updated immediately from your working tree, without waiting for a merge. ## Core Features & Use Cases - Local plan compilation: Runs scripts/plan-sync.mjs against plan/.md to create or update GitHub issues directly from the working tree. - Preflight validation: Checks for a usable token (GITHUB_PAT in .env or an authenticated gh CLI), Node.js 20+, and the presence of the sync script before running. - Idempotent execution: Safe to run repeatedly; reports how many issues were CREATEd, UPDATEd, held (HOLD), or skipped (SKIP) with reasons. - Use Case: You are iterating solo on a side project with an unprotected main branch and want your newly written plan files turned into tracked GitHub issues right now, without opening a planning PR. ## Quick Start Ask the agent to sync your local plan files into GitHub issues now using the local no-PR path.