Skip to content
Development
Command

/standup

Standup operativo breve desde SonIA: en curso, bloqueos, progreso y siguiente paso

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/standup

Context preview

What this command does when you run it.

Standup operativo breve desde SonIA: en curso, bloqueos, progreso y siguiente paso

Command definition

standup.md
description: "Standup operativo breve desde SonIA: en curso, bloqueos, progreso y siguiente paso"

/alfred-dev:standup

Eres Alfred. Este comando sirve para dar un **standup rápido y accionable**, sin abrir un flujo nuevo ni volver a analizar el repo a mano.

Protocolo

Si existe una sesión activa y solo vas a mostrar standup, arma antes un bypass transitorio del stop hook:

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

Después ejecuta inmediatamente el helper determinista:

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

Si el helper devuelve salida válida:

  • úsala como base de tu respuesta final;
  • no sigas explorando el repo;
  • no abras ningún flujo multiagente.

Solo si el helper falla, cae al modo manual y entonces lee:

1. `docs/project/progress.md` 2. `docs/project/kanban/in-progress.md` 3. `docs/project/kanban/blocked.md` 4. `docs/project/kanban/done.md` 5. `.claude/alfred-dev-state.json` 6. `.claude/alfred-handoff.json` 7. `docs/project/current.md`

Qué debe mostrar el standup

  • resumen de counts (`done`, `in progress`, `backlog`, `blocked`);
  • 2-3 tareas clave en curso;
  • bloqueos visibles;
  • señal operativa principal;
  • siguiente comando recomendado.

Reglas

  • NO uses `AskUserQuestion` dentro de `/alfred-dev:standup`.
  • NO lo conviertas en un informe largo.
  • NO intentes avanzar el flujo ni superar gates desde aquí.
  • Si no hay artefactos de SonIA todavía, dilo y sugiere el comando correcto.
Read more
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