with one click
status
GIVERNY reports current state of thoughts/ and context.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
GIVERNY reports current state of thoughts/ and context.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.