fix: v7.0.1 stale reference cleanup + token usage reporting #425

Merged
lmiranda merged 3 commits from fix/v7-stale-refs-and-token-reporting into development 2026-02-04 15:25:38 +00:00
Owner

Summary

Two deliverables for v7.0.1:

1. Stale Reference Cleanup (fix)

  • Updated data-platform/skills/visual-header.md command mapping table to use v7.0.0 namespaced names
  • Fixed viz-platform/claude-md-integration.md cross-plugin section (/ingest/data-ingest, etc.)
  • Updated git-flow/commands/git-status.md quick actions (/commit/git-commit)
  • Fixed git-flow/skills/visual-header.md command headers
  • Updated projman/CONFIGURATION.md quick commands (/initial-setup/pm-setup)
  • Fixed docs/DEBUGGING-CHECKLIST.md (/debug/pm-debug)

2. Token Usage Estimation Reporting (feat)

  • New skill: plugins/projman/skills/token-budget-report.md with MCP overhead and skill loading estimation model
  • Sprint-plan displays token report after planning complete
  • Sprint-close displays token report after lessons captured
  • Helps identify which phases and components consume the most context budget

Test Plan

  • Verify ./scripts/validate-marketplace.sh passes
  • Verify grep for old command names returns no matches in plugins/docs (excluding CHANGELOG)
  • Verify new skill file token-budget-report.md is referenced in sprint-plan.md and sprint-close.md

🤖 Generated with Claude Code

## Summary Two deliverables for v7.0.1: ### 1. Stale Reference Cleanup (fix) - Updated data-platform/skills/visual-header.md command mapping table to use v7.0.0 namespaced names - Fixed viz-platform/claude-md-integration.md cross-plugin section (`/ingest` → `/data-ingest`, etc.) - Updated git-flow/commands/git-status.md quick actions (`/commit` → `/git-commit`) - Fixed git-flow/skills/visual-header.md command headers - Updated projman/CONFIGURATION.md quick commands (`/initial-setup` → `/pm-setup`) - Fixed docs/DEBUGGING-CHECKLIST.md (`/debug` → `/pm-debug`) ### 2. Token Usage Estimation Reporting (feat) - New skill: `plugins/projman/skills/token-budget-report.md` with MCP overhead and skill loading estimation model - Sprint-plan displays token report after planning complete - Sprint-close displays token report after lessons captured - Helps identify which phases and components consume the most context budget ## Test Plan - [ ] Verify `./scripts/validate-marketplace.sh` passes - [ ] Verify grep for old command names returns no matches in plugins/docs (excluding CHANGELOG) - [ ] Verify new skill file `token-budget-report.md` is referenced in sprint-plan.md and sprint-close.md 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lmiranda added the Type/Feature label 2026-02-04 15:24:05 +00:00
lmiranda added 3 commits 2026-02-04 15:24:06 +00:00
- data-platform/skills/visual-header.md: updated command mapping table
- viz-platform/claude-md-integration.md: fixed cross-plugin section
- git-flow/commands/git-status.md: updated quick actions
- git-flow/skills/visual-header.md: updated command header sections
- projman/CONFIGURATION.md: updated quick commands to pm-setup
- docs/DEBUGGING-CHECKLIST.md: fixed /debug to /pm-debug

All command references now use v7.0.0 namespaced names.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- New skill: token-budget-report.md with MCP overhead and skill loading
  estimation model based on known file sizes and static overhead tables
- Sprint-plan displays token report after planning complete
- Sprint-close displays token report after lessons captured
- Visual-output.md updated with token report format
- .gitignore exception for token-budget-report.md (not API tokens)

Helps identify which phases and components consume the most context budget.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fixed: stale command references documentation updates
- Added: token usage estimation reporting feature

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 9eece4daa3 into development 2026-02-04 15:25:38 +00:00
lmiranda deleted branch fix/v7-stale-refs-and-token-reporting 2026-02-04 15:25:38 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#425