Skip to content

Add token/cost estimation and 4 new PM tool integrations (v0.4.0)#4

Merged
Enreign merged 2 commits intomainfrom
feature/v0.4-token-estimation-pm-tools
Mar 11, 2026
Merged

Add token/cost estimation and 4 new PM tool integrations (v0.4.0)#4
Enreign merged 2 commits intomainfrom
feature/v0.4-token-estimation-pm-tools

Conversation

@Enreign
Copy link
Copy Markdown
Owner

@Enreign Enreign commented Mar 11, 2026

Summary

  • Token estimation (Step 15): Computes per-task token consumption and optional API cost across economy/standard/premium model tiers, with lookup tables for tokens-per-round by complexity×maturity, output token ratios, and model pricing
  • 4 new PM tool integrations: Asana, Azure DevOps, Zenhub, and Shortcut — each with Native + Embedded mappings, bringing total supported trackers to 10
  • Version bump from 0.3.0 → 0.4.0

Files changed (6)

File Changes
references/formulas.md Token lookup tables, Step 15 formula, token_estimate in output schema
tests/test_formulas.py estimate_tokens() function, TestCase7 (token math), TestCase8 (scaling)
references/questionnaire.md Question #14 (model tier / show_cost), mapping table update
references/output-schema.md Token rows in embedded template, 4 new PM tool sections, batch Tokens column
SKILL.md Tracker list update, token step in pipeline, version bump
README.md Feature list and tracker list updates

Test plan

  • All 36 tests pass (python3 -m pytest tests/test_formulas.py -v) — 6 original + 2 new token cases
  • Original 6 test cases unchanged (backward compatibility)
  • Frontmatter version is 0.4.0
  • All reference files exist (integrity check)
  • Manual eval: run skill on a sample M task and verify token estimate appears in output

🤖 Generated with Claude Code

Enreign and others added 2 commits March 11, 2026 20:29
Token estimation computes per-task token consumption and optional API cost
across economy/standard/premium model tiers. Four new tracker mappings
(Asana, Azure DevOps, Zenhub, Shortcut) bring supported tools to 10.
Bumps version to 0.4.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Wire estimate_tokens() into estimate() as Step 15 so the core estimator
returns token_estimate in its output. Add TestCase9 for integration
verification, maturity variation test, and PERT cost formula test.
44 tests now pass (was 36).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Enreign Enreign merged commit 1a0edba into main Mar 11, 2026
3 checks passed
@Enreign Enreign deleted the feature/v0.4-token-estimation-pm-tools branch March 11, 2026 19:41
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