Agent skill

client-validation-document

Produce the Part 5 Client Validation Document — the one true stop where unbiased v1 findings meet the client. Each finding gets ACCEPT/REJECT/EDIT/DEFER decision.

indranilbanerjeegithub.com/indranilbanerjeeGitHub ↗
claude-codecopilotcursorcodexcan modify filesMIT
Install
npx skills add indranilbanerjee/digital-marketing-pro --skill client-validation-document --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: skills/client-validation-document/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 700
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /digital-marketing-pro:client-validation-document — Part 5: The One True Stop This skill produces the Part 5 deliverable: the Client Validation Document. It is the only point in the engagement where unbiased v1 findings are formally presented to the client for accept/reject/edit decisions. ## Context efficiency Heavy skill. **Grep before Read** any referenced file, then `Read` only matched ranges with `offset` + `limit`. List `${CLAUDE_PLUGIN_DATA}/<brand>/` before opening files. On re-invocation mid-session, skip files already in context. This is the **one true stop** in the 12-Part flow. Nothing in Parts 6+ proceeds until this is signed off. ## What this document is The Client Validation Document compiles the most strategically consequential findings from Parts 2, 3, and 4 (the unbiased research and the four core documents) into a structured review document. For each finding: - The finding itself - Evidence / sources - Proposed implication if accepted - Three response options for the client: ACCEPT / REJECT / EDIT / DEFER - (For REJECT or EDIT) — the client provides their corrected version and the rationale The client's responses then feed the Decision Matrix in Part 6 to deter

What's inside
Steps it walks through
  1. Context efficiency
  2. What this document is
  3. What this document is NOT
  4. Pre-conditions
  5. Document Structure
  6. Section 1: Executive Briefing
  7. Section 2: Findings — by category
  8. Section 3: Open Questions
  9. Section 4: Response Mechanism
  10. Finding Block Format
  11. Materiality Classification
  12. Response Categorisation for the Decision Matrix
  13. Production Steps
  14. Recording Client Responses
Commands it runs
python ${CLAUDE_PLUGIN_ROOT}/scripts/engagement-state.py decision-matrix \
More from digital-marketing-pro
All skills →
About this skill
What does the client-validation-document skill do?

Produce the Part 5 Client Validation Document — the one true stop where unbiased v1 findings meet the client. Each finding gets ACCEPT/REJECT/EDIT/DEFER decision.

How do I install it?

Run `npx skills add indranilbanerjee/digital-marketing-pro --skill client-validation-document --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From indranilbanerjee/digital-marketing-pro, a repository with 700 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going