What problem does it solve? Keeping a codebase aligned with its design, architecture, security posture, and roadmap requires juggling many separate audits and planning steps. Wayfare converges all of them into one command surface: it reads the source repo and its design target, reconciles the two, and maintains a single .plans/ store of features, goals, polish items, security fixes, and feedback. ## Core Features & Use Cases - sync: Reads the source repo, the design snapshot, hardening audits, compliance registers, and dependency-bot PRs, then converges everything into roadmap items and proposes goals. - next / do: Authorizes and runs the next goal, or advances a single item one turn, so you always know what to work on. - improve: Runs the compliance audit alone for one repo or a whole fleet and drafts backports. - Feedback lanes: Carries divergences found while building back to the app design or design system as tracked feedback items, delivered only on your confirmation. - Use Case: Run wayfare sync in a repo with a configured claude.ai/design project to get a reconciled roadmap of SLC feature slices, then use wayfare next to authorize and execute the top goal. ## Quick Start Ask the assistant to run wayfare sync in this repository to reconcile the code against the design and propose the next goals.