en un clic
aget-wake-up
Initialize AGET session with status briefing
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Initialize AGET session with status briefing
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Propose ranked next-best actions with evidence grounding, time budgets, and execute-all default. Formalizes the fleet's highest-frequency interaction pattern.
Scaffold approved initiative manifests at planning/initiatives/INIT-*.md. Mirrors /aget-create-project STRICT (D71 Layer 2) — direct Write/Edit to planning/initiatives/ is PROHIBITED once this skill is invoked. Implements SOP_initiative.md (graduated procedure) + future AGET_INITIATIVE_SPEC. Consumes PROPOSAL_init_*.md substrate produced by /aget-propose-initiative.
Run AGET health inspection and housekeeping checks. Detect-only — pair with /aget-enhance-health for remediation.
Remediate health drift detected by /aget-check-health. Applies Tier A/B/C severity routing per DESIGN_DIRECTION §Principle 9 (canonical check → enhance pipeline). Generator layer (ADR-008) sibling to /aget-check-health.
Record lessons learned from sessions as persistent, searchable, committable artifacts. Classifies each lesson as Framework (help other AGETs) or Domain (help principal).
File issues with L520 governance compliance
| name | aget-wake-up |
| description | Initialize AGET session with status briefing |
| allowed-tools | ["Bash","Read","Glob"] |
Initialize an AGET agent session. This skill runs the wake-up protocol to display agent identity, version, fleet status, and session context.
When this skill is invoked:
Run the wake-up script:
python3 scripts/wake_up.py
If the script succeeds, summarize the key information:
planning/)If the script fails or is not found, fall back to manual wake-up:
.aget/version.json for version infoAGENTS.md header for agent identitygit status for current statels .claude/skills/ 2>/dev/null | wc -lls .aget/evolution/L*.md 2>/dev/null | wc -lPresent a concise briefing:
[Agent Name] v[version] ready
- Fleet: [N] agents (if supervisor)
- Location: [current directory]
- Git: [branch] ([clean/dirty])
- Skills: [N] | Learnings: [N]
- Active: [project name] (if any)
scripts/wake_up.py returns exit code 1: Report validation warningsscripts/wake_up.py returns exit code 2: Report configuration error