The loop shipped with one speed — the rigor we use on DevStride itself: fine-grained items, deep specs, a wide adversarial review, and a second reviewer re-checking every fix. Right for a revenue-bearing product, wrong for a greenfield one, where a team measured hours per item reviewing code that had no users yet.
Version 0.10.0 makes rigor a choice. A delivery profile is one word that moves the loop's knobs together: how finely a plan is sliced, how deep each spec goes, how wide the adversarial review fans out, how many review rounds run, and which checks gate a merge.
prototype — fast. One item per vertical slice a user can see, short specs, a narrow review,
no second local reviewer, and the release unit merges on its own when its last item lands.standard — the new default: the middle a working product wants.enterprise — the rigor the loop ran at before.Floors never move: one maximum-effort adversarial pass per item, the security lens on any auth-boundary diff, a green local gate before merge, and full cloud review plus CI at the release pull request.
A plan sliced for enterprise that now needs prototype no longer has to be rebuilt.
/devstride:rebalance I1234 prototype re-slices the not-started items, shows a before/after table,
and writes nothing until you sign off. Done and In Progress work is untouched; absorbed items are
archived with a pointer to their successor, never deleted. It is the eighteenth skill.
Update the plugin and restart Claude Code:
claude plugin marketplace update devstride
claude plugin update devstride@devstride
Then run /devstride:setup in each repository to pick a profile; it writes "profile" and matching
defaults into .claude/ds-config.json. A plan can carry its own — /devstride:plan I1234 prototype
— which wins for that plan.
profile key runs standard, lighter than before. To keep the previous
behaviour, add "profile": "enterprise" to .claude/ds-config.json. Any explicit key in the file
still wins over the profile.📚 Choose a delivery profile · Rebalancing a plan · Configuration reference
2026-08-22
Time Tracking Lock: close an accounting period and the hours stop moving — configurable periods, grace windows, and uniform enforcement everywhere time is tracked.
2026-08-27
DevStride for Claude Code 1.0.0 → 1.2.x: the plugin now keeps itself current, documentation and release notes run through skills your repository owns, and CI runs once. Update once by hand — then it updates itself.