pm-do

Claim unassigned tasks, retrieve parent story context, and update statuses via ProjectMan's MCP server.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Biztactix-Ryan/ProjectMan --skill pm-do
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-do
Source: https://github.com/Biztactix-Ryan/ProjectMan/tree/main/src/projectman/web/.claude/skills/pm-do
Command: npx skills add https://github.com/Biztactix-Ryan/ProjectMan --skill pm-do

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of executing project tasks, ensuring they are properly claimed, contextually understood, and completed according to defined criteria.

Core Features & Use Cases

  • Task Execution Workflow: Guides the user through claiming, implementing, and completing tasks.
  • Contextual Awareness: Automatically fetches parent story details for better understanding.
  • Status Updates: Manages task status transitions (todo, in-progress, review, done).
  • Use Case: A developer needs to implement a specific feature. They use /pm-do to claim the task, get the necessary context from the user story, implement the code, verify against acceptance criteria, and mark the task as complete or ready for review.

Quick Start

Execute the task identified by the ID 'US-MP-1-1' and update its status.

Frequently Asked Questions about pm-do

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

FAQPage Schema
How do I claim and execute unassigned project tasks in an agile workflow?

To execute unassigned project tasks, this workflow guides you through claiming the task, retrieving parent story context, implementing the code, and verifying completion against defined criteria. It manages status transitions from todo to in-progress, review, and done automatically.

How does task execution retrieve parent story context for implementation?

Task execution retrieves parent story context by automatically fetching the associated user story details. This provides contextual awareness so you understand the broader feature requirements before implementing code and verifying against acceptance criteria.

Do I need a specific MCP server integration to manage task status updates?

Yes, managing task status updates requires integration with ProjectMan's MCP server. This connection is necessary to handle task status transitions, claim unassigned tasks, and update completion states throughout the development workflow.

Can I update task status transitions like review and done using a guided workflow?

Yes, you can update task status transitions including todo, in-progress, review, and done. The guided workflow manages these status updates automatically as you claim tasks, implement features, and verify completion against acceptance criteria.

What's the best way to verify task completion against acceptance criteria?

The best way to verify task completion is using a guided workflow that retrieves parent story context, checks implementation against acceptance criteria, and suggests next steps upon completion. This ensures tasks meet defined standards before marking them done.

Why does task execution require fetching parent user story details before coding?

Task execution requires fetching parent user story details to provide contextual awareness for implementation. Without this context, developers risk building features that don't align with the broader story requirements and acceptance criteria defined in the project.