• 0 Open
    5 Closed
    Updated 2026-02-02 14:52:10 +00:00
    Closed 2026-02-02 14:52:10 +00:00

    Implement the domain advisory pattern for data-platform integration with projman.

    Version: 5.7.0
    Type: Feature (MINOR version bump)

    Scope:

    • 4 new files (1 skill, 1 agent, 2 commands)
    • 3 modified files (marketplace.json, README, CHANGELOG)

    What This Enables:

    • /data-gate command for projman orchestrator domain gates
    • /data-review command for standalone data integrity audits
    • data-advisor agent for schema, lineage, and dbt compliance validation
    • Resolves "gate unavailable" warnings for Domain/Data labeled issues

    Wiki:

  • 0 Open
    0 Closed
    Updated 2026-01-26 18:52:16 +00:00
    Closed 2026-01-26 18:52:16 +00:00

    Implement viz-platform plugin with dmc-mcp and dash-mcp servers for Dash Mantine Components validation and visualization capabilities.

    Scope:

    • MCP server: viz-platform (single server combining dmc and dash functionality)
    • 15+ tools (DMC validation, charts, layouts, themes)
    • 7 commands
    • 3 agents
    • Plugin structure and marketplace integration

    Reference: docs/changes/CHANGE_V04_0_0_PROPOSAL_ORIGINAL.md (Phases 4-5)

    Key Decisions:

    • Static JSON component registry (pre-generated, version-tagged)
    • Claude passes data inline between plugins (v1 simplicity)
    • Theme storage: both user-level and project-level, project takes precedence
  • 0 Open
    9 Closed
    Updated 2026-01-26 20:11:52 +00:00
    Closed 2026-01-26 20:11:52 +00:00

    Implement contract-validator plugin for cross-plugin compatibility validation and Claude.md agent verification.

    Scope:

    • Parse plugin interfaces from README.md files
    • Parse agent definitions from Claude.md files
    • Validate cross-plugin compatibility
    • Validate agent tool references and data flow
    • Generate compatibility reports

    Reference: docs/changes/CHANGE_V04_0_0_PROPOSAL_ORIGINAL.md (Phase 6)

    Tools (7):

    • Parse: parse_plugin_interface, parse_claude_md_agents
    • Validate: validate_compatibility, validate_agent_refs, validate_data_flow
    • Report: generate_compatibility_report, list_issues

    Commands (3):

    • /validate-contracts - Full project validation
    • /check-agent {name} - Validate single agent
    • /list-interfaces - Show plugin interfaces

    Agents (2):

    • full_validation - Complete cross-plugin validation
    • agent_check - Single agent verification
  • 0 Open
    6 Closed
    Updated 2026-01-28 15:28:54 +00:00
    Closed 2026-01-28 15:28:54 +00:00

    Implementation of 6 foundational hooks across 4 plugins (git-flow, clarity-assist, data-platform, contract-validator). Part of V5.2.0 Plugin Enhancements initiative.

  • 0 Open
    18 Closed
    Updated 2026-01-28 17:56:17 +00:00
    Closed 2026-01-28 17:56:17 +00:00

    Implementation of 16 new user-facing commands across 8 plugins as part of V5.2.0 Plugin Enhancements.

    Scope:

    • projman: 1 command (sprint-diagram)
    • pr-review: 2 items (confidence threshold, pr-diff)
    • data-platform: 3 commands (data-quality, lineage-viz, dbt-test)
    • viz-platform: 3 items (chart-export, color blind validation, responsive breakpoints)
    • contract-validator: 1 command (dependency-graph)
    • doc-guardian: 3 items (changelog-gen, doc coverage, stale doc warnings)
    • claude-config-maintainer: 2 items (config-diff, linting)
    • cmdb-assistant: 3 items (cmdb-topology, change audit, IP conflict)

    Reference: Sprint 4 Implementation Page

  • 0 Open
    4 Closed
    Updated 2026-01-28 19:28:52 +00:00
    Closed 2026-01-28 19:28:52 +00:00

    Documentation and guides for V5.2.0 plugin enhancements.

    Scope:

    • git-flow branching strategy documentation
    • clarity-assist ND support documentation
    • Sprint 3/4 lessons learned capture

    Reference: Sprint 5 Implementation Page

  • 0 Open
    7 Closed
    Updated 2026-01-28 22:50:23 +00:00
    Closed 2026-01-28 22:50:23 +00:00

    Add consistent visual headers and progress tracking across all plugins.

    Scope:

    • Projman: Double-line headers with phase indicators (🎯 PLANNING, EXECUTION, 🏁 CLOSING)
    • Other plugins: Single-line headers with plugin icons
    • Sprint progress blocks during execution
    • Nested plugin call visualization with trigger sources
    • Header refresh during long operations

    Wiki Specification:

    Files: ~109 files + 4 Wiki pages (complete)

  • 0 Open
    5 Closed
    Updated 2026-01-29 03:06:43 +00:00
    Closed 2026-01-29 03:06:43 +00:00

    Add model selection capability to plugin agents (opus/sonnet/haiku) with inheritance chain.

    Version: 5.4.0
    Type: Feature (MINOR version bump)

    Scope:

    • 7 agent files (model field)
    • 6 plugin.json files (defaultModel)
    • 3 documentation files
    • 1 validation script

    Wiki:

    Sprint Approval

    Approved: 2026-01-29 02:46 UTC
    Approver: User
    Scope:

    • Branches: feat/302-, feat/303-, feat/304-, feat/305-, feat/306-*
    • Files: plugins//agents/.md, plugins//.claude-plugin/plugin.json, docs/, scripts/validate-marketplace.sh
  • 0 Open
    4 Closed
    Updated 2026-01-30 18:23:06 +00:00
    Closed 2026-01-30 18:23:06 +00:00

    Version: 5.5.0

    Scope: Phase 1 Quick Wins from RFC-Hook-Efficiency-Improvements

    Changes:

    • Remove viz-platform SessionStart hook (zero value)
    • Add early git check to git-flow hooks (skip non-git commands)
    • Add cooldown to project-hygiene (reduce find operations)

    Wiki: Sprint 8 Implementation

    RFC: Hook Efficiency Improvements

  • 0 Open
    8 Closed
    Updated 2026-02-01 23:57:55 +00:00
    Closed 2026-02-01 23:57:55 +00:00

    Implement the domain advisory pattern for viz-platform integration with projman.

    Version: 5.6.0
    Type: Feature (MINOR version bump)

    Scope:

    • 5 new files (1 projman skill, 1 viz-platform agent, 2 commands, 1 skill)
    • 7 modified files (2 agents, 1 taxonomy, 1 plugin.json, 3 docs)

    Wiki: