Imlazy brainstorm
Token-efficient tier-routed agent orchestrator 40+ skills, 19 agents, Obsidian vault. Works with Claude Code, OpenCode, Codex CLI.
npx -y skills add hnikoloski/imlazy --skill imlazy-brainstormAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
For Heavy-tier tasks only — turn ideas into specs through one-question-at-a-time dialogue, present design in sections, write spec doc, hand off to planning skill
SKILL.md
2.6 KB, as published. Nobody here has run it
brainstorming
When to use
The router invokes this skill ONLY for Heavy-tier tasks (multi-component, unclear scope, new subsystem, or user explicitly requests design/plan/architecture).
For Standard or Quick tier, skip brainstorming entirely — go straight to Skill(imlazy-planning) in light mode or inline execution.
This skill's job: produce a spec doc that Skill(imlazy-planning) can turn into an implementation plan.
Process
- Explore project context — read existing files, check recent commits before asking any questions.
- Ask clarifying questions one at a time. Prefer multiple-choice. One question per message. Focus on: purpose, constraints, success criteria.
- Assess scope first. If the request describes multiple independent subsystems, flag this and help the user decompose into sub-projects before proceeding. Each sub-project gets its own spec → plan → implementation cycle.
- Propose 2-3 approaches with tradeoffs and your recommendation. Lead with the recommended option.
- Present the design in sections. Get user approval section by section. Cover: architecture, components, data flow, error handling, testing.
- Write the spec to
docs/imlazy/specs/YYYY-MM-DD-<topic>-design.md. Self-review for placeholders, contradictions, scope, and ambiguity. Fix inline. - Ask the user to review the spec before proceeding.
- Hand off to
Skill(imlazy-planning)in full mode. Do not invoke any other skill.
Key principles
- One question at a time. Multiple-choice preferred over open-ended.
- YAGNI ruthlessly — cut unrequested features from the design.
- Always propose 2-3 approaches before settling.
- Explore the existing codebase before proposing changes. Follow existing patterns. Targeted improvements to broken code you are touching are fine; unrelated refactoring is not.
- Be flexible — go back and clarify when something does not make sense.
Spec self-review checklist
Before asking the user to review, check:
- Placeholder scan — any TBD/TODO/incomplete sections?
- Internal consistency — do sections contradict each other?
- Scope check — focused enough for one implementation plan?
- Ambiguity check — can any requirement be interpreted two ways?
Fix issues inline. No need to re-review.
Hand-off
After the user approves the spec, invoke Skill(imlazy-planning) in full mode. Do not invoke any other skill — imlazy-planning is the terminal state for this skill.