Help us improve
Share bugs, ideas, or general feedback.
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 harnessHow this skill is triggered — by the user, by Claude, or both
Slash command
/harness:briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Synthesize a shaping conversation, raw idea, or exploration into a structured brief saved to the project's target directory.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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