add-away
[ADD v0.11.0] Declare absence — get autonomous work plan for the duration
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
[ADD v0.11.0] Declare absence — get autonomous work plan for the duration
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] 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