From add
Provides briefing on autonomous work during developer absence: completed tasks, in-progress items, decisions needing input, coordination state, git commits, tests, and project status.
npx claudepluginhub mountainunicorn/add --plugin addThis skill is limited to using the following tools:
The human has returned. Provide a concise briefing on what happened during their absence.
Declares user absence with duration and generates autonomous work plan by scanning specs, plans, git status, todos, and PRD. Categorizes executable vs queued tasks for hands-off progress.
Generates project standup briefing after 1-30 days away: git history, status, open issues/PRs, TODOs, next steps. Adapts depth by time gap; requires git repo.
Generates structured Markdown handoff documents summarizing git status, completed/in-progress/pending tasks, key decisions, learnings, files touched, gotchas, and resume commands. Trigger on 'handoff', 'continue later', or session end.
Share bugs, ideas, or general feedback.
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.