What problem does it solve?
This Skill enables developers and operators to bind a local project directory to a PlanFlow cloud project, enabling seamless plan synchronization and configuration sharing across environments.
Core Features & Use Cases
- Interactive linking: use /pfCloudLink to select a cloud project or link by ID.
- Local config persistence: stores the bound project in a local file named .plan-config.json in the project directory for automatic subsequent sync via /pfSyncPull and /pfSyncPush.
- Error handling: informs if the project is not found or if a link already exists, guiding the user to switch projects safely.
- Use Case: When starting a new workflow, bind your local workspace to your PlanFlow project to unify plan data.
Quick Start
Run /pfCloudLink to start the interactive project selection.
Or run /pfCloudLink <project-id> to link directly to a specific cloud project.
On success, the local config is updated and you can run /pfSyncPull or /pfSyncPush to sync plans.