一键导入
issue-delivery-kickoff
Triage an issue, detect done-state and overlap, then hand it off to a fresh-worktree implementation agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Triage an issue, detect done-state and overlap, then hand it off to a fresh-worktree implementation agent.
用 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.
Stop agent workflow spirals by inventorying blockers, fixing durable root causes, and documenting anti-friction improvements before moving on.
| name | issue-delivery-kickoff |
| description | Triage an issue, detect done-state and overlap, then hand it off to a fresh-worktree implementation agent. |
| compatibility | opencode |
| metadata | {"audience":"maintainers","repo":"perkcord"} |
Purpose: turn a loosely selected GitHub issue into a safe execution handoff.
.opencode/skills/agent-workstream-planning/SKILL.md..opencode/skills/agent-workstream-planning/SKILL.md.already done from partially done and narrow the remaining scope before kickoff.AGENTS.md and AGENTS.local.md when present.Before handing off implementation, look for:
If these line up, prefer a "verify + close" recommendation over a new coding branch.
If the issue is only partially complete:
For deployment, infra, or automation issues, also verify:
Any issue-completion agent should start in a fresh worktree, not the main worktree.
Suggested pattern:
git worktree add "../perkcord-issue-<number>" -b "feat/issue-<number>-<slug>" main
Then the implementation agent should work from that new path and leave the main worktree clean.
Use a prompt that includes:
For deployment/automation issues, also include:
If an agent is already working a related issue and the user wants to inform, not redirect, that agent:
.opencode/skills/agent-workstream-planning/SKILL.md in the same pass.docs/agentic/agentic-improvement-log.md.