feat(plugins): Add visual output headers to other plugin agents and commands (#275, #276) #285

Merged
lmiranda merged 3 commits from feat/sprint-6-other-plugins-visual into development 2026-01-28 22:37:38 +00:00
Owner

Summary

Add consistent visual branding headers to all non-projman plugin files:

  • 19 agent files updated with Visual Output Requirements sections
  • 66 command files updated with Visual Output sections

Changes by Plugin

Plugin Agents Commands Icon
clarity-assist 1 2 💬
claude-config-maintainer 1 5 ⚙️
cmdb-assistant 1 11 🖥️
code-sentinel 2 3 🔒
contract-validator 2 5
data-platform 2 10 📊
doc-guardian 1 5 📝
git-flow 1 8 🔀
pr-review 5 7 🔍
viz-platform 3 10 🎨
Total 19 66 -

Visual Format

Single-line headers for all plugins:

┌──────────────────────────────────────────────────────────────────┐
│  🔒 CODE-SENTINEL · Security Scan                                 │
└──────────────────────────────────────────────────────────────────┘

Test Plan

  • Run /security-scan → Verify single-line header with 🔒
  • Run /doc-audit → Verify 📝 DOC-GUARDIAN header
  • Run /component Button → Verify 🎨 VIZ-PLATFORM header
  • Run /cmdb-search router → Verify 🖥️ CMDB-ASSISTANT header

Closes

  • Closes #275 (Other plugin agents visual output)
  • Closes #276 (Other plugin commands visual output)

🤖 Generated with Claude Code

## Summary Add consistent visual branding headers to all non-projman plugin files: - 19 agent files updated with Visual Output Requirements sections - 66 command files updated with Visual Output sections ## Changes by Plugin | Plugin | Agents | Commands | Icon | |--------|--------|----------|------| | clarity-assist | 1 | 2 | 💬 | | claude-config-maintainer | 1 | 5 | ⚙️ | | cmdb-assistant | 1 | 11 | 🖥️ | | code-sentinel | 2 | 3 | 🔒 | | contract-validator | 2 | 5 | ✅ | | data-platform | 2 | 10 | 📊 | | doc-guardian | 1 | 5 | 📝 | | git-flow | 1 | 8 | 🔀 | | pr-review | 5 | 7 | 🔍 | | viz-platform | 3 | 10 | 🎨 | | **Total** | **19** | **66** | - | ## Visual Format Single-line headers for all plugins: ``` ┌──────────────────────────────────────────────────────────────────┐ │ 🔒 CODE-SENTINEL · Security Scan │ └──────────────────────────────────────────────────────────────────┘ ``` ## Test Plan - [ ] Run `/security-scan` → Verify single-line header with 🔒 - [ ] Run `/doc-audit` → Verify 📝 DOC-GUARDIAN header - [ ] Run `/component Button` → Verify 🎨 VIZ-PLATFORM header - [ ] Run `/cmdb-search router` → Verify 🖥️ CMDB-ASSISTANT header ## Closes - Closes #275 (Other plugin agents visual output) - Closes #276 (Other plugin commands visual output) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lmiranda added 2 commits 2026-01-28 22:25:35 +00:00
Add single-line box headers to 19 agents across all non-projman plugins:
- clarity-assist (1): Clarity Coach
- claude-config-maintainer (1): Maintainer
- code-sentinel (2): Security Reviewer, Refactor Advisor
- doc-guardian (1): Doc Analyzer
- git-flow (1): Git Assistant
- pr-review (5): Coordinator, Security, Maintainability, Performance, Test
- data-platform (2): Data Analysis, Data Ingestion
- viz-platform (3): Component Check, Layout Builder, Theme Setup
- contract-validator (2): Agent Check, Full Validation
- cmdb-assistant (1): CMDB Assistant

Uses single-line box format (not double-line like projman).

Part of #275

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add single-line visual headers to 66 command files across 10 plugins:
- clarity-assist (2 commands): 💬
- claude-config-maintainer (5 commands): ⚙️
- cmdb-assistant (11 commands): 🖥️
- code-sentinel (3 commands): 🔒
- contract-validator (5 commands): 
- data-platform (10 commands): 📊
- doc-guardian (5 commands): 📝
- git-flow (8 commands): 🔀
- pr-review (7 commands): 🔍
- viz-platform (10 commands): 🎨

Each command now displays a consistent header at execution start:
┌────────────────────────────────────────────────────────────────┐
│  [icon] PLUGIN-NAME · Command Description                       │
└────────────────────────────────────────────────────────────────┘

Addresses #275 (other plugin commands visual output)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda added 1 commit 2026-01-28 22:32:33 +00:00
- Update CLAUDE.md version from 5.1.0 to 5.2.0
- Update marketplace.json plugin versions to match CHANGELOG
  - projman 3.2.0 → 3.3.0
  - git-flow 1.0.0 → 1.2.0
  - pr-review 1.0.0 → 1.1.0
  - clarity-assist 1.0.0 → 1.2.0
  - doc-guardian 1.0.0 → 1.1.0
  - claude-config-maintainer 1.0.0 → 1.1.0
  - cmdb-assistant 1.1.0 → 1.2.0
  - data-platform 1.0.0 → 1.2.0
  - viz-platform 1.0.0 → 1.1.0
  - contract-validator 1.0.0 → 1.2.0
- Add 18 missing commands to README.md and COMMANDS-CHEATSHEET.md
  - /sprint-diagram, /pr-diff, /changelog-gen, /doc-coverage
  - /stale-docs, /config-diff, /config-lint, /cmdb-topology
  - /change-audit, /ip-conflicts, /lineage-viz, /dbt-test
  - /data-quality, /chart-export, /accessibility-check
  - /breakpoints, /dependency-graph
- Add contract-validator plugin to COMMANDS-CHEATSHEET.md

Closes #277

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 7e9f70d0a7 into development 2026-01-28 22:37:38 +00:00
lmiranda deleted branch feat/sprint-6-other-plugins-visual 2026-01-28 22:37: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#285