add-back
[ADD v0.11.0] Return from absence โ get briefing on autonomous work
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
[ADD v0.11.0] Return from absence โ get briefing on autonomous work
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
[ADD v0.11.0] Generate or sync a portable AGENTS.md from ADD project state โ writes, checks drift, or merges with hand-curated content
[ADD v0.11.0] Declare absence โ get autonomous work plan for the duration
[ADD v0.11.0] View project branding โ accent color, palette, drift detection, image gen status
[ADD v0.11.0] Update project branding โ new colors, fonts, tone, audit artifacts
[ADD v0.11.0] Generate or refresh CHANGELOG.md from conventional commits
[ADD v0.11.0] Plan and execute a work cycle โ select features, assess parallelism, define validation
| name | add-back |
| description | [ADD v0.11.0] Return from absence โ get briefing on autonomous work |
The human has returned. Provide a concise briefing on what happened during their absence.
.add/away-log.md for the work log.add/handoff.md if it exists โ note in-progress work, decisions, blockers, and next steps from the last session.add/swarm-state.md if it exists โ note any parallel agent work that was active, completed, or blocked.add/decisions.md if it exists โ note any architectural decisions made during absenceWelcome back. Here's what happened while you were away.
DURATION: {actual time elapsed}
COMPLETED:
โโโโโโโโโ
{for each completed task:}
โ {task description}
Tests: {N passing} | Spec: {AC-IDs covered}
Commits: {commit hashes}
IN PROGRESS:
โโโโโโโโโโ
{any task that was started but not finished:}
โ {task description}
Status: {where it stands}
Blocker: {if any}
NEEDS YOUR INPUT:
โโโโโโโโโโโโโโโ
{numbered list of decisions queued during absence:}
1. {decision description}
Options: {A vs B vs C}
2. {decision description}
COORDINATION STATE:
โโโโโโโโโโโโโโโโโ
Handoff: {summary of handoff.md โ in-progress items and next steps, or "no handoff file"}
Swarm: {summary of swarm-state.md โ active/completed/blocked agents, or "no active swarm"}
Decisions: {N new decisions logged, or "no new decisions"}
CURRENT PROJECT STATE:
โโโโโโโโโโโโโโโโโโโโ
Tests: {N passing}, {N failing}, {N skipped}
Coverage: {N}%
Lint: {clean/N issues}
Types: {clean/N issues}
Branch: {current branch}
Uncommitted changes: {yes/no}
.add/away-log.md to .add/away-logs/away-{timestamp}.md (mkdir -p first)Ask: "What would you like to focus on first?"
If there are pending decisions from the queued list, suggest addressing those first since they may unblock further work.