From harness
Use when the user says "/harness:brief", "write a brief", "document this idea", "save this as a brief", "create a brief for", or wants to formalize an idea or shaping conversation into a structured brief document.
npx claudepluginhub lukaleskovsek/makers-and-breakers-claude-marketplace --plugin harnessThis skill uses the workspace's default tool permissions.
Synthesize a shaping conversation, raw idea, or exploration into a structured brief saved to the project's target directory.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Synthesize a shaping conversation, raw idea, or exploration into a structured brief saved to the project's target directory.
Check for .harness/kb/stack-profile.md. If missing, tell the user to run /harness:init first.
.harness/kb/ for comprehensive contextdocuments/shapings/ (or the skillflow's target_dir) for existing briefs on related topicsDetermine where the brief content comes from:
If no clear input, ask: "What idea or feature should this brief cover?"
Based on the topic, load relevant KB files and search the codebase to ground the brief in reality:
Structure:
/harness:ground, /harness:design, etc.)Present the draft brief. Iterate 1-2 rounds based on feedback:
Save to {target_dir}/brief-{slug}-{date}.md with frontmatter:
---
title: "{brief title}"
type: brief
date: {ISO date}
tags: [{relevant}, {tags}]
next-skill: ground
---
Also store via MCP: call harness_add_skillflow_step with skill_type: "brief", the user input, and the brief content as ai_output.
/harness:ground and /harness:design are for