Clone
1
Change-V5.6.0:-Domain-Advisory-Pattern-(Sprint-9-Implementation).-
Leo Miranda edited this page 2026-02-01 23:57:50 +00:00

Type: Change Proposal Implementation Version: V5.6.0 Status: Complete Date: 2026-02-01 Completed: 2026-02-01 Origin: Proposal Sprint: Sprint 9 PR: #370

Implementation Details

Sprint 9 delivers the full domain advisory pattern for viz-platform, including the projman skill that serves as the reusable backbone for all future domain integrations.

Issues

# Title Effort Priority Status
#356 Create domain-consultation.md skill (projman) S High Closed
#357 Create design-system-audit.md skill (viz-platform) S High Closed
#358 Create design-reviewer.md agent (viz-platform) S High Closed
#359 Create design-review.md command (viz-platform) XS Medium Closed
#360 Create design-gate.md command (viz-platform) XS High Closed
#361 Update planner.md to load domain-consultation skill S High Closed
#362 Update orchestrator.md to load domain-consultation skill S High Closed
#363 Add Domain labels + version bump + documentation S Medium Closed

Dependency Graph

#356 domain-consultation.md (no dependencies - start here)
  |
  +-- #361 planner.md (depends on #356)
  +-- #362 orchestrator.md (depends on #356, #360)

#357 design-system-audit.md (no dependencies - can run parallel)
  |
  +-- #358 design-reviewer.md (depends on #357)

#359 design-review.md (independent - standalone command)
#360 design-gate.md (independent - but needed by #362)

#363 labels + docs (depends on #361, #362 - run last)

Execution Batches

Based on dependencies, work can be parallelized as follows:

Batch 1 (Independent - run in parallel):

  • #356: domain-consultation.md skill
  • #357: design-system-audit.md skill
  • #359: design-review.md command
  • #360: design-gate.md command

Batch 2 (Depends on Batch 1):

  • #358: design-reviewer.md agent (needs #357)
  • #361: planner.md update (needs #356)

Batch 3 (Depends on Batch 2):

Batch 4 (Final):

Scope

Files Created (5)

File Risk Description
plugins/projman/skills/domain-consultation.md Medium Core integration skill - detection rules, consultation protocol, gate logic
plugins/viz-platform/agents/design-reviewer.md Low Review agent using MCP tools for design system compliance
plugins/viz-platform/commands/design-review.md Low Standalone command: /design-review <path>
plugins/viz-platform/commands/design-gate.md Low Binary pass/fail: /design-gate <path>
plugins/viz-platform/skills/design-system-audit.md Low Audit rules, severity levels, violation patterns

Files Modified (7)

File Risk Description
plugins/projman/agents/planner.md Medium Add skill load + domain consultation step
plugins/projman/agents/orchestrator.md Medium Add skill load + domain gate check step
plugins/projman/skills/label-taxonomy/labels-reference.md Low Add Domain/Viz and Domain/Data labels
plugins/viz-platform/.claude-plugin/plugin.json Low Verify commands auto-discovery
.claude-plugin/marketplace.json Low Bump to 5.6.0
CHANGELOG.md Low Add v5.6.0 entry
README.md Low Update version, add domain advisory section

Validation Checklist

  • Run ./scripts/validate-marketplace.sh
  • Run ./scripts/verify-hooks.sh
  • Run /validate-contracts
  • Run /labels-sync (after Domain labels added)
  • Verify design-reviewer agent auto-discovered
  • Verify commands discoverable
  • Test /design-review against real viz-platform code

Outcome

All 8 issues implemented and merged via PR #370. Sprint completed successfully.