How Freelancers Can Use Claude Skills to Turn a Client Questionnaire Into a Messaging Brief
Turn a client questionnaire and existing website copy into a messaging brief with Claude Skills.
Warning: Messaging work can drift into unsupported claims very quickly. Keep the brief tied to what the client actually does and avoid inventing positioning language the source files cannot support.
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. For curated examples, see the Claude Skills tool hub and the Anthropic Workflows series.
Problem and who this is for
A client questionnaire usually gives you fragments: how the client describes the business, what they think makes them different, and what they want customers to feel. A messaging brief turns those fragments into something you can actually write from.
This workflow is for copywriters, strategists, consultants, and freelancers who build web copy, offer pages, brand messaging, or launch materials.
Prerequisites
- Claude with Skills available.
- The filled-in client questionnaire.
- Existing website copy, offer descriptions, or one recent proposal.
- A short note on what the brief is for. Example: homepage rewrite, service page, launch page, or sales deck.
How to gather the source material
- Export the questionnaire results into a clean text document, DOCX, or PDF.
- Copy the client's current website copy into one working document if it is scattered across many pages.
- If the client has product facts, testimonials, or compliance wording that must stay exact, place those in a separate reference note.
- Add one file called brief-purpose.txt with the intended deliverable and the audience.
- Remove duplicated answers or obvious filler before you upload the source package.
Numbered workflow steps
1) Build a claim-safe source map before you write the brief
The doc-coauthoring pattern is a good fit because a messaging brief should come from evidence, not improv. Claude should first map what the client can honestly claim, what themes repeat, and where the language is still vague.
{
"task": "Extract a messaging-brief source map from a client questionnaire and existing copy",
"input": {
"client_questionnaire": "ATTACH OR PASTE",
"existing_copy": "ATTACH OR PASTE",
"brief_purpose": "PASTE brief-purpose.txt"
},
"rules": [
"Use only source-supported claims.",
"Separate clear differentiators from vague aspirational language.",
"Flag any claim that needs proof as [PROOF NEEDED].",
"Identify repeated customer pains, desired outcomes, and trust signals."
],
"output": {
"core_offer": "What the client is actually selling",
"audience_pains": "Likely pains supported by the questionnaire",
"desired_outcomes": "Outcomes the client helps create",
"differentiators": "Source-supported differentiators only",
"proof_needed": "Claims that need evidence or should be softened"
}
}
2) Review the extracted material before Claude writes the final deliverable
This is where you protect the brief from brand fantasy. If a differentiator sounds nice but the client never really supported it, soften it or drop it.
3) Draft the final deliverable
{
"task": "Write a messaging brief from a verified questionnaire source map",
"input": {
"verified_messaging_map": "PASTE THE REVIEWED OUTPUT FROM STEP 1"
},
"rules": [
"Write a practical brief, not polished final copy.",
"Use headings for audience, pains, outcomes, differentiators, and proof notes.",
"Keep proof-needed items visible.",
"End with 3 to 5 message angles the freelancer can test in final copy."
],
"output_format": {
"type": "briefing"
}
}
4) Save the output where you actually work
Keep the final deliverable in the same folder as the source package, or paste it into the system you already use. The value here is repeatability. Once your source files and section order are stable, the next run gets much faster.
Tool-specific instructions
Claude Skills is useful because you can reuse the same messaging-brief structure across clients without losing your own process. The public doc-coauthoring skill is the best pattern reference for this kind of structured source-to-brief workflow.
Quality checks
- The brief contains only claims the source material supports.
- Proof-needed items are clearly labeled.
- The final message angles are specific enough to test in actual copy.
- The brief still reads like a working document, not final homepage copy.
Common failure modes and fixes
The brief overclaims
Fix: require proof notes under every differentiator and keep [PROOF NEEDED] markers visible.
The output sounds like finished copy
Fix: remind Claude the job is a messaging brief, not a homepage rewrite.
Client language is vague
Fix: ask Claude to separate exact client language from strategist interpretations before drafting the brief.
Sources Checked
- 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
- Anthropic Claude Help Center: Creating custom Skills (accessed 2026-03-23) https://support.claude.com/en/articles/12512198-creating-custom-skills
- GitHub: elliepetalmedia/skills README (accessed 2026-03-23) https://github.com/elliepetalmedia/skills
- GitHub: doc-coauthoring skill in elliepetalmedia/skills (accessed 2026-03-23) https://github.com/elliepetalmedia/skills/tree/main/skills/doc-coauthoring
Quarterly Refresh Flag
Review on 2026-06-21 to confirm any updates to Claude Skills, Claude Cowork, file handling, plan availability, and setup paths.
Related Workflows
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.
How Freelancers Can Use Claude Skills to Turn a Client Interview Into a First-Draft Case Study
Turn a client interview, transcript, and result notes into a first-draft case study using Claude Skills.
How Freelancers Can Use Claude Skills to Turn a Discovery Call Into a Statement of Work
Turn a recorded discovery call into a usable statement of work with milestones, assumptions, and approval terms using Claude Skills.