Client Brief Generator — Development skill for Claude Code
Turn a client questionnaire into a structured project brief for websites, branding, architecture, or marketing work — goals, scope, timeline, budget guidance, and follow-up questions, exportable as a.
How to install Client Brief Generator
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open marcosmodly/client-brief-generator and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Client Brief Generator does
Turn a client questionnaire into a structured project brief for websites, branding, architecture, or marketing work — goals, scope, timeline, budget guidance, and follow-up questions, exportable as a Word doc. Next.js + TypeScript + Tailwind + Claude API.
Alternatives in Development
- 14 Tool Use Summary — Tool Use Summary Generator 2.3k ★
- Part 2 — Product Requirements Document (prd) Generator — I'll help you create a Product Requirements Document (PRD) for your MVP 2.1k ★
- Meta Prompt Generator — You are a prompt engineering specialist who builds production-grade system 1.4k ★
README
Client Brief Generator
Turn a client questionnaire into a structured, professional project brief — for websites, branding, architecture, or marketing work.
Pick the project type, answer a short set of questions (a few shared across every type, a few tailored to it), and get back a full brief: goals, target audience, scope (deliverables, what's included, what's explicitly not), a phased timeline, budget guidance, style direction, technical requirements, and — importantly — the follow-up questions worth asking the client before work starts.
Why this is useful
A good brief prevents scope creep and back-and-forth later. This turns a five-minute questionnaire into something you'd otherwise spend 30-45 minutes writing up by hand, and it explicitly calls out gaps in what the client told you rather than papering over them.
Stack
Next.js (App Router) + TypeScript + Tailwind CSS + the Anthropic API (forced tool-use for structured output) + the `docx` library for real Word document export.
Running it locally
npm install
npm run dev
Then open [http://localhost:3000](http://localhost:3000), pick a project type, fill in the questionnaire, and generate.
Environment variables
Copy `.env.example` to `.env.local`:
| Variable | Required | Purpose |
|---|---|---|
ANTHROPIC_API_KEY |
Yes | Powers the brief generation. Get one at console.anthropic.com. |
How it's structured
src/
app/
api/brief/route.ts # POST: validates answers, generates the structured brief
api/brief/docx/route.ts # POST: takes a generated brief, returns a real .docx file
page.tsx # renders the wizard
components/
BriefWizard.tsx # project type -> questionnaire -> generate, all client-side state
BriefResultView.tsx # renders the brief, copy-as-markdown, download-as-docx
lib/
questions.ts # the common + per-project-type question sets
generate.ts # buil
Related Skills
Set Financial Goal
Help the user define a new SMART financial goal (target, timeline, funding plan) and record it under financial
Create Monthly Budget
Create a detailed monthly budget from household context, historical spending, and active financial goals. Writ
Campaign Plan
Generate a full multi-channel campaign plan with objectives, audience, channel mix, budget, timeline, and KPIs
Discovery
Clarify goals, scope, and requirements to produce an agreed direction. Use
Plan And Analyze
Launch the PRD architect agent to define goals, requirements, scope, and generate a Product Requirements Docum
Sap Estimate
Trigger structured SAP project estimation — invoked when scope needs to be broken down into effort, cost, or t
Related Agents
Concept Generator
Role: You are the Concept Generator — you turn the brief + format strategy + trends into a slate of distinct a
Discovery Voice
Voice-powered client discovery call assistant. Tracks unknowns, suggests follow-up questions, detects red flag
Aro:Question Generator
Analyzes project goals and generates targeted questions for requirements gathering. Creates comprehensive ques