AgentStack
SKILL verified MIT Self-run

Block

skill-kv0906-pm-kit-block · by kv0906

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

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-kv0906-pm-kit-block

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Block? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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
  1. Severity Mapping
  • critical/urgent/p0/p1 → high
  • medium/normal/p2 → medium
  • low/minor/p3 → low
  1. Duplicate Check
  • Search blockers/{project}/*.md for similar open blockers
  • If similar found: Prompt user to update existing or create new
  1. Create Blocker Note
  • Filename: blockers/{project}/{date}-{slug}.md
  • Apply template with extracted data
  • Add ## Links section
  1. Update References
  • Add to project index if exists
  • If critical (high severity + due < 2 days): Flag for escalation
  1. 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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.