pfTeamRole

Change a team member's role in the current PlanFlow cloud project.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Change PlanFlow teams members' roles within a project to reflect updated responsibilities, ensuring correct access rights across the cloud project.

Core Features & Use Cases

  • Admins can change roles for existing members (admin, editor, viewer) and see immediate effect.
  • Validates authentication and project linkage before performing updates.
  • Handles errors for not-found members, permission issues, and invalid inputs.

Quick Start

Use the pfTeamRole command to quickly assign a new role to a member in the current PlanFlow project. Examples: /pfTeamRole bob@company.com viewer /pfTeamRole alice@company.com admin

Frequently Asked Questions about pfTeamRole

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

FAQPage Schema
How do I change a team member's role in a PlanFlow cloud project?▼

To change a team member's role in a PlanFlow cloud project, use the pfTeamRole command with the member's email and the new role. The Skill validates your admin permissions and project linkage before applying the update instantly.

Can I update PlanFlow team roles to admin, editor, or viewer without delay?▼

You can update PlanFlow team roles to admin, editor, or viewer instantly. The Skill enforces authentication and applies API-based updates, reflecting the new access rights immediately across the cloud project.

What happens if I try to change my own role in a PlanFlow project?▼

Changing your own role in a PlanFlow project is prevented by the Skill's self-change prevention logic. It enforces this constraint to protect project access integrity and returns a user-facing error if attempted.

Why does updating a PlanFlow team role fail with a permission error?▼

Updating a PlanFlow team role fails with a permission error if you lack project admin rights or if authentication and project linkage validation fails. The Skill also rejects updates for members not found in the current project.

Do I need admin permissions to assign PlanFlow project roles via API?▼

You need admin permissions to assign PlanFlow project roles via API. The Skill enforces strict authentication and validates that the requesting user is a project admin before processing any role-change API requests.

What is the best way to handle invalid role inputs when updating PlanFlow team members?▼

The best way to handle invalid role inputs when updating PlanFlow team members is to rely on the Skill's built-in error handling, which catches invalid inputs and returns clear user-facing error outputs before attempting any API updates.