🤖 AGENTS 3 min read

great_cto: what's new — three features and the move to Opus 4.8

A discovery pipeline, a quota-warning hook, a digital-health pack — and a no-drama model upgrade.

While you were sleeping (or heroically fixing prod), great_cto — the engineering-process engine for solo founders and teams up to 50 people — picked up some new tricks. No fluff: three features that actually change your daily grind, plus a model upgrade that didn't require re-mortgaging the apartment.


1. Discovery pipeline: think before you code

A timeless genre: write first, find out what you should have written later. Until now the pipeline started with the architect, and everything "before" — problem research, prioritization, the PRD — lived in your head, your notes, and three browser tabs you were too scared to close. That gap is now filled by two commands:

The PM agent also finally learned to prioritize features when there's more than one and they're all "urgent": pick from Opportunity Score / ICE / RICE / MoSCoW. The full new route: /discover → /prd → /architect → /pm → senior-dev.


2. Quota warning at session start

There's a special genre of pain: hitting the rate limit right in the middle of a heavy pipeline, when the result was just around the corner. The new quota-check.mjs hook checks your Claude Code quota at the start of every session and tactfully clears its throat ahead of time:

As a bonus it shows your burn rate per window (on track, or living large), tracks Sonnet's 7-day sub-quota separately, and watches pay-as-you-go spend. Parallel agents share a single request via a 5-minute cache — no DDoS-ing your own API. API-key users aren't touched at all — it quietly steps aside.


3. digital-health-pack: an overlay for wearable and mental-health products

A new domain overlay (Wave 4) attaches itself the moment your project starts cozying up to wearables and digital health — Apple HealthKit, Google Health Connect, Garmin, Fitbit, Oura, Whoop, biometrics (HRV, SpO2, sleep), mental-health AI, nutrition/supplement recommendations, or physician-in-the-loop (HITL) flows.

What's in the box:

In short: a built-in regulatory checklist (FDA General Wellness vs SaMD, HIPAA, GDPR Art. 9, EU AI Act Annex III) — so your health startup attracts an investor, not a regulator's notice.


Bonus: moving to Claude Opus 4.8

great_cto upgraded its flagship: claude-opus-4-7claude-opus-4-8 (Anthropic shipped it on 2026-05-28). The kind of move that needs no boxes and no movers:


Upgrade: npx great-cto@latest init. Full changelog lives in the CHANGELOG.

Also published on
devto