基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vstorm-co/agenticos --skill client-update-letter命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | Client update letter |
| description | Tell a client where the matter is, what it costs and what happens next. |
| category | content |
Most complaints about lawyers are about communication, not outcomes. This is the cheapest thing a firm can do well.
Where we are — what has happened since the last update, in plain language. What it means — the consequence for them, not the procedural step. What happens next — with a date, and who does it. Costs — incurred to date against estimate, and any change to the estimate, with the reason.
Even when nothing has changed, say so. A silent period followed by a bill is the single largest source of fee disputes.
Replace procedural terminology with what it means for them, keeping the term in brackets once. "The other side has to file their defence by 14 March (acknowledgement of service)".
First paragraph, plainly, with what is being done about it. Bad news buried on page two reads as concealment when it is found.
Predict an outcome as a probability, promise a timescale controlled by a court or another party, or leave a question from the client's last message unanswered.
Write or extend the backend Python test suite — a unit test for a service, an integration test against a real Postgres, an API test through the FastAPI app, or the test a bug fix needs. Also for "coverage is failing", "make test is red", and deciding which of the four layers a test belongs in. Uses anyio (not pytest-asyncio) and a 100% coverage gate on the platform layer.
Build or change a page, view or data-driven feature in the Next.js frontend — a route under the dashboard, wiring UI to a backend endpoint, a Zustand store, a permission that must hide a control, or localized copy. Use for any work in frontend/src, including "the page renders but shows an empty state" and "this button should not be visible to a Viewer".
Write or fix the documentation site — add a page, update one after a behaviour change, fix a dead link or a failing docs build, add a diagram or an icon, or wire a new page into the nav. Use whenever docs/ or mkdocs.yml is touched, and whenever a code change alters behaviour a page describes. make docs-build runs --strict, so a dead link fails CI.