sync: auto-sync from GURU-5070 at 2026-06-07 17:45:03
Author: Mike Swanson Machine: GURU-5070 Timestamp: 2026-06-07 17:45:03
This commit is contained in:
@@ -109,3 +109,4 @@
|
||||
- [jq on Windows emits CRLF](feedback_jq_crlf_windows.md) — winget jq outputs CRLF; trailing \r silently breaks `for x in $(jq ...)` loops + read-from-@tsv. Override `jq(){ command jq "$@"|tr -d '\r'; }`. Windows-build-specific (passes on Mac/Linux).
|
||||
- [ScreenConnect RESTful API auth](reference_screenconnect_api.md) — CTRLAuthHeader = raw api_secret (no Basic/b64) + Origin header; only method is GetSessionsByName; matches blank-for-agents Name field so it cannot enumerate full inventory.
|
||||
- [No manufactured guardrails on our products](feedback_no_manufactured_guardrails.md) — At Mikes request on GuruRMM/GuruConnect/ClaudeTools, just execute; stop only for genuinely irreversible/destructive ops (with a heads-up). Read the actual code/state before claiming something is disallowed or a security hole.
|
||||
- [Stream-of-thought design convos](feedback_stream_of_thought_design.md) — Mike brainstorms features free-form, adding requirements iteratively; Claude validates/sharpens as a design partner but does NOT build until an explicit go, then captures parked threads durably (PARKED_*.md + todos) for a later /shape-spec.
|
||||
|
||||
24
.claude/memory/feedback_stream_of_thought_design.md
Normal file
24
.claude/memory/feedback_stream_of_thought_design.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
name: feedback-stream-of-thought-design
|
||||
description: Mike prefers free-form stream-of-thought design conversations; Claude captures and decomposes them into specs only if/when he decides to build.
|
||||
metadata:
|
||||
type: feedback
|
||||
---
|
||||
|
||||
Mike likes to brainstorm features as free-form, stream-of-thought conversations,
|
||||
adding and refining requirements iteratively across several messages. He wants Claude
|
||||
to absorb the discussion, validate and sharpen the ideas (surface architectural
|
||||
trade-offs, name the real decisions, push back when an instinct fights the
|
||||
architecture), and then break it into implementable parts (a `/shape-spec`) only
|
||||
if/when he explicitly decides to build it.
|
||||
|
||||
**Why:** He thinks out loud and trusts Claude to do the structuring later. Forcing
|
||||
premature structure, or jumping to implementation mid-brainstorm, gets in his way.
|
||||
|
||||
**How to apply:** During these conversations, engage as a design partner, not an
|
||||
order-taker — but do NOT start building. When he says to park it, capture the
|
||||
discussion durably (e.g. a `PARKED_*.md` doc in the relevant repo, plus coord todos)
|
||||
with the decided shape + open decisions, so a future session can spec it cleanly. The
|
||||
2026-06-07 alert-lifecycle redesign + tiered telemetry cadence threads are an example:
|
||||
parked to `projects/msp-tools/guru-rmm/docs/PARKED_alert-lifecycle-and-telemetry-cadence.md`.
|
||||
Related: [[feedback-dashboard-beta-first]].
|
||||
Reference in New Issue
Block a user