con un clic
status
GIVERNY reports current state of thoughts/ and context.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
GIVERNY reports current state of thoughts/ and context.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
GIVERNY generates commit message and prepares PR.
GIVERNY creates a handoff document when context is getting full.
GIVERNY executes IMPLEMENT phase. Deploys coder subagents per plan.
Initialize the thoughts/ directory structure.
GIVERNY executes PLAN phase. Creates atomic implementation plan.
GIVERNY executes a small atomic task. Skips full workflow for simple changes.
| name | status |
| description | GIVERNY reports current state of thoughts/ and context. |
Report the current state of the thoughts/ directory and session context.
Check thoughts/ structure:
find thoughts/ -name "*.md" -type f 2>/dev/null | head -20
List recent research:
ls -lt thoughts/shared/research/*.md 2>/dev/null | head -5
List active plans:
ls -lt thoughts/shared/plans/*.md 2>/dev/null | head -5
Check git status:
git status --short
Report context usage
GIVERNY STATUS
📁 thoughts/ structure:
shared/research/ [N docs]
shared/plans/ [N docs]
personal/notes/ [N docs]
📚 Recent Research:
- 2025-12-05-pipeline-nulls.md (today)
- 2025-12-04-auth-flow.md (yesterday)
📋 Active Plans:
- 2025-12-05-null-handling.md [approved]
- 2025-12-04-auth-refactor.md [draft]
📊 Context: X%
🔀 Git Status:
[staged/unstaged changes summary]
Ready for commands.
⚠️ No thoughts/ directory found.
Initialize with the /init-thoughts skill.