- Fix /review command visual header: replace inline CLOSING box with skill reference (Code Reviewer uses 🔍 REVIEW, not 🏁 CLOSING) - Update CLAUDE.md version 5.4.0 → 5.8.0, fix data-platform version in plugin table (1.1.0 → 1.3.0), update Last Updated date - Add Unicode emoji to Phase Registry tables in visual-output.md (now shows 🎯 Target instead of just "Target") Items verified complete: - README.md already shows v5.8.0 - marketplace.json already shows 5.8.0 - CHANGELOG 5.8.0 entry complete (rfc-reject in both Changed/Removed) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
102 lines
3.1 KiB
Markdown
102 lines
3.1 KiB
Markdown
---
|
|
name: visual-output
|
|
description: Standard visual formatting for projman commands and agents
|
|
---
|
|
|
|
# Visual Output Standards
|
|
|
|
## Purpose
|
|
|
|
Single source of truth for all projman visual headers, progress blocks, and verdict formats. All agents and commands reference this skill instead of defining their own templates.
|
|
|
|
---
|
|
|
|
## Plugin Header (Double-Line)
|
|
|
|
Projman uses the double-line box drawing header style with emoji phase indicators.
|
|
|
|
### Agent Headers
|
|
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| PROJMAN |
|
|
| [Phase Emoji] [PHASE NAME] |
|
|
| [Context Line] |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
### Phase Registry
|
|
|
|
| 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 |
|
|
|
|
### Command Headers (Non-Agent)
|
|
|
|
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] |
|
|
|
|
---
|
|
|
|
## Progress Block
|
|
|
|
Used by orchestrator during sprint execution:
|
|
|
|
```
|
|
+-- Sprint Progress -------------------------------------------------------+
|
|
| [Sprint Name] |
|
|
| [Progress bar] XX% complete |
|
|
| Done: X Active: X Pending: X |
|
|
+--------------------------------------------------------------------------+
|
|
```
|
|
|
|
---
|
|
|
|
## Sprint Close Summary
|
|
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| PROJMAN |
|
|
| Finish Flag CLOSING |
|
|
| [Sprint Name] |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
---
|
|
|
|
## Gate Verdict Format
|
|
|
|
For domain gate results displayed by orchestrator:
|
|
|
|
```
|
|
+-- Domain Gate: [Viz/Data] -----------------------------------------------+
|
|
| Status: PASS / FAIL |
|
|
| [Details if FAIL] |
|
|
+--------------------------------------------------------------------------+
|
|
```
|
|
|
|
---
|
|
|
|
## Status Indicators
|
|
|
|
| Indicator | Meaning |
|
|
|-----------|---------|
|
|
| Check | Complete / Pass |
|
|
| X | Failed / Blocked |
|
|
| Hourglass | In progress |
|
|
| Empty box | Pending / Not started |
|
|
| Warning | Warning |
|