一键导入
agent-friction-retro
Stop agent workflow spirals by inventorying blockers, fixing durable root causes, and documenting anti-friction improvements before moving on.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Stop agent workflow spirals by inventorying blockers, fixing durable root causes, and documenting anti-friction improvements before moving on.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Codex wrapper for implementing the Marketplace Listings mega pass, marketplace PRD, listing UI, search, ratings, comments, Interested, milestones, moderation, or Dayhawk/EntExchange marketplace workflows.
Use when implementing the Marketplace Listings mega pass, marketplace PRD, listing UI, search, ratings, comments, Interested, milestones, moderation, or Dayhawk/EntExchange marketplace workflows.
Payment processing domain model for Perkcord — our role in the ecosystem, provider relationships, credential ownership, PCI scope, and merchant vs platform responsibilities.
Codex wrapper for stopping agent workflow spirals by inventorying blockers, fixing durable root causes, and documenting anti-friction improvements.
Perkcord UI visual confidence loop for Codex. Use when changing apps/web copy, layout, styling, components, subscribe/admin flows, branding, tier rendering, checkout UI, dashboard UI, Playwright visuals, or Storybook snapshots.
Perkcord UI visual confidence loop (Playwright + Storybook)
| name | agent-friction-retro |
| description | Stop agent workflow spirals by inventorying blockers, fixing durable root causes, and documenting anti-friction improvements before moving on. |
Purpose: when a task takes too long for its scope, convert the wasted time into durable tooling, docs, tests, or workflow improvements instead of treating it as incidental pain.
Do not continue brute-forcing once a workflow defect is identified. Stop, name the defect, and patch the smallest durable fix that prevents the next agent from paying the same cost.
This is not optional cleanup. It is core engineering work because repeated agent friction silently taxes every future issue, PR, and review loop.
docs/agentic/agentic-improvement-log.md or a more specific durable artifact.Use this structure in your scratch reasoning or PR notes:
| Blocker | Evidence | Class | Future risk | Durable fix | Verification |
| --- | --- | --- | --- | --- | --- |
| CI Linux snapshot missed | web-playwright visual failed on `*-chromium-linux.png` | tooling gap | high | add artifact adoption helper/docs | helper dry-run plus CI green |
Keep the inventory factual. Do not pad it with blame or vague "flakiness" labels.
Prefer small durable fixes in this order:
Avoid these anti-patterns:
For each durable fix, run the narrowest command that proves the fix and one representative broader gate when practical.
Examples:
npm --prefix apps/web run test:e2e:visual -- --grep legal.*privacy
npm --prefix apps/web run test:e2e:visual:adopt -- .github-run-artifacts/web-playwright-artifacts-visual --platform linux --filter privacy-full --dry-run
node scripts/ensure-workspace-install.mjs
If full verification is expensive or blocked, say exactly what was verified and what remains covered by CI.
When the retro is done, include:
Keep it direct. The goal is to show that the workflow tax was paid down, not just explained.