From lemur-os
Use when starting any creative work — new feature, design choice, behavior change, ambiguous request, "let's build X" — before implementing. Trigger on phrases like "add", "build", "create", "design", "what about", "could we", or any request whose acceptance criteria are not obviously already pinned down.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lemur-os:brainstormingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Brainstorming is cheap. Rework is expensive. Before any creative work in a LemurOS-managed project, surface intent, constraints, and 2-3 candidate approaches with the user. No implementation begins until the user picks one.
Brainstorming is cheap. Rework is expensive. Before any creative work in a LemurOS-managed project, surface intent, constraints, and 2-3 candidate approaches with the user. No implementation begins until the user picks one.
lemurOS:systematic-debugging first.lemurOS:executing-plans.No more than 5 clarifying questions per round. If you have more, prioritise; the rest can be asked in round 2.
If you find a conflict with PRD §5 Non-Goals or architecture §8.1 invariants, surface it as a question, not as a refusal. The user may want to override the PRD.
Output of brainstorming is a confirmed approach + constraint list + open questions, persisted directly to <project>/docs/specs/<YYYY-MM-DD>-<slug>.md using the Write tool (the project working tree is user/agent-writable per architecture §8.10). The vault mirror at vault/projects/<slug>/specs/ is updated by lemurOS:close-session at session end, or on demand via /lemur-os:sync.
Hand off to:
lemurOS:writing-plans for multi-step work.lemurOS:interview for new-project / new-feature discovery.| Thought | Reality |
|---|---|
| "This is small enough to just build" | Small changes break invariants too. The PRD says light-mode-only; a "small" dark toggle violates §5. |
| "We already brainstormed this" | If there's no spec artefact in <project>/docs/specs/ or vault, you didn't. Conversational memory rots. |
| "I know what they want" | You know what they said. You don't know what they want until they confirm an approach. |
| "Let's just start and iterate" | Iteration on a wrong frame is wasted work. The frame is what brainstorming locks in. |
DONE — user confirmed an approach; spec artefact captured.NEEDS_CONTEXT — user can't answer key constraint questions; pause until they can.BLOCKED — a hard requirement contradicts an architectural invariant and the user has not authorised overriding it.npx claudepluginhub demurthelemur/lemuros --plugin lemur-osProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.