How this command is triggered — by the user, by Claude, or both
Slash command
/alfred-dev:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Estado de la sesión Lee el fichero `.claude/alfred-dev-state.json`. Si no existe, informa de que no hay sesión activa. Si existe, presenta: - Comando activo y descripción - Fase actual y número de fase - Fases completadas con timestamps y artefactos generados - Gates pendientes o fallidas - Dependencias nuevas añadidas - Hallazgos de seguridad - Notas acumuladas Presenta la información de forma legible con tablas y formato claro.
Lee el fichero .claude/alfred-dev-state.json. Si no existe, informa de que no hay sesión activa.
Si existe, presenta:
Presenta la información de forma legible con tablas y formato claro.
npx claudepluginhub fontecha/alfred-dev/statusDisplays project status from Conductor tracks, including overall progress, track summaries, task completion, and blocker detection. Accepts optional track ID and --detailed flag.
/statusReads task_plan.md and displays a compact planning status summary showing current phase, phase progress, errors logged, and file existence.
/statusShows active and recent Codex jobs for the current repository, including review-gate status. Also supports filtering by job ID with --wait and --timeout-ms flags, or listing all jobs with --all.
/statusDisplays task status across orchestration runs with filtering by date, status, agent, priority, and type. Also supports detailed, timeline, and velocity views.
/statusDisplays task status across orchestration runs with filtering by date, status, agent, priority, and type. Also supports detailed, timeline, and velocity views.
/statusShows current session progress in plain language, including what changed, what was checked, and next steps. Also provides error recovery guidance.