pfCloudNew

Create cloud PlanFlow projects from local plans or project names.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill pfcloudnew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pfCloudNew
Source: https://github.com/BekaChkhiro/claude-plan-plugin/tree/main/commands/pfCloudNew
Command: npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill pfcloudnew

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams create cloud PlanFlow projects directly from their local plan or by providing a project name, streamlining cloud onboarding and project setup.

Core Features & Use Cases

  • Create a cloud PlanFlow project from an existing local plan (PROJECT_PLAN.md) or with a custom project name.
  • Link the cloud project to your local plan and push updates to the cloud.
  • Handle authentication and configuration automatically to simplify setup for developers and product managers.

Quick Start

/pfCloudNew /pfCloudNew "Project Name"

Frequently Asked Questions about pfCloudNew

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a cloud project from a local plan?

To create a cloud project from a local plan, you run the command to read your existing PROJECT_PLAN.md, authenticate, and push the configuration to the cloud. It links your local plan to the newly created cloud project automatically.

Can I create a cloud project using a custom name instead of a local plan?

Yes, you can create a cloud project using a custom name by providing the explicit name as an argument in the command. It authenticates and issues an API call to generate the cloud project without needing a local plan file.

What is the process for linking a local plan to a cloud project?

Linking a local plan involves authenticating with the cloud service, loading your local configuration, and issuing an API call. It creates the cloud project and pushes your local plan updates to link the two environments.

Does the project creation command handle authentication automatically?

Yes, the project creation command handles authentication automatically. It manages the authentication process and loads the necessary configuration to simplify cloud onboarding and streamline the setup process for developers.

Do I need a PROJECT_PLAN.md file to push my project to the cloud?

No, you do not need a PROJECT_PLAN.md file to push your project to the cloud. You can create a cloud project by providing an explicit project name directly in the command, bypassing the local plan requirement.