[Sprint 10] feat: Create data-advisor.md agent #374

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

Summary

Create the advisory agent that reviews data changes for schema, lineage, and dbt compliance. This agent loads the data-integrity-audit.md skill and uses existing data-platform MCP tools.

Wiki Reference: Sprint 10 Implementation

File to Create

plugins/data-platform/agents/data-advisor.md

Required Sections

  1. Visual Output Header - DATA-PLATFORM banner
  2. Skills to Load - data-integrity-audit.md, mcp-tools-reference.md
  3. Trigger Conditions - /data-review, /data-gate, projman orchestrator
  4. Capabilities - What the agent can validate
  5. Available MCP Tools - Categorized tool reference
  6. Workflow: Review Mode - Full audit workflow
  7. Workflow: Gate Mode - Binary pass/fail workflow
  8. Workflow: projman Integration - How orchestrator invokes
  9. Error Handling - Graceful degradation scenarios
  10. Communication Style - Technical, precise, actionable

Dependencies

  • Requires data-integrity-audit.md skill to exist first

Acceptance Criteria

  • Agent file created with proper frontmatter
  • Visual header template matches plugin branding
  • Both operating modes (review/gate) documented
  • All 32 data-platform MCP tools categorized
  • projman integration workflow defined
  • Error handling covers database unavailable, no dbt project, MCP failures
## Summary Create the advisory agent that reviews data changes for schema, lineage, and dbt compliance. This agent loads the `data-integrity-audit.md` skill and uses existing data-platform MCP tools. **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/agents/data-advisor.md` ## Required Sections 1. **Visual Output Header** - DATA-PLATFORM banner 2. **Skills to Load** - `data-integrity-audit.md`, `mcp-tools-reference.md` 3. **Trigger Conditions** - `/data-review`, `/data-gate`, projman orchestrator 4. **Capabilities** - What the agent can validate 5. **Available MCP Tools** - Categorized tool reference 6. **Workflow: Review Mode** - Full audit workflow 7. **Workflow: Gate Mode** - Binary pass/fail workflow 8. **Workflow: projman Integration** - How orchestrator invokes 9. **Error Handling** - Graceful degradation scenarios 10. **Communication Style** - Technical, precise, actionable ## Dependencies - Requires `data-integrity-audit.md` skill to exist first ## Acceptance Criteria - [ ] Agent file created with proper frontmatter - [ ] Visual header template matches plugin branding - [ ] Both operating modes (review/gate) documented - [ ] All 32 data-platform MCP tools categorized - [ ] projman integration workflow defined - [ ] Error handling covers database unavailable, no dbt project, MCP failures
lmiranda added the Type/Feature label 2026-02-02 06:21:03 +00:00
lmiranda added this to the Sprint 10 - Domain Advisory Pattern (data-platform) milestone 2026-02-02 06:21:40 +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#374