brief — Customer Brief Clarifier
Turns a new customer brief into a clear picture of desired outcome, constraints, and evidence gaps at kickoff.
UtilitiesIntermediate★ 537⑂ 118AI 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) thenreferences/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
- "Here's the client's intake email — extract outcome, constraints, and what we still can't prove."
- Before a kickoff call: "List only the open unknowns I must confirm with the customer."
- Called inside an
@fdeworkflow 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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal.
- Clone the repo:
git clone https://github.com/suboss87/FDEOps.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill, including its references folder:
cp -r FDEOps/skills/brief ~/.claude/skills/ - Verify
~/.claude/skills/brief/references/containstask-context.mdandland.md; if missing, copy those files from the repo too. - Restart Claude Code, then ask: "Use the brief skill to clarify this customer brief."
View source on GitHub ↗License: MIT