Files
leo-claude-mktplace/plugins/projman/commands/suggest-version.md
lmiranda 2e65b60725 refactor(projman): extract skills and consolidate commands
Major refactoring of projman plugin architecture:

Skills Extraction (17 new files):
- Extracted reusable knowledge from commands and agents into skills/
- branch-security, dependency-management, git-workflow, input-detection
- issue-conventions, lessons-learned, mcp-tools-reference, planning-workflow
- progress-tracking, repo-validation, review-checklist, runaway-detection
- setup-workflows, sprint-approval, task-sizing, test-standards, wiki-conventions

Command Consolidation (17 → 12 commands):
- /setup: consolidates initial-setup, project-init, project-sync (--full/--quick/--sync)
- /debug: consolidates debug-report, debug-review (report/review modes)
- /test: consolidates test-check, test-gen (run/gen modes)
- /sprint-status: absorbs sprint-diagram via --diagram flag

Architecture Cleanup:
- Remove plugin-level mcp-servers/ symlinks (6 plugins)
- Remove plugin README.md files (12 files, ~2000 lines)
- Update all documentation to reflect new command structure
- Fix documentation drift in CONFIGURATION.md, COMMANDS-CHEATSHEET.md

Commands are now thin dispatchers (~20-50 lines) that reference skills.
Agents reference skills for domain knowledge instead of inline content.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:02:16 -05:00

1.6 KiB

description
description
Analyze CHANGELOG.md and suggest appropriate semantic version bump

Suggest Version

Purpose

Analyze CHANGELOG.md and suggest appropriate semantic version bump.

Invocation

Run /suggest-version after updating CHANGELOG or before release.

Workflow

  1. Read Current State

    • CHANGELOG.md for current version and [Unreleased] content
    • marketplace.json for marketplace version
    • Individual plugin versions
  2. Analyze [Unreleased] Section

    • Extract entries under Added, Changed, Fixed, Removed, Deprecated
    • Categorize changes by impact
  3. Apply SemVer Rules

Change Type Bump Indicators
MAJOR (X.0.0) Breaking changes Removed, "BREAKING:" in Changed
MINOR (x.Y.0) New features Added with new commands/plugins
PATCH (x.y.Z) Bug fixes only Fixed only
  1. Output Recommendation
    • Current version
    • Summary of changes
    • Recommended bump with reason
    • Release command

Visual Output

╔══════════════════════════════════════════════════════════════════╗
║  📋 PROJMAN                                                      ║
║  Version Analysis                                                ║
╚══════════════════════════════════════════════════════════════════╝