pfAssign

Assign tasks to team members in PlanFlow via the PATCH endpoint.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to assign a specific task to a team member within the current PlanFlow project, streamlining workload distribution and ensuring accountability.

Core Features & Use Cases

  • Self-assignment support: allow a user to assign a task to themselves using the "me" alias.
  • Team assignment: assign tasks to other team members by their email.
  • Permission checks & error handling: validates user permissions, handles common errors (task not found, not a project member, already assigned, auth issues), and returns clear guidance.

Quick Start

Use the pfAssign command to assign a task to a teammate or yourself in the current PlanFlow project.

Frequently Asked Questions about pfAssign

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

FAQPage Schema
How do I assign a task to a teammate in PlanFlow?

To assign a task in PlanFlow, use the pfAssign command with a valid task ID and the team member's email address. The Skill validates the ID, checks permissions, and updates the assignment via the cloud API.

Can I assign a task to myself in PlanFlow without typing my email?

Yes, you can assign a task to yourself using the 'me' alias. Running the pfAssign command with 'me' instead of an email triggers self-assignment after validating your user permissions.

What do I need to configure before assigning PlanFlow tasks?

You need PlanFlow configuration details including apiUrl, projectId, and userEmail. These settings allow the Skill to authenticate, locate the correct project, and process task assignments through the PATCH endpoint.

Why does my PlanFlow task assignment fail with an error?

Task assignment fails when permission checks detect issues like the task not existing, the user not being a project member, the task already being assigned, or authentication failures. The Skill returns clear guidance for these common errors.

Does the PlanFlow task assignment tool support real-time updates?

Yes, the task assignment process integrates with the PlanFlow cloud API to provide real-time updates. It uses a PATCH endpoint to modify task assignments and ensures the project reflects changes immediately.