assign

Assign approved user stories to team members using team CSV data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/686f6c61/PSPO-Agent --skill assign-686f6c61
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assign
Source: https://github.com/686f6c61/PSPO-Agent/tree/main/skills/assign
Command: npx skills add https://github.com/686f6c61/PSPO-Agent --skill assign-686f6c61

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the assignment of approved user stories to team members, ensuring a balanced workload, leveraging individual expertise, and accounting for real-time capacity, especially in teams utilizing AI agents.

Core Features & Use Cases

  • Automated Assignment: Proposes and confirms assignments for approved user stories based on role, continuity, workload, and risk.
  • Workload Balancing: Distributes tasks considering estimated effort (effective hours) and individual capacity.
  • Dependency Management: Identifies and assigns stories with dependencies or blocking issues.
  • Use Case: After user stories are approved and estimated, this Skill can automatically assign them to the most suitable team members, generating an assignment report and updating individual story metadata.

Quick Start

Use the assign skill to propose assignments for all approved user stories.

Frequently Asked Questions about assign

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

FAQPage Schema
How do I automate agile user story assignment for my team?

Automate user story assignment by analyzing team role fit, workload balance, and dependencies. The Skill generates an assignment proposal from team CSV data and approved stories, persisting results in docs/asignaciones.md.

How does workload balancing work when allocating tasks to team members?

Workload balancing distributes tasks by analyzing estimated effective hours against individual capacity. It calculates real-time capacity from team CSV data to propose assignments that prevent overallocation.

What do I need to generate task allocation proposals for approved user stories?

You need a team CSV file for capacity data and approved user stories saved as docs/historias/HU-*.md files. The Skill uses these inputs to evaluate role fit and generate assignment proposals.

Can I manage story dependencies and blocking issues during task allocation?

Yes, dependency management identifies and assigns stories with dependencies or blocking issues during task allocation. It analyzes story metadata to sequence assignments and prevent workflow bottlenecks.

Does this task allocation approach work for teams utilizing AI agents?

Yes, this task allocation approach is designed for teams utilizing AI agents. It accounts for real-time capacity and individual expertise to ensure balanced workload distribution across human and AI team members.