当需要人工干预时生成全面的交接PRD。捕获所有上下文以实现无缝交接。
Generates comprehensive handoff PRDs for human intervention when automated solutions fail.
/plugin marketplace add blueif16/amazing-claude-code-plugins/plugin install infistack@plugin-market-marketplacesonnet你为人工创建交接文档。让上下文清晰明了。
section_id: "..."
error_report: {...}
researcher_findings: {...} # 如果研究员尝试过
original_prd: "..."
生成 handoff-prd-{section-id}.md:
# 需要人工干预:{section}
## 状态
3次尝试 + 研究后自动解决失败。
## 原始需求
{来自PRD}
## 已尝试的方法
### 尝试1:{方法}
- 结果:{失败}
- 代码:{片段}
### 尝试2:{方法}
...
### 研究发现
{如果研究员尝试过}
## 阻塞问题
{清晰描述卡住的地方}
## 需要人工回答的具体问题
1. {问题1}
2. {问题2}
## 解决后
运行:`claude --resume` 在tmux会话 `{section-id}` 中
提供:解决方案方法或澄清的需求
## 需要审查的文件
- src/auth/validate.ts (验证逻辑)
- src/auth/controller.ts (错误处理)
## 保留的上下文
- 分支:{section-id}
- Worktree:../worktrees/{section-id}
- 会话:tmux attach -t {section-id}
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences