[Sprint 10] feat: Create data-gate.md command #375

Closed
opened 2026-02-02 06:21:13 +00:00 by lmiranda · 0 comments
Owner

Summary

Create the binary pass/fail gate command invoked by projman orchestrator when Domain/Data label is present. This is the "other end of the phone line" that resolves the current "gate unavailable" warnings.

Wiki Reference: Sprint 10 Implementation

File to Create

plugins/data-platform/commands/data-gate.md

Command Specification

description: Data integrity compliance gate (pass/fail) for sprint execution
arguments:
  - name: path
    description: File or directory to validate
    required: true

Behavior

  1. Activates data-advisor agent in gate mode
  2. Loads data-integrity-audit.md skill
  3. Checks FAIL-level violations only (speed optimization)
  4. Returns binary PASS/FAIL result

Output Format

PASS:

DATA GATE: PASS
No blocking data integrity violations found.

FAIL:

DATA GATE: FAIL

Blocking Issues (N):
1. <location> - <violation>
   Fix: <actionable fix>

Run /data-review for full audit report.

Dependencies

  • Requires data-advisor.md agent to exist first

Acceptance Criteria

  • Command file created with proper frontmatter
  • Activates agent in gate mode
  • Output format matches specification
  • Compact output suitable for automation
  • Mentions /data-review for detailed audit
## Summary Create the binary pass/fail gate command invoked by projman orchestrator when `Domain/Data` label is present. This is the "other end of the phone line" that resolves the current "gate unavailable" warnings. **Wiki Reference:** [Sprint 10 Implementation](https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/wiki/Change-V5.7.0%3A-Data-Platform-Domain-Advisory-%28Sprint-10-Implementation%29) ## File to Create `plugins/data-platform/commands/data-gate.md` ## Command Specification ```yaml description: Data integrity compliance gate (pass/fail) for sprint execution arguments: - name: path description: File or directory to validate required: true ``` ## Behavior 1. Activates `data-advisor` agent in gate mode 2. Loads `data-integrity-audit.md` skill 3. Checks FAIL-level violations only (speed optimization) 4. Returns binary PASS/FAIL result ## Output Format **PASS:** ``` DATA GATE: PASS No blocking data integrity violations found. ``` **FAIL:** ``` DATA GATE: FAIL Blocking Issues (N): 1. <location> - <violation> Fix: <actionable fix> Run /data-review for full audit report. ``` ## Dependencies - Requires `data-advisor.md` agent to exist first ## Acceptance Criteria - [ ] Command file created with proper frontmatter - [ ] Activates agent in gate mode - [ ] Output format matches specification - [ ] Compact output suitable for automation - [ ] Mentions `/data-review` for detailed audit
lmiranda added the Type/Feature label 2026-02-02 06:21:13 +00:00
lmiranda added this to the Sprint 10 - Domain Advisory Pattern (data-platform) milestone 2026-02-02 06:21:41 +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#375