cyberneticlibrary

Track AI developer sprint metrics and guidance

slopeskillsetup L30
srbryers/slope
What it does

Measure code slope and rank files by change velocity

Best for

When you need to prioritize refactoring and identify hot spots in a large codebase

Inputs
  • · git log or code tree
Outputs
  • · velocity ranking
  • · hotspot analysis
Requires
  • · Doris MCP (mcp.meetdoris.com)
Preconditions

Git repository with commit history or source code tree

Failure modes
  • · Hotspot ranking is historical and doesn't reflect current refactoring
  • · False positives rank unimportant files as high velocity
Trust signals
  • · Explicit rules over heuristics (e.g. '3x coverage rule')
  • · Produces copy-paste-ready outputs