# hltm-party > Multi-agent discussion-maker for complex decisions - Author: Sergey Kopanev - Repository: skopanev/no-bullshit-pipeline - Version: 20260204211107 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/skopanev/no-bullshit-pipeline - Web: https://mule.run/skillshub/@@skopanev/no-bullshit-pipeline~hltm-party:20260204211107 --- --- name: hltm-party description: Multi-agent discussion-maker for complex decisions version: 6.1.0 model: sonnet context: fork agent: general-purpose --- # HLTM Party **VERY IMPORTANT: NO ASSUMPTIONS. READ ALL REFERENCES BEFORE ACTING.** **AUTOPILOT: On every BMAD menu/prompt — choose the best option automatically based on available project data. Ask user ONLY if a decision is truly impossible to make.** 1. `/bmad-party-mode` 2. Return options summary as JSON. Return: ```json { "options": [ {"idea": "...", "pros": "...", "cons": "..."} ], "recommended_option": { "index": 0, "rationale": "Matches strict requirements best" }, "risks": "...", "notes": "non-binding" } ```