/block — Flag Blocker
SkillDev toolsFlag a blocker with severity, owner, and due date. Checks for duplicates before creating. Use for "/block project: description --severity high --due friday".
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /block — Flag Blocker skill
What this skill tells your AI
The instructions your AI receives, as published by kv0906/pm-kit in .claude/skills/block/SKILL.md and read by ahel’s review.
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
-
Parse Input
- Extract project (before colon)
- Extract description
- Parse flags: --severity, --owner, --due
- Default severity: medium
-
Severity Mapping
- critical/urgent/p0/p1 → high
- medium/normal/p2 → medium
- low/minor/p3 → low
-
Duplicate Check
- Search
blockers/{project}/*.mdfor similar open blockers - If similar found: Prompt user to update existing or create new
- Search
-
Create Blocker Note
- Filename:
blockers/{project}/{date}-{slug}.md - Apply template with extracted data
- Add
## Linkssection
- Filename:
-
Update References
- Add to project index if exists
- If critical (high severity + due < 2 days): Flag for escalation
-
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
- Append entry to
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.
Signals
- GitHub stars
- 133
- Forks
- 33
- Last commit
- Jun 2026
Advanced
- Catalog kind
- skill
- Gateway key
block- Source
- github.com/kv0906/pm-kit