01
How to read this
Four separate reviews ran over your material. This gathers everything they found into one place so none of the work is lost.
Some of it is good news — your session structure held up under scrutiny from four independent sources, and one recommendation makes the content problem smaller. Some of it is uncomfortable: roughly a third of the programme has no written text yet, and the product's single biggest gap is one nobody has started on.
Nothing here has been decided without you. Where a review recommended changing something you authored, it is marked as a recommendation awaiting your approval, with the reasoning shown so you can overturn it. The questions that genuinely need your answer are in a separate, shorter document.
The full documents
This report is a summary. The complete specifications open in their own pages:
📘
Product Requirements v4.0
The full specification — every session screen by screen, the Toolkit, emergency tools, privacy, safeguarding, and the open questions. 1,193 lines.
🫁
Intelligent Breathing System
The breathing addendum — the recommended library, the evidence behind each protocol, safety rules and contraindications. 821 lines.
⚙️
Technical Decisions
What has been settled on the engineering side, and how all 35 open questions were split between you, legal, clinical and the build team. 556 lines.
The one-paragraph version
Your source documents are stronger and more consistent than expected, and the daily session shape is well-evidenced. But no software exists yet — the project folder is empty. Modules 12–15 carry "keep your existing text" notes rather than prose, and that writing is not in the shared folder — a retrieval task. The Emergency Tools, separately, have never been written at all. There is no crisis-safety design anywhere, which blocks launch for a workplace mental-health product. The reviews recommend restructuring the programme as a 10-module core plus optional extensions, which would let you launch with what is already written. Separately, research found the breathing exercise currently taught on Day 1 is the weakest of the available options.
02
Where the project actually stands
Before anything else, a factual correction to a shared assumption: no application has been built. The project folder contains two empty log files and nothing else — no code, no database, no content loaded, no version history.
The March 2026 developer briefing listed "set up project repo, CI/CD, and design system" as step 3. That step was never performed. The four months since were spent on other projects, and the folder is its unstarted placeholder.
What does exist, sitting on the desktop outside any backup:
- A working Day 1 prototype in React — the welcome screen, check-in sliders, the lesson, an animated box-breathing pacer, reflection, and completion. It runs.
- A phone-frame mockup of the same flow.
- The developer briefing deck from March, which turned out to be a source document nobody had counted.
- A zip containing two of your three original documents.
Worth acting on this week
All four of those files exist in one place only, with no backup and no version history. The prototype in particular represents real work. The first engineering task is simply putting them somewhere safe.
The prototype is useful, but it is not a foundation
It looks convincing, which is the danger. Its text is written directly into the code, meaning every wording change would require a developer and a release. The architecture in the PRD is deliberately the opposite — content lives as data, so you can edit copy yourself without touching software. Building on the prototype would bake in exactly the problem the design exists to avoid. Its colours, its breathing animation, and its screen sequence are worth keeping; its inner workings are not.
03
Your source documents
The review began with three documents. It found a fourth, and that changed the interpretation of several apparent contradictions.
The developer briefing deck from 11 March had not been included in the original synthesis. Once counted, a pattern appeared: the business deck, the content framework, and the briefing all date from February–March 2026 and agree with each other. Your July content document is four months newer and revises that position.
| Source | Date | What it carries |
| Business deck | 4 Mar 2026 | Positioning, pricing, tiers, roadmap |
| Content framework | 6 Feb 2026 | Session structure, emergency tools, personalisation rules, module list |
| Dev briefing newly found | 11 Mar 2026 | Technology proposal, build phasing, Core/Extension split, tier definitions |
| Content document | 27 Jul 2026 | Screen-by-screen module content — the canonical source |
What this reframed
The first review read the mismatched module titles as an internal inconsistency inside your July document — an outline disagreeing with its own body. That was wrong. The "outline" names are the March names, confirmed independently by two other documents. Your July document renamed them.
So this is four months of content evolution, not a copy-paste error. Most of the renames are cosmetic. One is not: Module 13 changed from "Meaning & Motivation" to "Understanding Your Emotional Needs" — genuinely different therapeutic content. Since that module's text is missing either way, the decision isn't which title to keep. It's which module to write.
Also found
The three levels of support are defined two different ways across your own material. The business deck says level 2 is message a therapist; the dev briefing says level 2 is AI-enhanced personalisation. Those are different products with different costs and different regulation. It doesn't affect the first version — level 1 is identical in both — but it needs settling before any price is quoted to a customer.
04
What you built — an assessment
Eleven modules were reviewed screen by screen. This is the part of the project furthest along, and it holds up well under examination — so it is worth being specific about what is there before turning to what isn't.
The July content document specifies, for every session: screen order, screen purpose, exact wording, button labels, option lists, slider endpoints, placeholder examples, and the name of every field the app stores. That is an unusual level of completeness. Most products reach engineering with far less, and the reason the architecture in the PRD could be designed at all is that this document was precise enough to derive it from.
| Session | Exercise design | What it stores |
| 1 · Understanding Stress | Guided audio — box breathing with a 4-count pacer | — |
| 2 · Recognising Stress Signals | Guided audio — body scan, head to legs | — |
| 3 · Workload vs. Capacity | Two written answers | 2 fields |
| 4 · Automatic Stress Thoughts | One written answer, with three worked examples | 1 field |
| 5 · Micro-Recovery | Guided audio — a scripted desk pause | — |
| 6 · Thought Reframing | Two written answers plus three guiding questions | 2 fields |
| 7 · Focus & Interruptions | Two checklists and a working focus timer | 5 fields |
| 8 · Boundary Setting | A taught three-step method, then three written answers | 3 fields |
| 9 · Emotion Regulation | Three sequential steps — pause, identify, choose | 2 fields |
| 10 · Personal Stress Toolkit | Two checklists plus a dynamic mapping exercise | 4 fields |
| 11 · Body-Based Release | A four-way branching exercise, each branch with its own follow-up | 4 fields |
The design is more sophisticated than it first appears
Three things stand out on close reading, and all three shaped the technical architecture:
- The programme escalates in interaction complexity, deliberately. Sessions 1–6 are simple — listen, or write one or two things. From session 7 the interactions get materially harder: multi-select checklists, a background-safe timer, sequential multi-step exercises. A user is taught the habit before being asked to do anything demanding. That is good instructional design and it wasn't accidental.
- Session 10's action plan is genuinely advanced. The user picks their tools, then picks their personal warning signs, then maps each warning sign to a tool — from a dropdown built out of their own earlier answers, including tools they invented themselves. Very few wellbeing products contain an interaction that personalised. It is also the single most technically involved screen in the programme, and it exists because the content asked for it.
- The Toolkit was designed as a persistent object without being named as one. Sessions 10, 11, 13 and 14 all write into it, and session 15's forward plan belongs there too. The July document treats it as somewhere things accumulate and are revisited — which is why the PRD promotes it to a first-class part of the product rather than an exercise output. The recommendation that it should start filling from day one is an extension of your design, not a correction of it.
Craft in the individual sessions
Several sessions contain specific, well-judged therapeutic detail that a generic wellbeing script would not have: session 6 explicitly stating that reframing is not forced positivity, with three questions to guide it; session 8 teaching a three-step method on its own screen before asking anyone to practise it, and stating that a boundary is not a rejection; session 4 normalising the thought before asking for it, with the goal named as noticing, not judging; session 9 separating pause, identify and choose into three discrete steps rather than collapsing them.
These are the parts that make it a programme rather than a collection of exercises, and none of them was changed by any review.
Confirmed by independent review
The seven-screen session structure survived scrutiny from four documents and one prototype. The product review examined whether it was dated and concluded it should not be touched — the rhythm of check-in, concept, practice, reflect, carry-forward is the part carrying the therapeutic evidence. Everything the reviews wanted to change was the container around the sessions, not the sessions.
Your three personalisation rules were likewise confirmed and kept as they are — high stress suggests a quick tool, low energy suggests a body-based exercise. Two of your documents state them identically. The advice was explicitly not to replace them with anything cleverer.
Smaller things found while reading, all fixable
- Sessions 1 and 2 end with the same reflection question word for word. Possibly deliberate repetition, possibly a copy-paste — needs your call.
- Session 4's ending breaks the pattern. Every other session ends with an action or a reminder; session 4 ends by introducing a concept (thoughts are events, not facts). The system now supports that variant — worth knowing it was treated as intentional.
- Session 14 doesn't ask about stress or energy — only about recovery. That's a reasonable choice for that topic, but it means the daily check-in isn't fixed, which is why it was built to vary.
- Session 15 introduces a screen type nothing else uses — the programme feedback screen with a star rating, a recommendation score and a dropdown.
- Four sessions capture something the user never sees again — the priority task (3), the noticed thought (4), the boundary sentence (8), the chosen response (9). Each is asked for thoughtfully and then goes nowhere. This has now been fixed by design: same-day items appear on the home screen, durable ones move into the Toolkit.
- A continuity opportunity you didn't specify: session 6 asks for a stress thought to reframe, and session 4 already captured one. Offering session 4's answer as an editable starting point is an obvious link between the two — but it's your call whether that's helpful or presumptuous.
05
The content gap
Corrected 27 July — this section previously overstated the problem
An earlier version of this report said Modules 12–15 had no text written. That was wrong, and the error came from reading the content document second-hand rather than opening it. All three source documents have since been read directly. The text is not missing — it is written, but it is not in the shared folder. The section below now reflects what the documents actually say.
Modules 1–10 are complete. Modules 11–15 have complete structure, and their prose exists — but it lives somewhere that hasn't been shared.
Modules 12 to 15 contain every screen name, purpose, title, question, option list, button label and stored field. Where the body prose should sit, the document instead carries an instruction: "keep your current text unchanged", "keep the four exercise descriptions exactly as you have written them", and the Finnish "pidä nykyinen tekstisi sellaisenaan". Module 11 is the same for its lesson text and branch scripts.
Those are instructions not to overwrite existing writing — not markers for absent content. "Exactly as you have written them" says plainly that the writing exists. The practical problem is narrower than first reported: that writing is not in the shared Minimente folder. The February content deck contains full prose, including complete audio scripts, but only up to Day 4; the business deck is commercial material; the July content document carries the placeholders. So the passages for Modules 11–15 sit in a working file that hasn't been shared.
This is a retrieval task, not an authoring task — unless the writing turns out not to exist, which only Minni can confirm.
Day 01Understanding StressWritten
Day 02Recognising Stress SignalsWritten
Day 03Workload vs. CapacityWritten
Day 04Automatic Stress ThoughtsWritten
Day 05Micro-RecoveryWritten
Day 06Thought ReframingWritten
Day 07Focus & InterruptionsWritten
Day 08Boundary SettingWritten
Day 09Emotion RegulationWritten
Day 10Personal Stress ToolkitWritten
Day 11Body-Based Stress ReleaseText elsewhere
Day 12Self-CompassionText elsewhere
Day 13Emotional NeedsText elsewhere
Day 14Balance Your BatteryText elsewhere
Day 15Moving ForwardText elsewhere
Fully written — ready to build
Structure complete; some prose held in an unshared file
Structure complete; body prose held in an unshared file
Exactly what sits behind a placeholder
Seventeen passages in total, all in Modules 11–15. Modules 1–10 contain zero.
- Modules 12, 13, 14, 15 — five each: the welcome text, the lesson text, the exercise framing, the reflection text and the daily-action text. Everything else on those screens is present.
- Module 11 — five: the lesson body, the four body-reset descriptions, two branch scripts and the daily action. The document says "keep the four exercise descriptions exactly as you have written them".
- Module 14 — the eight Recovery Wheel categories are present (Rest, Connection, Movement, Nature, Creativity, Learning, Joy & Play, Purpose) but their icons are genuinely corrupted in the export, appearing as garbled characters. That one does need re-supplying.
The Emergency Tools are a separate, real gap
The February deck names seven tools followed by "Etc": breathing reset, grounding, thought-dump journal, body scan, desk stretch, safe place, and progressive relaxation. None has a script in any of the three documents. Two overlap with module exercises that are written, so they can be reused — the rest have never existed as more than names on a list. The prototype confirms it: six tool cards that do nothing when tapped.
This gap is unaffected by the correction above, and it matters because these tools are visible from day one.
What would settle it
Pointing us at the file where Modules 11–15's writing lives. Google Drive version history on the content document is also worth a look, in case an earlier revision carried the full text before it was replaced with the "keep existing" notes.
The finding that shrinks this problem
The modules missing text are exactly the ones your February framework called optional extensions. If the programme is structured as a 10-module core plus optional extras — rather than a single 15-day sequence — then Modules 1–10 plus Emergency Tools is a complete, launchable product, and Modules 11–15 become a library you publish once their text is located. Worth noting this split is Minni’s own — the February deck states "Core Modules (10)" and "Optional Extension Modules (5)" explicitly. This was the highest-leverage recommendation of the whole review.
06
The product review
A design review examined whether the product's shape still made sense, on the basis that nothing is built yet, so structural criticism costs nothing.
Its verdict: the underlying architecture is modern and should not be touched. What is dated is the container around it — a calendar-locked course whose most durable asset appears two-thirds of the way through.
The session is right, the architecture is right, the exclusions are right. The container is the older layer.
Unlock by sequence, not by calendar
The evidence for this kind of programme supports doing things in order, not waiting 24 hours between them. Someone motivated on a Friday evening shouldn't be told to come back tomorrow. Order stays fixed; the clock goes away.
10 core modules + optional extensions
Restores your own February structure, and makes the programme launchable with the content that already exists.
The Toolkit grows from Day 1
Currently it is created on Day 10, which most people never reach. Instead each day adds its tool, and Day 10 becomes about organising the collection rather than creating it.
A "Right now" way in
People don't open a wellbeing app because they're on Day 6. They open it because they're struggling. A non-clinical entry — "Racing thoughts", "Can't focus", "Just checking in" — routes them to help immediately.
Fewer reminders
Almost every module currently ends in "set a reminder". Better endings: do it now, save it to your toolkit, or make a specific plan for when the situation arises.
Search
Someone types "catastrophising" and finds the relevant module, exercise and toolkit item. No AI involved — just retrieval.
An important correction to the framing
The review's headline was "the Toolkit is the product". That was refined in discussion, and the refinement matters for how the content should read: the product is building lifelong skills; the Toolkit is the lasting interface to those skills. The course creates the capability; the Toolkit reinforces it. You want someone finishing the programme thinking "I've learnt how to manage stress", not "I've collected ten tools".
Where the review argued against modernising
- Free-text exercises should stay. Thought reframing, the inner-critic dialogue and the final letter need the person's own words. Replacing them with tappable options would remove the mechanism that makes them work.
- No AI therapist or chat. Not caution for its own sake — an AI responding to distressed employees changes the product's regulatory classification in the EU, and the HR buyer's stated fear is precisely a tool mishandling a distressed employee. Its absence is a selling point.
- No streaks or badges. Recommended as an explicit, permanent rule rather than a quiet omission — game mechanics on a stress product create stress about the stress product.
- No clinical questionnaires. Adding standard depression or anxiety screening instruments would contradict the product's own promise not to diagnose, and would change what it is legally.
A consequence worth knowing
Moving to a 10-module core makes the completion target easier to hit and shortens the measurement window, so results won't be directly comparable to a 15-day design. It also means marketing language changes from "14-day programme" to "10-day core". That's a conversation to have deliberately rather than discover later.
07
The breathing research
A separate research pass asked whether Box Breathing — currently taught on Day 1 — is the right default, and whether different breathing techniques suit different situations.
Five research strands reviewed the scientific literature, clinical practice, performance psychology, comparable products, and personalisation research. The findings challenge the premise of the question.
The central finding
A 400-person placebo-controlled trial found slow breathing at the "correct" rate was no better than a convincing placebo breathing pattern on any outcome. If the specific rate adds nothing over a credible ritual, then matching fifteen emotional states to fifteen protocols isn't supportable. Eight of the fifteen situations collapse onto a single technique. The recommendation system has therefore been documented as helping people choose and keep using an exercise — not as a clinical mechanism.
How strong is the evidence, by claim
Slow breathing calms the body short-term
Improves focus / public speaking / sleep
Box Breathing specifically
Box Breathing lost every direct comparison
It produced higher heart rate and greater perceived exertion than slower breathing; worse cognitive performance than breathing with an extended exhale; and in the only trial run during real working days, a difference of 0.07 points with a confidence interval spanning zero. Its origin is a policing and military training book, not a study. It also contains breath-holds, which are the part of breathing practice most likely to be unsuitable for some people — including during pregnancy and with some heart and respiratory conditions.
The recommendation is to keep it in the library but remove it as the default, replacing Day 1's exercise with a longer-exhale pattern that has no holds. Because this changes a module you authored, it is a recommendation awaiting your decision — and one that should be confirmed by a clinician first, since several of the underlying papers could only be read as abstracts.
The recommended library
- Longer Exhale — in for 4, out for 6, no holds. The new default.
- Cyclic Sighing — 60 seconds, the strongest brief option.
- Resonance Breathing — 5–10 minutes, for recovery.
- Grounded Breathing — eyes open, using an external focus point. Suitable at a desk, and for people for whom turning attention inward is uncomfortable.
- Box Breathing — retained, no longer the default.
Ruled out on evidence and safety: all fast or "energising" breathwork, 4-7-8, alternate-nostril, and any hold longer than four seconds.
Two pieces of good news
The writing burden barely moves. Two of the new protocols replace Emergency Tools that were unwritten anyway, and one absorbs a missing Module 11 branch — a net increase of only two or three scripts.
One free improvement. Research found that paced slow breathing can itself cause light-headedness unless people are told not to breathe deeply. Adding "keep the breaths light and natural" halved that effect in testing. One sentence, no cost, now a requirement.
08
The safety gap
This is the most serious finding in the review, and the one nobody has started work on.
All four of your source documents state that Minimente is not suitable for psychological emergencies. None of them describes what the product actually does when someone is in distress. There is no disclaimer flow, no crisis signposting, no escalation path, and no guidance on what happens if someone writes something worrying in a reflection box.
The prototype confirms this isn't merely a documentation oversight — it contains no disclaimer, no crisis information, and no privacy explanation. The gap is real at every level.
Why this blocks launch
For a mental-health product sold to employers, this is likely to fail an HR procurement review on its own, regardless of how good the programme is. It is also the item with the longest lead time, because it needs both legal and clinical input — and it is currently owned by nobody. Two new features, "Right now" and search, both increase the product's dependence on it.
What the PRD proposes, subject to your approval and professional sign-off: a plain acknowledgement at sign-up that this is self-help and not a crisis service; a permanent, quietly-placed "Need urgent help?" route showing country-appropriate crisis contacts alongside the employer's occupational health service; a gentle, dismissible prompt if someone's ratings stay very high across several days; and a decision about whether anything anyone types is ever scanned for signs of self-harm — with the recommendation being a purely local check that never transmits or stores anything, so that "no one reads what you write" remains literally true.
09
What has been settled
Not everything found was a problem. Several things were confirmed, and several questions were closed outright.
Confirmed across every source
- The seven-screen daily session — welcome, check-in, lesson, exercise, reflection, daily action, completion. Four documents and the prototype independently agree. This is the safest structural commitment in the whole project.
- The three personalisation rules — high stress suggests an emergency tool, low energy suggests a body-based exercise. Confirmed in two documents, simple, and honest about what it is.
- The five-part rhythm underlying the session — this is the part that carries the therapeutic evidence.
Closed by the reviews
- Where exercise answers go. Previously they were captured and never seen again; they now surface on the home screen for the day and durable ones move into the Toolkit.
- The employer dashboard now has a defined minimum — enrolment, activation, completion, aggregate stress trend, recommendation score — with the "not enough data" state designed as a visible trust feature rather than an error.
- What happens after the programme ends. The Toolkit, Emergency Tools and "Right now" remain; the product doesn't stop.
- A privacy hole nobody had spotted. The rule requiring at least ten people before showing an aggregate didn't cover time periods — a daily figure in a twelve-person company would let HR infer the reaction to a specific announcement. Reporting is now weekly or coarser.
And everything on the engineering side
A final pass closed all the technical questions, so none of them are waiting on you. In summary:
- What it's built with is decided — a web app that works on phone and desktop from one codebase, with the database, files and email all hosted inside the EU, and the full list of suppliers prepared for the privacy assessment.
- The privacy promise is enforced by the database itself. An employer administrator has no technical route to any individual's records — not a hidden screen, but no path that exists. This is tested automatically on every change, so it cannot be broken by accident later.
- The "at least ten people, weekly or coarser" rule is enforced when figures are written, not when they're displayed — so an aggregate that would break it never gets created in the first place.
- Safety thresholds cannot be changed casually. The release system refuses to publish the safety rules until a clinician has marked them reviewed, and physically blocks anyone from rescaling them arithmetically if the rating scale changes.
- Reminders, offline use, the focus timer, search and the breathing player are all specified and ready to build.
One finding that changes what you can say in marketing
The product is pseudonymous, not anonymous — and the copy must not claim otherwise. People sign in with an email address, and although what they write is encrypted, it is encrypted on our servers rather than being unreadable to us in principle. The employer genuinely cannot see any of it, and that promise is real and technically enforced.
But phrases like "completely anonymous" or "we can't read what you write" would be overclaiming. The honest version — your employer cannot see your individual answers, and access on our side is restricted, logged and requires a documented reason — is still a strong promise, and it is one that survives scrutiny from an HR buyer's legal team. This wording matters more than it sounds: it is the product's central claim.
Four things no technical decision can solve
- Reminders on iPhone are structurally weaker than on Android. Apple restricts what web apps can do, and the workaround requires people to add the app to their home screen. A trigger has been set: if iPhone users' reminders are working at less than half the rate of everyone else's after four weeks of the pilot, a proper app-store version gets built.
- Every new way into the app that skips the daily check-in thins the safety signal. The gentle "are you okay?" prompt depends on ratings, and someone who only ever uses the quick-help entry produces none. This is why the always-visible help route matters more than the automatic detection.
- A small pilot company will see an empty dashboard for weeks. That is the anonymity rules working correctly, but the HR buyer needs to be told to expect it, or it will read as the product being broken.
- Content is still the critical path. Settling the technology didn't shorten the writing — it just removed everything that was hiding it.
10
What happens next
The technical decisions — what the software is built with, how the database enforces the privacy promise, how notifications and offline use work — are now all settled and written up. None of them needs you, and an engineer can begin as soon as the document is accepted.
What does need you falls into three groups, and only the first is urgent:
- Four decisions about the shape of the programme. These need one sitting, and no writing. They block the design work.
- The writing — the missing modules, the Emergency Tool scripts, the Recovery Wheel activities. This runs alongside the build rather than blocking it, because the system is designed to hold unfinished modules safely behind a switch until you mark them ready.
- The safety work, with legal and clinical input. This should start now, because it is slow and it blocks launch.
Those decisions are set out, in plain language and with the consequences of each option, in the companion document.
A note on how this was produced
This report synthesises a repository audit, a product design review, a response to that review, and a five-strand research pass on breathing. Where sources conflicted, the conflict is reported rather than resolved. Where evidence was thin, that is stated rather than smoothed over. Several breathing papers were only readable as abstracts, and a single clinical confirmation pass is recommended before the Day 1 exercise is changed on their strength.
11
Appendix — the evidence in full
The complete research record behind section 07, preserved here with named studies, sample sizes and effect sizes so the reasoning can be checked rather than taken on trust.
Grades used below: strong — multiple systematic reviews or meta-analyses converging, or consistent large trials. Moderate — one good meta-analysis, or at least one well-conducted randomised trial with supporting mechanism data. Weak — small, uncontrolled or single studies, or contested. Insufficient — no protocol-specific evidence found.
What is well supported
| Claim | Grade | Key evidence |
| Slow breathing produces short-term calming changes in the body |
Strong |
Laborde 2022, Neurosci Biobehav Rev 138:104711 — review of 223 studies. Shao 2024, Mindfulness — 31 studies, n = 1,133: systolic BP SMD −0.45, RMSSD 0.37, SDNN 0.77. But emotion reduction was only marginal (SMD −0.51, p = 0.06, non-significant). Zaccaro 2018 is widely cited but contained no randomised trials — a mechanism review, not an efficacy one. |
| Reduces self-reported stress and anxiety |
Moderate |
Fincham 2023, Sci Rep 13:432 — stress g = −0.35, 12 trials, n = 785, zero low-risk-of-bias studies. Leyro 2021, Clin Psychol Rev 84:101980 — 40 trials, N = 3,047: g = −0.709 against doing nothing, but only g = −0.279 against an active comparison. The second figure is the honest one for a product competing with "taking five minutes off". |
| Workplace stress recovery |
Moderate |
Chelidoni 2020, JMIR mHealth 8(10):e19412 — n = 75 full-time employees, 5 minutes of app-guided breathing at 6 breaths/min beat a mindfulness body scan on physiological recovery (p = .002). The most directly transferable evidence the product has. Plans 2019 found the same physiologically — but subjective stress returned to baseline in every group including the control. |
What is weak, thin or contested
| Claim | Grade | Key evidence |
| Longer exhale is better than equal breathing |
Contested |
Van Diest 2014 supports it (n = 30, only at slow rates). Meehan & Shaffer 2024 is null across every measure in two trials. Their review of nine prior studies splits 4 for / 3 no effect / 1 for equal / 1 for longer inhalation. The rationale for the recommended default is popular and plausible but empirically unsettled. |
| Improves focus and concentration |
Weak |
Blaser 2023 — a 5-minute session raised physiological markers sharply but produced a clean null on attention, explaining 0.5% of variance; every prior study finding benefit used 10–17 minutes. Laborde 2022 found improvement but not via the assumed mechanism. No completed meta-analysis exists. Consequence: a short "focus breath" has no cognitive evidence behind it. |
| Helps sleep |
Weak |
Conflicting. Two small supportive studies against three null results, including a 28-day trial and a large randomised trial both finding no sleep change. May be framed as wind-down; never headlined as a sleep intervention. |
| Box Breathing specifically |
Insufficient |
See below — no meta-analysis, no adequately powered trial, and it lost every direct comparison found. |
The central finding — why "matching technique to feeling" was dropped
Fincham, Strauss & Cavanagh 2023, Scientific Reports 13:22141. n = 400, 10 minutes a day for 28 days. One group breathed at the "correct" resonance rate of 5.5 breaths per minute; the placebo group did an identically structured, identically guided exercise at more than twice that rate. Result: no difference on stress (F = 0.089, p = 0.765), and none on anxiety, depression, wellbeing or sleep. Both groups improved substantially and equally. Participants found both equally credible.
In the largest and best-controlled trial in the field, the specific breathing rate — the thing every product in this category sells — added nothing over the same ritual at a different pace. Much of the benefit is plausibly expectancy, structure, and taking ten minutes off. This is why the recommendation engine is documented as preference, safety and engagement design, not as a clinical mechanism, and why no marketing claim may imply otherwise.
Box Breathing — the full record
- Kasap & Aydin 2025, PLOS ONE 20(11):e0336615 — randomised crossover, n = 40. Box breathing produced higher heart rate than 6 breaths/min (164.7 vs 154.8, p < 0.001) and higher perceived exertion.
- Röttger 2021, Appl Psychophysiol Biofeedback 46(1):19–28 — n = 30, under time pressure and noise. Prolonged exhalation was better for performance; box breathing lowered arousal but produced worse thinking. Directly relevant to a desk product: when you still have to work, the holds cost you.
- Vetter, Kurth & Konigorski 2026, npj Digital Medicine 9:135 — the most product-relevant trial found. N = 76 doctors, in their real working days, over four weeks. Six minutes of box breathing moved daily stress by 0.07 points on a 10-point scale, with the confidence interval crossing zero. Only 10 of 76 were genuine responders — yet 58% felt they had benefited.
- Balban 2023 — box breathing did not beat mindfulness on any measure; only cyclic sighing did.
- At 4-4-4-4 it runs at 3.75 breaths per minute — below the 4.5–6.5 range where the physiology is actually established. It isn't merely unevidenced; it sits outside the window the evidence describes.
- Its origin is a police and military training book, On Combat — not a study. Product copy must never imply it was "developed by research".
The military and tactical literature is genuinely better, and should be represented fairly — but it involves marksmanship and simulated critical incidents, and none of it generalises to a desk.
Ruled out, and why
| Technique | Reason for exclusion |
| All fast / "energising" breathwork | Fincham 2024, n = 200, participant-blinded and placebo-controlled: no benefit over placebo on any outcome, and 9% in each arm reported dizziness, tingling or tetany. Mechanism is hyperventilation — documented to cause faintness and, in some, seizure-relevant effects. Also worth knowing: only about 20% of studies in this literature report adverse events at all, so "no adverse events found" means nobody looked. |
| 4-7-8 | Small and largely uncontrolled evidence, and its seven-count hold is exactly the feature most likely to distress an anxious user. |
| Alternate-nostril | In a 2024 systematic review it came out g = +0.40 in the wrong direction — worse than control. It also requires a visible hand-to-face posture, which fails the discretion requirement for open-plan offices. |
| Any hold longer than four seconds | Air hunger and suffocation sensations; the contraindication profile below. |
The most important caveat in the whole research pass
A 2024 review of brief interventions for immediate anxiety found breathing techniques produced mixed and inconsistent effects, with neither active nor passive breathing significantly beating controls overall. Progressive muscle relaxation outperformed breathing, and passively attending to the breath outperformed actively manipulating it. This matters because the acute, in-the-moment use — exactly what the new "Right now" feature is for — is less well evidenced than the daily practice the programme already delivers.
Where breathing should not be offered at all
During panic — and this cuts directly against the original brief. A dismantling trial found breathing retraining added nothing to panic treatment. A component network meta-analysis (Pompoli 2018, Psychological Medicine) found breathing components associated with worse outcomes, though better acceptability. The mechanism concern is that breathing used to neutralise frightening body sensations acts as a safety behaviour, blocking the learning that drives recovery. Barlow & Craske's standard panic manual dropped relaxation training; the Centre for Clinical Interventions' current self-help package contains no breathing module at all, and instead uses breath-holding as deliberate exposure. A respectable counter-position exists — but it teaches patients to breathe less, under clinical supervision with instruments, which is the opposite of what every consumer app says. Both camps agree that "take a deep breath" is wrong advice during panic.
Three further groups need care: people with trauma histories, for whom inward attention, closed eyes and breath-holds are documented dissociation triggers — hence an eyes-open default and an external-anchor option; people with health anxiety, for whom monitoring the body is itself a maintaining factor, so the product must never ask users to check whether it is "working"; and the 17–53% who experience relaxation-induced anxiety, where relaxing paradoxically increases distress. That must be normalised in the copy as ordinary, not treated as the user failing.
Contraindications
| Risk | Caused by | Design consequence |
| Dizziness, tingling, faintness | Over-breathing; forced deep breaths | Never instruct depth. Instruct slower, "comfortable, not forced" |
| Air hunger, suffocation feeling | Breath-holds (box breathing; 4-7-8) | Holds excluded from all defaults; never auto-recommended when someone is highly activated |
| Pregnancy | Breath-holds, high ventilation | High ventilation excluded outright; holds carry a caution |
| Heart conditions | Breath-holds, high ventilation | As above |
| Asthma, COPD | Forced or rapid patterns | Gentle slow breathing only |
| Epilepsy, fainting history, low blood pressure | Hyperventilation | Excluded or cautioned |
| Panic-prone sensitivity | Attention to breath and body | Grounding alternative plus honest framing |
| Dissociation (trauma) | Inward focus, closed eyes | Eyes-open default; external anchor available |
These are why the recommended library is small and hold-free by default. Box Breathing, the current Day 1 default, contains two holds per cycle. That is not a footnote — it is the reason the Day 1 exercise is under review.
What can honestly be claimed
- Slow breathing (~5–6 breaths/min) beats fast or hyperventilatory breathing.
- Five minutes is enough — one trial found no additional benefit at 10, 15 or 20 minutes. Longer is not better.
- Guided breathing beats doing nothing, and in employees beat a mindfulness comparator for physical recovery.
- Individual response varies enormously, and average effects during a real working day are near zero — with a minority of genuine responders. Copy must be written around individual variation, not promised benefit.
What cannot be claimed: that technique X is for anxiety and technique Y for focus; that any particular count or ratio targets a particular feeling; or that the recommendation engine itself makes anyone better.
Claims the product must never make
The performance research produced an explicit list of uses with no reliable protocol-specific evidence. Marketing and in-app copy must not imply benefit for any of these:
- Improving focus or concentration at a desk — one positive lab study at 15 minutes, one null at 5, no meta-analysis, no field study. Specifically, no evidence at all for sessions under 5 minutes improving thinking.
- Increasing energy safely — nothing safe and evidenced exists.
- Job interviews — zero studies located.
- Exams — one non-significant pilot, n = 21.
- Public speaking — one non-significant trend, and the technique tested actually favoured the control group.
- Box breathing being better than alternatives for office use — the only head-to-head found the opposite.
- Reducing cortisol from a short self-guided break — no supporting study.
- Productivity or work output — the micro-break meta-analysis found performance effects non-significant, and that's for breaks in general.
- Optimal lead time before a stressful event — never studied.
- 90-second protocols — no peer-reviewed evidence at that dose.
A measurement warning that affects how success is judged
Across three separate studies, physiological and performance benefits appeared without any matching drop in self-reported stress. The practical consequence: Minimente's own in-app ratings will probably under-detect real benefit, and should not be the only measure of whether the programme works. Worth knowing before the pilot metrics are agreed.
Verification status
Several papers above were reachable only as abstracts, and one meta-analysis's pooled figures sit behind a paywall and could not be extracted. Those are flagged in the source documents. A single confirmatory pass by a clinician is recommended before the Day 1 exercise is changed on the strength of this review — it is the one recommendation here that is expensive to get wrong.
12
What everyone else is doing
A separate strand reviewed the competing products — Breathwrk, Othership, Calm, Headspace, Breathly, Balance, Apple's Breathe, and several smaller tools — from vendor sites, store listings, support documentation and user reviews.
It found a market shaped like a barbell, with an empty middle.
| Product | Library | How you choose | Notable |
| Breathwrk | 50–100+ exercises | Goal categories + curated schedules | Claims "neuroscience based" with no citations anywhere; heavy paywalling; a redesign deleted users' exercises |
| Othership | 500+ sessions | Browse, one daily suggestion | Audio-first, eyes-closed, sometimes vocal — unusable in an office. Ships Wim Hof and breath of fire to consumers |
| Calm | One breathing bubble | Search the wider library | Good idea worth stealing: separate volume sliders for voice guidance and background sound |
| Headspace | A few sessions | Editorial / course order | Best-evidenced brand overall — but the evidence is for its meditation courses, not its breathing |
| Breathly | A handful | Pick from a list | Free, no ads, no accounts, no gamification — and loved precisely for that |
| Balance | Tagged Relax / Energize / Concentrate | Onboarding quiz + daily questions | The closest thing to adaptive recommendation in market — but it never shows its reasoning |
| Apple Watch Breathe | One exercise | No choice at all | Arguably the most-used breathing tool on earth. Best-in-class silent haptic pacing — you can breathe by wrist taps with the screen off |
The gap in the market
One end of the barbell is content platforms competing on volume and retention mechanics. The other is minimalist tools with one to ten exercises, loved for their restraint. Nothing occupies the middle: a small, curated, intelligently recommended library.
And nobody explains why. Products either let you browse, or adapt silently. Balance adjusts but hides its reasoning; Headspace explains mechanisms well but only in blog posts, disconnected from the exercise itself. Not one product says "you told us you're tense before a meeting, so here's why this one".
Four weaknesses that are all open goals
- Evidence labelling is uniformly poor. The spectrum runs from vague ("informed by modern science") to inflated ("long-term neuroplasticity") to survey-stat marketing ("95% of users report less stress"). No competitor cites studies at the point of the exercise, grades evidence strength, or admits when evidence is preliminary. Regulators have signalled interest in unsubstantiated health-app claims, so honest labelling is both a differentiator and a shield.
- Safety framing is near-absent. Two major products ship hyperventilation-based techniques with minimal in-flow warnings, despite documented risks including fainting and seizure provocation. No competitor markets safety-first defaults as a feature.
- Silence is solved only at the utility tier. Apple offers three levels of haptic pacing; one Android tool has an explicit vibration-only mode. The big platforms bury or omit it. Silent operation is table stakes for office use, and the products best suited to enterprise deliver it worst.
- Accessibility is an afterthought everywhere. No major breathing product documents a reduced-motion alternative to its pacer animation — and expanding, contracting, full-screen motion is a known trigger for vestibular discomfort. This is an open field.
What users complain about — the list of things to design out
Paywalled basics; redesigns that delete people's saved exercises; price; notification nagging; streak pressure; opaque personalisation; billing and support failures. Notably, the most-praised quality across the smaller tools is the absence of monetisation pressure and gamification — which matches this project's own decision not to use streaks or badges.
13
How to recommend without overwhelming people
A fifth strand researched the recommendation question itself. Its most useful contribution is puncturing an assumption the brief rested on.
"Fewer options is always better" is not true
The famous jam-shelf study — 6 choices outsold 24 — does not reliably replicate. A meta-analysis of 50 experiments found the average effect of how many options you offer is approximately zero. Choice overload is real but conditional: it appears under time pressure, uncertainty, low expertise and no clear ideal — which does describe a stressed employee, but that mapping is inference, not a finding.
The honest version: defaults are powerfully sticky (meta-analytic effect d = 0.68, the strongest of all nudge types), and one short, complete, self-contained exercise is a well-evidenced delivery format. So recommend one thing — because defaults work, not because choice is harmful.
Which inputs are actually justified, in order
- How you feel right now — best supported. A single-item question performs as well as a long scale.
- What you're trying to achieve — goal-setting is robust as a technique, though in one trial only about half of users ever set a goal.
- What has worked for you before — plausible and theory-aligned, but the evidence is thin. A review of personalisation in mental-health apps concluded it was "scarce and inconclusive". Justified on autonomy and trust grounds, not effectiveness.
- Favourites — essentially no outcome evidence.
- Onboarding quizzes — mostly evidence that they hurt. Around 53% of mental-health app users abandon within seven days, and asking for personal information before trust is established is a known drop-off driver.
Explaining the recommendation
Explanations reliably increase trust and willingness to follow a recommendation. But there's an important inversion: explanations that reveal invasive data use actively reduce trust. Because this design only ever references things the user volunteered — "you told us this helped" — it sidesteps that failure entirely. That is a genuine advantage worth stating as a design principle rather than a happy accident.
Honest caveat: no trial was found showing that "because you…" explanations increase completion of wellbeing exercises specifically. The trust finding is solid; the completion claim is extrapolated.
Asking "did this help?"
Two findings shape this. First, burden: once-daily prompting achieves around 91% compliance, versus about 77% at higher frequencies, and being asked to log feelings repeatedly drove rapid abandonment in anxiety apps. Second, bias: people rate the thing they believe the app favours more highly, and self-reported adherence is inflated even without incentives. Expect "did this help?" answers to skew positive.
The mitigations that follow: neutral wording — prefer a before-and-after "how do you feel now?" over "did this help?" — always skippable, never gating progress, sampled rather than asked every single time after the first weeks, and treated as a relative signal within one person rather than an absolute measure.
Repetition or variety?
The evidence genuinely cuts both ways, and the report says so. Habit formation needs repetition in a stable context, and for a skills-based product there's an additional argument for practising one technique until it works under pressure. But identical prompts habituate — in one trial the effect of repeated contextual suggestions decayed to near zero within about four weeks.
The defensible synthesis: keep the behaviour and the cue consistent, rotate the wording, and offer a new technique on a deliberate schedule or when feedback says the current one has stopped helping. Repetition builds the habit; unvarying messaging is what goes stale.
The workplace-specific risk
Imposed wellbeing tools trigger resistance and rejection. In an employer-funded product this sharpens considerably: a recommendation that reads as the employer telling you to calm down is a trust hazard. The practical rules that follow — don't interrupt during focus or meeting hours; don't escalate frequency after ignored prompts, which is the opposite of what naive engagement logic does; always offer "not now" without penalty; and never let a suggestion appear employer-initiated.
Minimente — Stress Management Programme · Review findings as of 27 July 2026 · Companion document: Decisions needed from Minni
Underlying material. This report draws on nine agent working sessions. The five research strands behind sections 07, 11, 12 and 13 are preserved in full, with every source URL, in research/ — 01-scientific-literature.md, 02-clinical-practice.md, 03-performance-human-factors.md, 04-product-landscape.md, 05-ux-personalisation.md.