diff --git a/CLAUDE.md b/CLAUDE.md index b74eb21..253cdb8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -146,7 +146,7 @@ When user says "fix the sprint-plan command", edit the SOURCE code. ## Project Overview **Repository:** leo-claude-mktplace -**Version:** 5.4.0 +**Version:** 5.8.0 **Status:** Production Ready A plugin marketplace for Claude Code containing: @@ -161,7 +161,7 @@ A plugin marketplace for Claude Code containing: | `code-sentinel` | Security scanning and code refactoring tools | 1.0.1 | | `claude-config-maintainer` | CLAUDE.md optimization and maintenance | 1.0.0 | | `cmdb-assistant` | NetBox CMDB integration for infrastructure management | 1.2.0 | -| `data-platform` | pandas, PostgreSQL, and dbt integration for data engineering | 1.1.0 | +| `data-platform` | pandas, PostgreSQL, and dbt integration for data engineering | 1.3.0 | | `viz-platform` | DMC validation, Plotly charts, and theming for dashboards | 1.1.0 | | `contract-validator` | Cross-plugin compatibility validation and agent verification | 1.1.0 | | `project-hygiene` | Post-task cleanup automation via hooks | 0.1.0 | @@ -453,4 +453,4 @@ The script will: --- -**Last Updated:** 2026-01-30 +**Last Updated:** 2026-02-02 diff --git a/plugins/projman/commands/review.md b/plugins/projman/commands/review.md index fac445c..7c44e9a 100644 --- a/plugins/projman/commands/review.md +++ b/plugins/projman/commands/review.md @@ -44,10 +44,7 @@ See `skills/review-checklist.md` for complete patterns: ## Visual Output -``` -╔══════════════════════════════════════════════════════════════════╗ -║ 📋 PROJMAN ║ -║ 🏁 CLOSING ║ -║ Code Review ║ -╚══════════════════════════════════════════════════════════════════╝ -``` +See `skills/visual-output.md`. This command invokes the **Code Reviewer** agent: +- Phase Emoji: 🔍 +- Phase Name: REVIEW +- Context: Sprint Name diff --git a/plugins/projman/skills/visual-output.md b/plugins/projman/skills/visual-output.md index 80dd16a..6924dc6 100644 --- a/plugins/projman/skills/visual-output.md +++ b/plugins/projman/skills/visual-output.md @@ -29,10 +29,10 @@ Projman uses the double-line box drawing header style with emoji phase indicator | Agent | Phase Emoji | Phase Name | Context | |-------|-------------|------------|---------| -| Planner | Target | PLANNING | Sprint Name or Goal | -| Orchestrator | Lightning | EXECUTION | Sprint Name | -| Executor | Wrench | IMPLEMENTING | Issue Title | -| Code Reviewer | Magnifier | REVIEW | Sprint Name | +| Planner | 🎯 Target | PLANNING | Sprint Name or Goal | +| Orchestrator | ⚡ Lightning | EXECUTION | Sprint Name | +| Executor | 🔧 Wrench | IMPLEMENTING | Issue Title | +| Code Reviewer | 🔍 Magnifier | REVIEW | Sprint Name | ### Command Headers (Non-Agent) @@ -40,14 +40,14 @@ For commands that don't invoke a specific agent phase: | Command | Phase Emoji | Phase Name | |---------|-------------|------------| -| `/sprint-status` | Chart | STATUS | -| `/setup` | Gear | SETUP | -| `/debug` | Bug | DEBUG | -| `/labels-sync` | Label | LABELS | -| `/suggest-version` | Package | VERSION | -| `/proposal-status` | Clipboard | PROPOSALS | -| `/test` | Flask | TEST | -| `/rfc` | Document | RFC [Sub-Command] | +| `/sprint-status` | 📊 Chart | STATUS | +| `/setup` | ⚙️ Gear | SETUP | +| `/debug` | 🐛 Bug | DEBUG | +| `/labels-sync` | 🏷️ Label | LABELS | +| `/suggest-version` | 📦 Package | VERSION | +| `/proposal-status` | 📋 Clipboard | PROPOSALS | +| `/test` | 🧪 Flask | TEST | +| `/rfc` | 📄 Document | RFC [Sub-Command] | ---