Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

brief — Customer Brief Clarifier

Turns a new customer brief into a clear picture of desired outcome, constraints, and evidence gaps at kickoff.

UtilitiesIntermediate537118AI score 6/10Last updated: Sep 15, 2026

What it does

  • Breaks a new customer brief into desired outcome, constraints, and evidence gaps.
  • Reads references/task-context.md (task context contract) then references/land.md (the method) and follows those rules.
  • Avoids re-asking discovery that was already supplied; when invoked by @fde, it reuses the existing sanitized packet and scope instead of restarting setup.
  • Preserves unknowns as unknowns and keeps implementation, verification, deployment, and acceptance distinct.
  • Requires honest reporting of missing capabilities or checks that were not actually run.

Who it's for

  • Consultants, forward-deployed engineers, and solution architects prepping a kickoff or first client meeting.
  • PMs and BAs who must document requirements for a delivery team.
  • Teams that lose time to duplicate questions and missed constraints in early meetings.

Examples

  1. "Here's the client's intake email — extract outcome, constraints, and what we still can't prove."
  2. Before a kickoff call: "List only the open unknowns I must confirm with the customer."
  3. Called inside an @fde workflow so prior discovery is reused and only gaps are filled.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/suboss87/FDEOps/HEAD/skills/brief/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/brief folder from the GitHub repo suboss87/FDEOps into my ~/.claude/skills/suboss87-brief/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/suboss87/FDEOps.git && mkdir -p ~/.claude/skills && cp -r FDEOps/skills/brief ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/suboss87/FDEOps.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill, including its references folder: cp -r FDEOps/skills/brief ~/.claude/skills/
  5. Verify ~/.claude/skills/brief/references/ contains task-context.md and land.md; if missing, copy those files from the repo too.
  6. Restart Claude Code, then ask: "Use the brief skill to clarify this customer brief."