How to Combine Claude Cowork and the Brand-Guidelines Skill to Build a Monthly Client Recap
Use Claude Cowork to collect local project results, then apply a brand-guidelines skill pattern to produce a monthly client recap that stays consistent.
Warning: Client recaps often include revenue, campaign performance, product plans, or other sensitive business information. Limit Cowork to the client workspace you need and verify all numbers before sending.
Cowork requirements at a glance: Claude Desktop, a paid Claude plan (Pro/Max/Team/Enterprise), and Cowork research preview access.
If Claude Cowork is new to you
Start with the Claude Cowork explainer page in the site's Tools menu before you run this workflow. Cowork runs in Claude Desktop and can work on the local files you choose to share. For related examples, see the Claude Cowork tool hub and the Anthropic Workflows series. In a hybrid workflow, let Cowork gather and process files, then let a Skill shape the final output format.
If Claude Skills is new to you
Start with the Claude Skills explainer page in the site's Tools menu before you run this workflow. The short version is that Skills are reusable instruction bundles Claude can load for repeatable work. The public skills repository also makes good reference material when you want to copy the pattern into a private skill for your own team. You can also browse the Claude Skills tool hub and the Anthropic Workflows series.
Problem and who this is for
A monthly client recap often fails in one of two ways. It is either visually inconsistent because it was assembled too fast, or it is consistent-looking but weak on substance because no one pulled the real project evidence together first. The hybrid fix is to let Cowork gather the month's real outputs and let a brand-guidelines skill pattern keep the recap consistent.
This workflow is for freelancers, consultants, and agencies who send recurring monthly recaps to clients.
Prerequisites
- Claude Desktop with Cowork.
- Claude Skills access.
- One local client workspace with the month's deliverables, screenshots, notes, and metrics.
- A simple brand standard for headings, voice, and section order.
How to gather the source material
- Create one local month-end recap folder for the client.
- Add the source material you want Cowork to inspect: metrics exports, screenshots, PDFs, final deliverables, and short notes.
- Add one file called
recap-structure.txtwith your standard sections. Example: wins, deliverables completed, metrics, issues, next month. - Add one file called
brand-rules.txtwith the voice, naming, and formatting rules you care about. - Remove files you do not want surfaced in the recap.
Numbered workflow steps
1) Use Cowork to gather the month's evidence
{
"task": "Collect the month's client-delivery evidence for a monthly recap",
"input": {
"client_workspace_folder": "LOCAL FOLDER PATH",
"recap_structure_file": "recap-structure.txt"
},
"rules": [
"Inspect the local files and summarize what was actually delivered or achieved this month.",
"Separate verified metrics from qualitative wins.",
"Flag missing numbers or unsupported claims.",
"Prepare one clean evidence summary for the final writing step."
],
"output": {
"evidence_summary": "Structured source-based summary",
"missing_numbers_or_support": "Claims that still need proof",
"recommended_sections": "Section-ready outline for the final recap"
}
}
2) Verify metrics and remove weak claims
Do not send a branded recap with unverified numbers. Fix the evidence summary first.
3) Apply a brand-guidelines skill pattern to shape the final recap
{
"task": "Write a monthly client recap from a verified evidence summary using brand rules",
"input": {
"verified_evidence_summary": "PASTE STEP 1 OUTPUT AFTER REVIEW",
"brand_rules": "PASTE brand-rules.txt",
"recap_structure": "PASTE recap-structure.txt"
},
"rules": [
"Keep the section order from the recap structure.",
"Apply the brand voice and naming rules.",
"Do not invent metrics or wins.",
"Keep unsupported claims out of the final recap."
],
"output_format": {
"type": "client_recap",
"sections": [
"Summary",
"Wins this month",
"Deliverables completed",
"Key metrics",
"Issues or watchouts",
"Next month"
]
}
}
4) Create a shorter email cover version if needed
Once the full recap is approved, ask Claude for a short email cover note that links or attaches the recap.
Tool-specific instructions
Why the hybrid setup works
- Cowork is the practical part. It can inspect the local workspace and gather the month's evidence without manual upload gymnastics.
- A brand-guidelines skill pattern is the formatting part. It keeps the recap voice and structure consistent after the evidence is already verified.
- If either feature is unfamiliar, use the Claude Cowork explainer and Claude Skills explainer pages in the site's Tools menu first.
Quality checks
- Every metric in the final recap can be traced back to a local source in the client workspace.
- The recap structure stays consistent across months.
- The wording sounds branded and intentional without becoming vague.
- Anything that still lacks support is removed or clearly flagged before send.
Common failure modes and fixes
The recap looks polished but says very little
Fix: strengthen the evidence summary step and demand concrete deliverables and proof before the writing stage.
Brand voice overwhelms the facts
Fix: treat brand rules as formatting rules, not as a reason to soften or inflate the substance.
Numbers conflict across files
Fix: choose the source of truth yourself, correct the evidence summary, then rerun the final recap step.
Sources Checked
- Anthropic Claude Help Center: Get started with Cowork (accessed 2026-03-23) https://support.claude.com/en/articles/13345190-get-started-with-cowork
- Anthropic Claude Help Center: Installing Claude Desktop (accessed 2026-03-23) https://support.claude.com/en/articles/10065433-installing-claude-desktop
- Anthropic Claude Help Center: Use Cowork safely (accessed 2026-03-23) https://support.claude.com/en/articles/13364135-use-cowork-safely
- Anthropic Claude Help Center: What are Skills? (accessed 2026-03-23) https://support.claude.com/en/articles/12512176-what-are-skills
- Anthropic Claude Help Center: Use Skills in Claude (accessed 2026-03-23) https://support.claude.com/en/articles/12512180-use-skills-in-claude
- GitHub: brand-guidelines skill in elliepetalmedia/skills (accessed 2026-03-23) https://github.com/elliepetalmedia/skills/tree/main/skills/brand-guidelines
Quarterly Refresh Flag
Review on 2026-06-21 to confirm any updates to Claude Skills, Cowork availability, mobile dispatch requirements, project behavior, and supported setup paths.
Related Workflows
How Freelancers Can Use Claude Cowork to Review a Deliverable Folder Against a Client Checklist
Use Claude Cowork to compare a deliverable folder against the client brief and catch missing files before delivery.
How Freelancers Can Use Claude Cowork to Turn a Sales Call Into a Personalized Proposal While Traveling
Use Claude Cowork and your local proposal templates to turn a sales call recap into a personalized proposal while you are away from your desk.
How Freelancers Can Use Claude Skills to Turn a Client Intake Form Into a Project Kickoff Brief
Turn a client intake form and scattered onboarding notes into a project kickoff brief with Claude Skills.