From agent-workflows
Use when the user says they are stepping away and the agent should continue without interactive approvals
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-workflows:afkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user is away: no interactive approval will arrive. Campaign protocol —
The user is away: no interactive approval will arrive. Campaign protocol —
scope derivation, the unblocking ladder, terminal states, budgets — is the
loop-brief skill's; when a LOOP.md charter exists, run its iterations.
This skill adds the operational constraint: nothing you run may block on a
prompt.
Derive scope from committed artifacts: LOOP.md, handoffs, specs, recent
commit messages. Uncovered decisions climb the ladder — reversible interior
calls are made and logged as dated provisional Decisions, not accumulated.
Terminate per the loop's terminal states (done, blocked: needs N decisions with a numbered evidenced batch, or budget-exhausted), and
write back the charter — or a handoff when no charter exists — before
stopping.
npx claudepluginhub alleneubank/agent-profile --plugin agent-workflowsCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.