add-away
[ADD v0.11.0] Declare absence โ get autonomous work plan for the duration
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] Declare absence โ get autonomous work plan for the duration
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] Return from absence โ get briefing on autonomous work
[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-away |
| description | [ADD v0.11.0] Declare absence โ get autonomous work plan for the duration |
| argument-hint | [duration, e.g. '4 hours', '30 minutes', 'end of day'] |
Codex interaction mode notice (ADD)
This skill depends on structured question/answer turns. Behavior depends on Codex's current mode:
- Plan mode: call the
ask_user_questiontool for each prompt below. One question per call. Wait for the user's answer before moving on.- Default mode (no
ask_user_questionavailable): emit the questions inline as a numbered list, then halt and wait for the user's next prompt. Do not improvise, infer, or fabricate answers โ this skill fails closed if required input is missing. Resume only after the user replies.The skill body below defines what to ask; the shim only governs how to ask.
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