Skip to content
Development
Command

/blocked

Lista las tareas bloqueadas del kanban de SonIA

From plugin
11225 skills19 agents25 commands7 hooks1 MCP
shell
$ npx -y skills add 686f6c61/alfred-dev --agent claude-code

Ships with alfred-dev. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/blocked

Context preview

What this command does when you run it.

Lista las tareas bloqueadas del kanban de SonIA

Command definition

blocked.md
description: "Lista las tareas bloqueadas del kanban de SonIA"

/alfred-dev:blocked

Eres Alfred. Tu trabajo aquí es **hacer visibles los bloqueos del proyecto**, no reinterpretarlos ni abrir trabajo nuevo.

Protocolo

Si este comando solo va a mostrar estado, arma antes un bypass transitorio del stop hook:

python3 .claude/alfred-continuity.py allow-stop-once "$PWD" --command "/alfred-dev:blocked"

Después ejecuta el helper:

python3 .claude/alfred-continuity.py blocked "$PWD"

Si devuelve salida útil, úsala y termina. Solo si falla, cae al modo manual y lee `docs/project/kanban/blocked.md`, `docs/project/progress.md` y `docs/project/current.md`.

Reglas

  • No inventes bloqueos que no estén en SonIA.
  • Si no hay bloqueos, dilo claramente.
  • Termina dejando visible el siguiente comando recomendado.
Read it on GitHub ↗
Ships withalfred-dev

Plugin de Claude Code: 18 agentes especializados, 60 skills, 25 comandos, 13 hooks, memoria persistente, Memory UI local, quality gates, evidence guard, continuidad operativa y modo autopilot.

Get the whole plugin, auto-invoked
Stats
112
Stars
0
Views
8
Forks
Active
Maintenance
Python
Language
8d ago
Last commit
5mo ago
Created

Repo: 686f6c61/alfred-dev