add-back
[ADD v0.11.0] Return from absence — get briefing on autonomous work
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
[ADD v0.11.0] Return from absence — get briefing on autonomous work
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
[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.