Mark a task as blocked with a reason appended to the work log
Scanned 5/27/2026
Install via CLI
openskills install Hank95/mdpm---
description: Mark a task as blocked with a reason appended to the work log
argument-hint: "<task id or partial title> [reason]"
---
# /pm-block
Mark a task blocked when progress is stopped by something external — a review, a missing decision, an API that's down, another team's work.
**Blocked vs waiting:** don't confuse them. "Waiting" means `depends_on` points at a task that hasn't shipped yet — that's just sequenced work. "Blocked" means someone outside the task's normal path has to act before it can move.
## How to run
Delegate to the CLI — it sets `status: blocked`, bumps `updated`, and appends the reason to the Work Log atomically:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/bin/mdpm" --json block <ref> <reason...>
```
Example:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/bin/mdpm" --json block PRJ-042 waiting on security review from Alice
```
## Parsing the user's prompt
- Strip the task ID / ref from `$ARGUMENTS` — first token.
- Everything after is the reason. Pass it as positional args.
- If no reason is given, **ask** — don't call the CLI. `mdpm block` rejects empty reasons with a validation error anyway. A block without context rots in `/pm-status`.
## Interpreting the result
- **ok: true** — confirm with a short summary. Tell the user the block will show up in `/pm-status` under Blockers until cleared with `/pm-edit PRJ-042 status=active` or the blocker command chain below.
- **ok: false, error: "precondition_failed"** — can't block a task that's in `done/` or `archive/`. Suggest `/pm-new` for a follow-up.
## External sync
If the task has a `jira_id` or `wrike_id`, offer to push the block state as a comment to the external system via `/pm-sync-jira` or `/pm-sync-wrike`.
## Unblocking
To clear the block, use `/pm-unblock <ref>` — it restores `status:` to the directory-derived value and logs "Unblocked." in the work log.
## Notes
- A blocked task stays in its current directory (usually `active/`). Moving it to a "blocked" directory would hide it from the active queue — we want it visible so it doesn't get forgotten.
- The CLI's reason is mandatory. Never fabricate one.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.