Files
leo-claude-mktplace/plugins/clarity-assist
lmiranda b5d36865ee feat(plugins): add Visual Output headers to all other plugin commands
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>
2026-01-28 17:24:49 -05:00
..

clarity-assist

Prompt optimization and requirement clarification plugin with neurodivergent-friendly accommodations.

Overview

clarity-assist helps transform vague, incomplete, or ambiguous requests into clear, actionable specifications. It uses a structured 4-D methodology (Deconstruct, Diagnose, Develop, Deliver) and ND-friendly communication patterns.

Commands

Command Description
/clarify Full 4-D prompt optimization for complex requests
/quick-clarify Rapid single-pass clarification for simple requests

Features

4-D Methodology

  1. Deconstruct - Break down the request into components
  2. Diagnose - Analyze gaps and potential issues
  3. Develop - Gather clarifications through structured questions
  4. Deliver - Produce refined specification

ND-Friendly Design

  • Option-based questioning - Always provide 2-4 concrete choices
  • Chunked questions - Ask 1-2 questions at a time
  • Context for questions - Explain why you're asking
  • Conflict detection - Check previous answers before new questions
  • Progress acknowledgment - Summarize frequently

Escalation Protocol

When requests are complex or users seem overwhelmed:

  • Acknowledge complexity
  • Offer to focus on one aspect at a time
  • Build incrementally

Installation

Add to your project's .claude/settings.json:

{
  "plugins": ["clarity-assist"]
}

Usage

Full Clarification

/clarify

[Your vague or complex request here]

Quick Clarification

/quick-clarify

[Your mostly-clear request here]

Configuration

No configuration required. The plugin uses sensible defaults.

Output Format

After clarification, you receive a structured specification:

## Clarified Request

### Summary
[Description of what will be built]

### Scope
**In Scope:** [items]
**Out of Scope:** [items]

### Requirements
[Prioritized table]

### Assumptions
[List of assumptions]

Documentation

Integration

For CLAUDE.md integration instructions, see claude-md-integration.md.

License

MIT