Dsar intake triage
Toolkit and Standard for building, grading, and scaling cross-agent skill libraries (Claude Code + Codex) to a tiered Bronze/Silver/Gold quality bar.
npx -y skills add product-on-purpose/agent-skills-toolkit --skill dsar-intake-triageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Triages an incoming data-subject access request by verifying the requester's identity, classifying the request as access, deletion, correction, or opt-out, and reporting the statutory response deadline. Use when a consumer data request arrives and you need to know what kind of request it is, who must answer it, and by when.
SKILL.md
1.7 KB, 308 tokens by cl100k_base, as published. Nobody here has run it
dsar-intake-triage
Turn a raw inbound message into a triaged request with a type, an owner, and a deadline, so the response clock is never started late.
Procedure
- Verify the requester. Match the request to an account or to two independent identifiers. An unverified request is not a statutory request yet, and the clock has not started.
- Classify the request. Use the table below. A message asking for two things is two requests.
- Assign the owner. Access and correction go to support. Deletion goes to the data engineering on-call. Opt-out goes to marketing operations.
- Set the deadline. 45 days from receipt of the verifiable request, with one 45-day extension available where the request is complex and the requester is told why before the first deadline passes.
Request types
| The requester asks for | Type | Owner |
|---|---|---|
| a copy of their data | access | support |
| deletion of their data | deletion | data engineering |
| a factual correction | correction | support |
| to stop targeted advertising or a sale of their data | opt-out | marketing operations |
| an appeal of a refusal | appeal | the privacy lead |
What good triage looks like
The deadline is recorded against the verification date, not the arrival date, and the requester is told which of the two started their clock.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.