[Sprint 9] feat: Create domain-consultation.md skill (projman) #356

Closed
opened 2026-02-01 22:49:06 +00:00 by lmiranda · 1 comment
Owner

Description

Create the core domain consultation skill for projman that enables detection and consultation of domain-specific plugins during planning and execution phases.

Implementation

Wiki: Change V5.6.0 (Sprint 9 Implementation)

File: plugins/projman/skills/domain-consultation.md

Acceptance Criteria

  • Create skill file with proper frontmatter (name, description)
  • Purpose section explaining cross-plugin consultation
  • When to Use section (planning + execution phases)
  • Domain Detection Rules section with patterns for:
    • viz-platform: file patterns, labels, keywords
    • data-platform: file patterns, labels, keywords (placeholder)
  • Planning Protocol section (detect domains, present considerations)
  • Execution Gate Protocol section (run domain gates before completion)
  • Review Protocol section (include domain compliance in summary)
  • Extensibility section (how to add new domains)

Technical Notes

This is the reusable backbone for all future domain integrations. The skill should be designed for extensibility - new domains can be added by:

  1. Adding detection rules to this skill
  2. Creating domain-specific gate commands in the target plugin

Risk: Medium - core architectural piece that planner and orchestrator depend on

## Description Create the core domain consultation skill for projman that enables detection and consultation of domain-specific plugins during planning and execution phases. ## Implementation **Wiki:** [Change V5.6.0 (Sprint 9 Implementation)](https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/wiki/Change-V5.6.0%3A-Domain-Advisory-Pattern-%28Sprint-9-Implementation%29) **File:** `plugins/projman/skills/domain-consultation.md` ## Acceptance Criteria - [ ] Create skill file with proper frontmatter (name, description) - [ ] Purpose section explaining cross-plugin consultation - [ ] When to Use section (planning + execution phases) - [ ] Domain Detection Rules section with patterns for: - viz-platform: file patterns, labels, keywords - data-platform: file patterns, labels, keywords (placeholder) - [ ] Planning Protocol section (detect domains, present considerations) - [ ] Execution Gate Protocol section (run domain gates before completion) - [ ] Review Protocol section (include domain compliance in summary) - [ ] Extensibility section (how to add new domains) ## Technical Notes This is the **reusable backbone** for all future domain integrations. The skill should be designed for extensibility - new domains can be added by: 1. Adding detection rules to this skill 2. Creating domain-specific gate commands in the target plugin **Risk:** Medium - core architectural piece that planner and orchestrator depend on
lmiranda added this to the Sprint 9 - Domain Advisory Pattern (viz-platform) milestone 2026-02-01 22:50:08 +00:00
Author
Owner

Implementation Complete

Created plugins/projman/skills/domain-consultation.md with all required sections:

Content Summary:

  • Frontmatter with name and description
  • Purpose section explaining cross-plugin consultation pattern
  • When to Use table (Planner, Orchestrator, Code Reviewer)
  • Domain Detection Rules table with label triggers, file patterns, and keyword triggers for both Domain/Viz and Domain/Data
  • Planning Protocol with steps and issue template additions
  • Execution Gate Protocol with PASS/FAIL handling
  • Review Protocol for domain compliance reporting
  • Domain Registry (current and planned)
  • Extensibility section documenting how to add new domains

PR: #364

Branch: feat/357-design-system-audit-skill

Commit: 6eeb4a4 - feat(projman): add domain-consultation skill for cross-plugin integration

## Implementation Complete Created `plugins/projman/skills/domain-consultation.md` with all required sections: **Content Summary:** - Frontmatter with name and description - Purpose section explaining cross-plugin consultation pattern - When to Use table (Planner, Orchestrator, Code Reviewer) - Domain Detection Rules table with label triggers, file patterns, and keyword triggers for both Domain/Viz and Domain/Data - Planning Protocol with steps and issue template additions - Execution Gate Protocol with PASS/FAIL handling - Review Protocol for domain compliance reporting - Domain Registry (current and planned) - Extensibility section documenting how to add new domains **PR:** #364 **Branch:** `feat/357-design-system-audit-skill` **Commit:** `6eeb4a4` - feat(projman): add domain-consultation skill for cross-plugin integration
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#356