Skills

Manage Engineering Follow-ups

$manage-engineering-follow-ups

This skill applies the Engineering Follow-ups Specification . It turns deferred work from a pull request, release, decision, or incident into a durable record with an explicit trigger, owner, target, deadline, verification procedure, and completion evidence.

Install for Codex

Download the complete skill package or copy and run:

mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
curl -fsSL https://vacua.dev/skills/manage-engineering-follow-ups/bundle.tar.gz \
  | tar -xz -C "${CODEX_HOME:-$HOME/.codex}/skills"

Install for Claude Code

mkdir -p "$HOME/.claude/skills"
curl -fsSL https://vacua.dev/skills/manage-engineering-follow-ups/bundle.tar.gz \
  | tar -xz -C "$HOME/.claude/skills"

Invoke directly

$manage-engineering-follow-ups create the two-week production verification from this pull request
/manage-engineering-follow-ups create the two-week production verification from this pull request

Or let ACK construct and validate a draft from pinned evidence:

ack follow-up draft --source record=.ack/pull-requests/42.yaml

Read the raw SKILL.md .