Add "Change V5.7.0: Data Platform Domain Advisory (Sprint 10 Implementation)"

2026-02-02 06:22:22 +00:00
parent 7d3c66ab6f
commit 05c75d7501

@@ -0,0 +1,85 @@
# Change V5.7.0: Data Platform Domain Advisory (Sprint 10 Implementation)
**Version:** 5.7.0
**Sprint:** 10
**Status:** Planning
**Created:** 2026-02-02
## Overview
Implement the Domain Advisory Pattern for data-platform, completing the cross-plugin integration that enables projman to consult data-platform for schema, lineage, and dbt compliance validation.
## Goals
- [x] Create `data-integrity-audit.md` skill defining audit rules
- [x] Create `data-advisor` agent for data validation
- [x] Create `/data-gate` command for binary compliance gates
- [x] Create `/data-review` command for detailed audits
- [ ] Update version to 5.7.0 and documentation
## Issues
| # | Title | Type | Effort | Status |
|---|-------|------|--------|--------|
| #373 | Create data-integrity-audit.md skill | Feature | S | Open |
| #374 | Create data-advisor.md agent | Feature | S | Open |
| #375 | Create data-gate.md command | Feature | XS | Open |
| #376 | Create data-review.md command | Feature | XS | Open |
| #377 | Update version to 5.7.0 and documentation | Docs | XS | Open |
## Dependency Graph
```
#373 (skill)
#374 (agent)
├───────┬───────┐
▼ ▼ │
#375 #376 │
(gate) (review) │
│ │ │
└───────┴───────┘
#377 (docs)
```
## Files to Create
| File | Purpose |
|------|---------|
| `plugins/data-platform/skills/data-integrity-audit.md` | Audit rules, severity levels, scan strategies |
| `plugins/data-platform/agents/data-advisor.md` | Advisory agent using MCP tools |
| `plugins/data-platform/commands/data-gate.md` | Binary pass/fail for projman gates |
| `plugins/data-platform/commands/data-review.md` | Detailed audit for human review |
## Files to Modify
| File | Change |
|------|--------|
| `.claude-plugin/marketplace.json` | Version bump to 5.7.0 |
| `CHANGELOG.md` | Add v5.7.0 entry |
| `README.md` | Update Domain Advisory table (Data: planned → active) |
## What This Enables
After this sprint:
- projman orchestrator's `Domain/Data` gate checks resolve to `/data-gate`
- No more "gate unavailable" warnings for data domain issues
- Data changes get automated validation during sprint execution
- Standalone `/data-review` available for manual audits
## Validation Checklist
- [ ] `./scripts/validate-marketplace.sh` passes
- [ ] `./scripts/verify-hooks.sh` passes
- [ ] `/validate-contracts` shows no conflicts
- [ ] `/data-review ~/personal-portfolio/dbt/` produces valid report
- [ ] `/data-gate` returns PASS on healthy dbt project
## Related
- [Sprint 9: Domain Advisory Pattern (viz-platform)](https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/wiki/Change-V5.6.0%3A-Domain-Advisory-Pattern-%28Sprint-9-Implementation%29)
- [domain-consultation.md skill](https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/development/plugins/projman/skills/domain-consultation.md)