block

Track project blockers with severity, owner, and due date.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ThuHuynh1438/pm-kit --skill block-thuhuynh1438
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: block
Source: https://github.com/ThuHuynh1438/pm-kit/tree/main/.claude/skills/block
Command: npx skills add https://github.com/ThuHuynh1438/pm-kit --skill block-thuhuynh1438

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flag blockers for projects with severity, owner, and due date.

Core Features & Use Cases

  • Create or update blocker notes with severity, owner, and due date.
  • Check for duplicates before creating to avoid conflicting blockers.
  • Rewrite references and maintain a central blockers index.

Quick Start

Provide a project name and description, then run the command to create or update the blocker with optional flags for severity, owner, and due date.

Frequently Asked Questions about block

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

FAQPage Schema
How do I track project blockers by severity and owner?

Project blocker tracking is done by parsing input for project and description, then creating a note at blockers/{project}/{date}-{slug}.md with flags for severity, owner, and due date. This ensures every blocker is systematically recorded and easy to monitor.

What is the best way to prevent duplicate blockers across a project?

To prevent duplicate blockers, the system performs a duplicate check before creating a new note. It verifies existing entries in the blockers index and rewrites references to maintain a central, conflict-free log of project issues.

How do I update an existing blocker's due date and severity?

Updating an existing blocker's due date and severity is done by running the command with the project name, description, and new flags. The system checks for duplicates and updates the note while maintaining reference integrity in the blockers index.

Can I use this for task-tracking without setting up external dependencies?

Yes, you can use this for task-tracking without external dependencies. The Skill operates independently with no required dependencies, parsing input directly to create and manage blocker notes in your project repository.

How are blocker notes structured when created for a project?

Blocker notes are structured as markdown files saved at blockers/{project}/{date}-{slug}.md. The system parses your input to extract the project name, description, and flags, formatting them into a standardized note for tracking.