[Sprint 9] feat: Update orchestrator.md to load domain-consultation skill #362

Closed
opened 2026-02-01 22:49:52 +00:00 by lmiranda · 0 comments
Owner

Description

Modify the projman orchestrator agent to load the domain-consultation skill and add domain gate checks before marking issues complete.

Implementation

Wiki: Change V5.6.0 (Sprint 9 Implementation)

File: plugins/projman/agents/orchestrator.md

Acceptance Criteria

  • Add skills/domain-consultation.md to "Skills to Load" section
  • Add new responsibility "6.5. Domain Gate Checks" before marking issues complete
  • Domain Gate Check step should:
    • Check if issue has Domain/* label
    • If Domain/Viz: run /design-gate on affected paths
    • If gate fails: block completion, report violations
    • If gate passes: proceed with completion

Technical Notes

The domain gate check happens AFTER implementation but BEFORE marking the issue as complete. This ensures:

  1. All domain-specific quality checks pass
  2. Violations are caught before PR creation
  3. Clear feedback on what needs fixing

Example flow:

Implementation complete for #358.

Domain Gate Check:
- Issue has Domain/Viz label
- Running /design-gate on plugins/viz-platform/agents/

DESIGN GATE: PASS
No blocking violations.

Proceeding to mark issue complete...

Dependency: Requires domain-consultation.md skill (#356) and design-gate command (#360)
Risk: Medium - modifies core orchestrator behavior

## Description Modify the projman orchestrator agent to load the domain-consultation skill and add domain gate checks before marking issues complete. ## 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/agents/orchestrator.md` ## Acceptance Criteria - [ ] Add `skills/domain-consultation.md` to "Skills to Load" section - [ ] Add new responsibility "6.5. Domain Gate Checks" before marking issues complete - [ ] Domain Gate Check step should: - Check if issue has Domain/* label - If Domain/Viz: run `/design-gate` on affected paths - If gate fails: block completion, report violations - If gate passes: proceed with completion ## Technical Notes The domain gate check happens AFTER implementation but BEFORE marking the issue as complete. This ensures: 1. All domain-specific quality checks pass 2. Violations are caught before PR creation 3. Clear feedback on what needs fixing **Example flow:** ``` Implementation complete for #358. Domain Gate Check: - Issue has Domain/Viz label - Running /design-gate on plugins/viz-platform/agents/ DESIGN GATE: PASS No blocking violations. Proceeding to mark issue complete... ``` **Dependency:** Requires domain-consultation.md skill (#356) and design-gate command (#360) **Risk:** Medium - modifies core orchestrator behavior
lmiranda added this to the Sprint 9 - Domain Advisory Pattern (viz-platform) milestone 2026-02-01 22:50:11 +00:00
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#362