Skip to content

Release version 5.5.0, adding a mandatory sizing gate to /team so orc… - #4

Merged
forbee-dev merged 1 commit into
mainfrom
release/5.5.0
Sep 1, 2026
Merged

Release version 5.5.0, adding a mandatory sizing gate to /team so orc…#4
forbee-dev merged 1 commit into
mainfrom
release/5.5.0

Conversation

@forbee-dev

Copy link
Copy Markdown
Owner

…hestration cost tracks task size.

A measured 5-file change cost 905 API calls and 131.6M billed-equivalent tokens across 7 sessions in 37 minutes. Three rules in commands/team.md caused it.

The scope table read as a floor rather than a ceiling, so a 5-file diff drew 6 agents. Step 1 is now a sizing gate with four tiers (Direct 0 / Small 1 / Medium 2-3 / Large 3-5). The lead states its tier and agent count before dispatching, and ambiguity resolves downward.

The Anti-Stop Rule told the lead to continue its own work after dispatch, which produced 75 lead-side Bash calls duplicating what six agents were already doing. "Continue" now scopes to orchestration only; editing, running the app, container exec and test runs are forbidden while agents are live. Polling with ListAgents is banned outright — it cost 12 calls at roughly 186K context each.

security-auditor and test-engineer were unconditional. Both are now trigger-gated, with five conditions for security and three for tests.

Adds a Cost rule section and bans the research-then-re-derive pattern that cost 7.5M tokens when two research agents were dispatched and the implementer re-derived their findings anyway.

Bumps all 7 declared version files to 5.5.0 and documents the release in CHANGELOG.md.

…hestration cost tracks task size.

A measured 5-file change cost 905 API calls and 131.6M billed-equivalent tokens across
7 sessions in 37 minutes. Three rules in commands/team.md caused it.

The scope table read as a floor rather than a ceiling, so a 5-file diff drew 6 agents.
Step 1 is now a sizing gate with four tiers (Direct 0 / Small 1 / Medium 2-3 / Large 3-5).
The lead states its tier and agent count before dispatching, and ambiguity resolves
downward.

The Anti-Stop Rule told the lead to continue its own work after dispatch, which produced
75 lead-side Bash calls duplicating what six agents were already doing. "Continue" now
scopes to orchestration only; editing, running the app, container exec and test runs are
forbidden while agents are live. Polling with ListAgents is banned outright — it cost 12
calls at roughly 186K context each.

security-auditor and test-engineer were unconditional. Both are now trigger-gated, with
five conditions for security and three for tests.

Adds a Cost rule section and bans the research-then-re-derive pattern that cost 7.5M
tokens when two research agents were dispatched and the implementer re-derived their
findings anyway.

Bumps all 7 declared version files to 5.5.0 and documents the release in CHANGELOG.md.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@forbee-dev
forbee-dev merged commit baa00ec into main Sep 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant