원클릭으로
aoc-stm
Create or resume directed AOC STM handoff packets with explicit purpose and focus.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create or resume directed AOC STM handoff packets with explicit purpose and focus.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Authenticated browser QA on the Voyager dev server — mint real AuthKit sessions for seeded test personas via /api/dev/login, then drive the UI with Playwright. Use whenever QA, visual review, or E2E verification needs a logged-in user.
Orchestrate parallel work across worker agents in herdr panes (omp by default; fable/claude workers on explicit user request) — spawn or discover workers, dispatch assignment packets, monitor liveness, and verify results before committing. Use whenever a code change should be delegated instead of implemented firsthand (delegation-first policy), e.g. /herdr-orchestrate 3 to spawn three workers, or /herdr-orchestrate p17,p18,p19 to use existing panes.
Observe Herdr peers safely with native read-only herdr commands.
Initialize or repair AOC context, memory, and tasks safely.
Ponytail review, audit, and debt workflows for over-engineering review and shortcut ledger scans. Use for /ponytail review, /ponytail audit, /ponytail debt, or when asked what to delete, simplify, or track as ponytail debt.
Anime.js v4 API correctness, imports, targeting, value mapping, refresh/revert semantics, and sane implementation defaults. Use when writing or fixing Anime.js code.
| name | aoc-stm |
| description | Create or resume directed AOC STM handoff packets with explicit purpose and focus. |
Create a proper directed handoff for the current work.
Operator handoff focus: $ARGUMENTS
Treat the text after /handoff as the operator's requested handoff focus. If it is empty, infer a concise continuation focus from the current conversation and repo state.
Goal: produce a sealed AOC STM packet that is useful for the next agent/session, not a generic progress dump.
Workflow:
Determine handoff shape.
continue.review if the focus asks for review/audit.test if the focus asks for validation/repro/QA.debug if the focus asks about a failure, bug, or investigation.docs if the focus asks for documentation/user-facing explanation.commit if the focus asks for commit/release preparation.next-agent/session unless the focus names a role.Inspect only targeted handoff context.
aoc-stm status to detect stale/noisy current STM, but do not blindly seal old current draft.git status --short, git diff --stat, active task/tag via tm tag current or tm show <id> if known.Write a concise purpose-matched handoff packet in Markdown. Include:
Seal it through STM without polluting or depending on stale current draft.
aoc-stm handoff --from-file "$tmp" --purpose "$purpose" --to "$recipient" --focus "$focus" [--task "$task_ref"]Final response to the operator:
Safety:
Resume from an AOC STM handoff. This prompt is intentionally named /rresume to avoid clashing with Pi's native /resume command.
Operator resume target or focus: $ARGUMENTS
Goal: load the relevant sealed handoff packet into this session's working context safely, then summarize what it means before continuing.
Workflow:
Inspect STM state first:
aoc-stm status.aoc-stm resume <archive>.safe_to_resume_latest: yes.safe_to_resume_latest: no or stale warnings appear, do not blindly trust latest. Explain the stale condition and ask the operator for the exact archive or permission to inspect the current draft.Load the packet:
aoc-stm resume <archive> when an archive is known.aoc-stm resume.Extract the working brief:
Verify before acting:
Final response:
Safety: