pointing-calculator-cli
v1.0.3
Published
CLI tool for calculating TDD-based Fibonacci story points
Downloads
13
Maintainers
Readme
📈 Pointing Calculator CLI
A simple CLI tool to calculate Agile story points using a TDD-enhanced Fibonacci system.
Ideal for teams using story point estimation with factors like scope, complexity, uncertainty, testing, and TDD coverage.
🚀 Install
npm install -g pointing-calculator🧪 Usage
Run the CLI:
pointingYou’ll be prompted to enter values (0–2) for each estimation factor:
Scope: 0=Single file, 1=Multi-file, 2=Full-stack →
Complexity: 0=Simple, 1=Moderate, 2=Complex →
Uncertainty: 0=Clear, 1=Some unknowns, 2=High unknowns →
TDD Coverage: 0=None, 1=Unit tests, 2=Unit+Integration →
Testing Risk: 0=Low, 1=Medium, 2=High →The calculator will output a total score and the corresponding Fibonacci story point estimate.
📊 Scoring System
| Total Score | Suggested Points | |-------------|------------------| | 0–1 | 1 | | 2–3 | 2 | | 4–5 | 3 | | 6–7 | 5 | | 8–9 | 8 | | 10–11 | 13 | | 12+ | 21 |
📝 License
MIT
🙋 Author
Built by nathanmdj – software engineer.
