尽调问题表格工作流 DeepSeek Harness Adapter
This skill ports the original managed-agent cookbook into a DeepSeek Harness (dsh) workflow.
Source Files
- Cookbook root:
managed-agent-cookbooks/diligence-grid - Read first:
managed-agent-cookbooks/diligence-grid/README.md - Agent blueprint:
managed-agent-cookbooks/diligence-grid/agent.yaml - Steering examples:
managed-agent-cookbooks/diligence-grid/steering-examples.json - Subagent blueprints:
managed-agent-cookbooks/diligence-grid/subagents
Path Resolution
The repository-relative paths above resolve against the claude-for-legal-ZH repository root:
- If the current workspace contains the repository, resolve them against the repository root directly.
- Otherwise (user-level install), run
cat ~/.dsh/legal-zh/repoonce to get the absolute repository path recorded byscripts/install-dsh.sh, then prefix the relative paths with it.
How To Use
- Read the cookbook
README.mdandagent.yamlbefore running the workflow. - Translate Claude managed-agent concepts into dsh execution:
- Use dsh filesystem tools for repositories, trackers, tables, and source documents.
- Use the dsh subagent tool only if the user explicitly asks for parallel agents or the workflow itself is requested as a multi-agent run.
- Use dsh jobs/schedules only when the user asks to monitor, remind, watch, or repeat the workflow over time.
- If the cookbook references subagents, read only the relevant YAML files under
subagents/. - Preserve legal review limits: all outputs are lawyer-review drafts; verify current legal facts and deadlines before reliance.
- Produce the cookbook's intended artifact, such as a grid, tracker update, alert, digest, or memo, in the user's requested location or inline if no location is specified.