pfTeamRemove

Remove a team member from a PlanFlow project via the PlanFlow API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows project administrators to remove a team member from the current PlanFlow project, revoking access immediately and maintaining project security.

Core Features & Use Cases

  • Remove an active member by email and revoke project access.
  • Cancel pending invitations for the email if present.
  • Validate input, prevent self-removal and owner removal, and provide clear success or error feedback.

Quick Start

Use the pfTeamRemove command to remove a member, for example: /pfTeamRemove [email protected]

Frequently Asked Questions about pfTeamRemove

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

FAQPage Schema
How do I remove a team member from a PlanFlow project?

Yes, removing a team member from a PlanFlow project automatically cancels any pending invitations associated with that email address, ensuring no future access is granted without reinviting the user.

Can I cancel a pending PlanFlow project invitation by email?

Yes, removing a team member from a PlanFlow project automatically cancels any pending invitations associated with that email address, ensuring no future access is granted without reinviting the user.

What are the limitations when removing project members in PlanFlow?

PlanFlow project member removal has strict limitations: it prevents self-removal and blocks removing the project owner. The feature also validates email formats and requires proper API authentication to execute successfully.

Does the PlanFlow team removal process require API authentication?

Yes, the PlanFlow team removal process requires API authentication to execute. It performs an authenticated DELETE call to the PlanFlow API and returns structured success or error feedback based on the validation results.

What happens if I try to remove the project owner from a PlanFlow team?

Attempting to remove the project owner from a PlanFlow team triggers a validation error and blocks the action. The skill enforces this constraint to maintain project security and prevent accidental loss of administrative control.