Install
openclaw skills install brief-masterWrites sharp, precise agent briefs and prompts for OpenClaw agents and cron jobs. Use when asked to write a brief for any agent — dev agents, code reviewers, testers, researchers — or when writing a cron job prompt, a sessions_spawn task, or any instruction that will be executed by an AI agent. Extracts 9 dimensions of intent, asks max 3 clarifying questions, runs a token efficiency audit, and delivers one clean brief. Prevents vague briefs that cause agent failures. Triggers on "write a brief", "write a prompt for", "help me write the agent brief", "draft the cron job", "write the sessions_spawn task".
openclaw skills install brief-masterWrite agent briefs that agents actually execute correctly.
Every wasted token is a wasted API call. Every vague word is a future bug. Every missing acceptance criterion is a future rework cycle.
Read references/9-dimensions.md before extracting intent.
Read references/brief-formats.md for the right format per agent type.
references/9-dimensions.mdreferences/brief-formats.md"The best brief is not the longest. It's the one where every word is load-bearing."
Before delivering, ask: does removing this sentence change what the agent does? If not, cut it.
Every brief for a dev/build agent must include:
FIRST — update status to working with task description
...task...
LAST — update status to done + notify orchestrator
And the 95% confidence gate:
Before starting ANY work, ask clarifying questions until you are 95% confident
you can complete this task successfully. Do not start until you have that confidence.
See references/brief-formats.md for full templates.