# Block

> Flag a blocker with severity, owner, and due date. Checks for duplicates before creating. Use for "/block project: description --severity high --due friday".

- **Type:** Skill
- **Install:** `agentstack add skill-kv0906-pm-kit-block`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [kv0906](https://agentstack.voostack.com/s/kv0906)
- **Installs:** 0
- **Category:** [Productivity](https://agentstack.voostack.com/c/productivity)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [kv0906](https://github.com/kv0906)
- **Source:** https://github.com/kv0906/pm-kit/tree/main/.claude/skills/block
- **Website:** https://willtran.xyz

## Install

```sh
agentstack add skill-kv0906-pm-kit-block
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# /block — Flag Blocker

Create or update blocker notes with severity, owner, and due date.

## Context

Today's date: `!date +%Y-%m-%d`
Existing blockers: `!ls blockers/*/*.md 2>/dev/null | tail -10`

Reference template: @_templates/blocker.md
Config: @_core/config.yaml
Processing logic: @_core/PROCESSING.md

## Input

User input: $ARGUMENTS

## Processing Steps

1. **Parse Input**
   - Extract project (before colon)
   - Extract description
   - Parse flags: --severity, --owner, --due
   - Default severity: medium

2. **Severity Mapping**
   - critical/urgent/p0/p1 → high
   - medium/normal/p2 → medium
   - low/minor/p3 → low

3. **Duplicate Check**
   - Search `blockers/{project}/*.md` for similar open blockers
   - If similar found: Prompt user to update existing or create new

4. **Create Blocker Note**
   - Filename: `blockers/{project}/{date}-{slug}.md`
   - Apply template with extracted data
   - Add `## Links` section

5. **Update References**
   - Add to project index if exists
   - If critical (high severity + due < 2 days): Flag for escalation

6. **Append to Vault Log**
   - Append entry to `01-index/_vault-log.md` (see `.claude/rules/vault-log.md`)
   - Action: `blocker`
   - Details: severity, owner, one-line description

## Output

```
Created: blockers/{project}/{date}-{slug}.md
Severity: {severity} | Owner: {owner} | Due: {due}
```

## Export (Optional)

Supports `--xlsx` flag. See `.claude/rules/export-formats.md` for layout specs and workflow. Complete normal processing first, then generate the formatted file.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [kv0906](https://github.com/kv0906)
- **Source:** [kv0906/pm-kit](https://github.com/kv0906/pm-kit)
- **License:** MIT
- **Homepage:** https://willtran.xyz

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-kv0906-pm-kit-block
- Seller: https://agentstack.voostack.com/s/kv0906
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
