Has anyone productized a consulting diagnostic without losing the high-touch value?

I'm curious whether anyone here has successfully turned a consulting diagnostic or assessment into a more repeatable, partially self-service offering.

For example, instead of interviewing every stakeholder live, participants complete a structured assessment independently. The consultant then reviews the responses, identifies patterns and outliers, and uses them to produce a report or guide a smaller number of follow-up interviews.

For those who have tried something similar:

  1. what part of the process were you able to standardize?
  2. did asynchronous data collection actually reduce delivery time?
  3. what context or nuance was lost without a consultant present?
  4. did clients perceive the self-service component as less valuable?
  5. was the resulting report useful on its own, or did it still require significant interpretation?
  6. did this become a scalable product, or remain a consulting service with better tooling?

I’m especially interested in diagnostics involving multiple stakeholders and qualitative responses, such as change readiness, organizational maturity, strategy, or operational assessments.

I am not looking for tool recommendations, I’m just trying to understand where productization works and where the consultant’s direct involvement remains essential.

reddit.com
u/alanaro_ — 3 days ago

Do you run stakeholder assessments asynchronously, or are interviews essential?

I’m trying to understand how much of a stakeholder, readiness, or maturity assessment can be completed without a consultant present.

Thinking about your most recent project:

  1. were participants interviewed live, asked to complete a questionnaire independently, or both?
  2. what did the live interviews reveal that written responses would probably have missed?
  3. have you used a self-completed assessment?
  4. did it reduce interview time or simply add another step?
  5. are there stakeholder groups or topics that you would never assess asynchronously?

I’m particularly interested in whether self-completed assessments can replace some interviews, or whether their realistic role is only to make subsequent interviews more focused.

reddit.com
u/alanaro_ — 3 days ago

How do you synthesize stakeholder input into a change readiness or impact assessment?

I’m curious how change management practitioners handle the step between collecting stakeholder input and producing something that leadership can actually act on.

When you run change readiness, impact, or stakeholder assessments using interviews and open-text responses:

  • how do you separate recurring patterns from concerns that are specific to one team or stakeholder?
  • do you use a reusable framework for tagging and interpreting the responses, or does that change for every project?
  • how much time typically goes into synthesis and reporting after the input has been collected?
  • have you used AI for clustering or summarization? If so, which parts still require human judgment?

I'm particularly interested in how much of this workflow can be standardized without losing the context of the specific change initiative.

reddit.com
u/alanaro_ — 6 days ago

How do you turn multi-stakeholder assessment responses into a client-ready report?

I’m trying to understand how consulting firms handle repeatable diagnostics, maturity assessments, and stakeholder interviews.

For those who run this kind of work:

  • What do you use to collect participants' input?
  • How much time typically goes into consolidating responses and drafting the client-ready report?
  • Where is the real bottleneck: designing the questions, synthesizing the answers, internal review, or selling the assessment?
  • Have you tried combining a survey tool with ChatGPT or Claude? If so, where did that workflow break down?
  • How often do you repeat essentially the same assessment with different clients?

I'm especially interested in workflows involving multiple stakeholders and qualitative answers, rather than simple scored surveys.

reddit.com
u/alanaro_ — 7 days ago

Garmin + Codex as a weekly running coach and training journal

I’ve been experimenting with a data-driven coaching workflow using Garmin Connect, an open-source Garmin MCP ( https://github.com/Taxuspt/garmin_mcp ), and a scheduled Codex task.

Every Monday, the task retrieves my activities from the previous week, together with whatever supporting data Garmin makes available: heart rate, elevation, training load, readiness, recovery time, HRV, sleep, stress, etc.

It then:

  • compares the workouts I planned with what I completed
  • reviews each activity and its intended purpose
  • evaluates weekly load, intensity distribution, progression, and recovery
  • identifies missing data instead of filling the gaps with guesses
  • updates a Markdown training journal
  • creates a conservative plan for the following week

The journal is stored as one file per week:

running/
└── weekly/
    ├── 2026-W28.md
    ├── 2026-W29.md
    └── ...

This is probably my favourite part of the setup. It creates a persistent history of what was planned, what happened, and how the next plan evolved. It feels more useful than starting a new AI conversation every week without any structured history.

After each workout, I can tell the LLM how it felt - heavy legs, unusual fatigue, strong wind, difficult terrain, poor sleep, or anything else worth noting. These comments are added to that week’s journal and taken into consideration when reviewing the workout and planning the following sessions. This helps combine Garmin’s objective data with context that a watch cannot capture on its own.

I run mainly on trails, so I’ve instructed it not to judge workouts by pace alone. It considers heart rate, elevation, duration, training effect, terrain, and recovery together. However, the same workflow could be adapted to road running or preparation for a specific distance.

It’s still very much in the trial-and-error phase. The results depend heavily the available Garmin data, and providing enough historical context. I wouldn’t blindly follow its recommendations or treat it as a replacement for a qualified coach.

That said, I’m pretty happy with the weekly reviews and the way it adjusts the next week based on what actually happened.

I can share the complete scheduled prompt if anyone is interested.

Has anyone else tried connecting Garmin, or another training platform, to an LLM that maintains a real training history? What has worked well, and what have you found unreliable?

u/alanaro_ — 1 month ago