From add
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.
npx claudepluginhub mountainunicorn/add --plugin addThis skill is limited to using the following tools:
The human is stepping away. Establish what work can proceed autonomously and what must wait.
Provides briefing on autonomous work during developer absence: completed tasks, in-progress items, decisions needing input, coordination state, git commits, tests, and project status.
Execute a plan from start to ship — read tasks, implement in dependency order, test continuously, commit incrementally, run quality checks, and push. The plan's checkboxes are the tracker. Triggers: work, execute plan, implement, start work, build, ship, finalize, release, push, ready to ship, done building.
Executes tasks from PLAN.md sequentially with human oversight, handling task splitting, clarifying questions, tests, and learning persistence. Useful for deliberate progress on planned work.
Share bugs, ideas, or general feedback.
The human is stepping away. Establish what work can proceed autonomously and what must wait.
Parse the duration from $ARGUMENTS. If not provided, default to 2 hours. Do not ask — just acknowledge the default:
"No duration specified — I'll plan for a 2-hour session. Say /add:away 4 hours next time to adjust."
.add/config.json for autonomy level and environment tierdocs/prd.md to ground yourself in the project's objectives and scope — this keeps autonomous work aligned with the product visionspecs/ for specs with status "Approved" or "Implementing"docs/plans/ for plans with status "Approved" or "In Progress"Autonomous (can do without human):
Queued (needs human decision):
Got it — you'll be away for approximately {DURATION}.
AUTONOMOUS WORK PLAN:
━━━━━━━━━━━━━━━━━━━
{numbered list of tasks, with spec references}
Estimated completion: {rough estimate}
QUEUED FOR YOUR RETURN:
━━━━━━━━━━━━━━━━━━━━━
{numbered list of decisions/tasks that need human input}
I'll maintain a work log and have a return briefing ready.
Ask: "Does this plan look right? Anything you want me to prioritize or avoid while you're away?"
Wait for confirmation before starting autonomous work.
Write .add/away-log.md to track progress:
# Away Mode Log
**Started:** {timestamp}
**Expected Return:** {timestamp}
**Duration:** {duration}
## Work Plan
{the agreed plan}
## Progress Log
| Time | Task | Status | Notes |
|------|------|--------|-------|
Update this log as work progresses.
Away mode grants elevated autonomy. The human is not available — do not wait for input on routine development tasks.
docs/prd.md whenever you need to validate a decision against the product visionautoPromote is true for the next environment, deploy there and verify. Rollback automatically on failure (see environment-awareness rule for details).autoPromote: falsedocs/prd.md) for guidance.add/away-log.md