Регистрация блокеров проекта из чата

★ 7.4 · general

block is a Claude Code skill that captures project blockers directly from chat using a command like `/block project: description --severity high --due friday`. It parses the input to extract the project name, description, and flags (`--severity`, `--owner`, `--due`), defaulting severity to medium, then scans `blockers/{project}/` for similar open blockers before creating a new one. New blockers are saved as markdown files following a standard template, with the project index and `01-index/_vault-log.md` updated accordingly. Critical blockers — high severity with a due date under two days — are automatically flagged for escalation. An optional `--xlsx` export is available for teams that need spreadsheet output alongside their markdown workspace.