From 482cd5a0993f6655116c92d7ae09616885a2b241 Mon Sep 17 00:00:00 2001 From: Leo Miranda Date: Wed, 28 Jan 2026 19:15:30 +0000 Subject: [PATCH] Update "Change-V5.2.0%3A-Plugin-Enhancements-Proposal.-.-" --- ...2.0%3A-Plugin-Enhancements-Proposal.-.-.md | 51 +++++++++++-------- 1 file changed, 29 insertions(+), 22 deletions(-) rename Change-V5.2.0%3A-Plugin-Enhancements-Proposal.-.md => Change-V5.2.0%3A-Plugin-Enhancements-Proposal.-.-.md (69%) diff --git a/Change-V5.2.0%3A-Plugin-Enhancements-Proposal.-.md b/Change-V5.2.0%3A-Plugin-Enhancements-Proposal.-.-.md similarity index 69% rename from Change-V5.2.0%3A-Plugin-Enhancements-Proposal.-.md rename to Change-V5.2.0%3A-Plugin-Enhancements-Proposal.-.-.md index 268bd64..1a91712 100644 --- a/Change-V5.2.0%3A-Plugin-Enhancements-Proposal.-.md +++ b/Change-V5.2.0%3A-Plugin-Enhancements-Proposal.-.-.md @@ -13,12 +13,14 @@ This proposal covers 26 enhancement items across 10 plugins, organized into 3 im | Sprint | Focus | Items | Status | |--------|-------|-------|--------| | Sprint 3 | Hooks (enforcement, validation, detection) | 6 | **Implemented** | -| Sprint 4 | Commands (new user-facing features) | 16 | Backlog | -| Sprint 5 | Documentation (guides, best practices) | 4 | Backlog | +| Sprint 4 | Commands (new user-facing features) | 18 | **Implemented** | +| Sprint 5 | Documentation (guides, best practices) | 4 | In Progress | ## Implementations - [Sprint 3: Hooks](Change-V5.2.0%3A-Plugin-Enhancements-Proposal-%28Sprint-3-Hooks%29) - **Completed 2026-01-28** +- [Sprint 4: Commands](Change-V5.2.0%3A-Plugin-Enhancements-%28Sprint-4-Commands%29) - **Completed 2026-01-28** +- [Sprint 5: Documentation](Change-V5.2.0%3A-Plugin-Enhancements-%28Sprint-5-Documentation%29) - In Progress --- @@ -51,43 +53,48 @@ Foundational enforcement and detection hooks that other features may depend on. --- -## Sprint 4: Commands (16 items) +## Sprint 4: Commands (18 items) - COMPLETED New user-facing commands and features. +**Completed:** 2026-01-28 +**Issues:** #241-#258 +**Milestone:** Sprint 4 - Commands +**PR:** #261 (feat/sprint-4-commands) + ### projman (1 item) -7. **Dynamic sprint diagram** - Mermaid diagram showing current sprint's issues, dependencies, and flow. Integrate with `/sprint-status` or new `/sprint-diagram` command. +7. **Dynamic sprint diagram** - `/sprint-diagram` command generating Mermaid diagram of sprint issues and dependencies - **DONE** ### pr-review (2 items) -8. **Confidence threshold config** - Env var `PR_REVIEW_CONFIDENCE_THRESHOLD` to filter low-confidence warnings -9. **pr-diff command** - Formatted diff with annotations (review comments + inline agent analysis) +8. **Confidence threshold config** - Env var `PR_REVIEW_CONFIDENCE_THRESHOLD` to filter low-confidence warnings - **DONE** +9. **pr-diff command** - Formatted diff with annotations (review comments + inline agent analysis) - **DONE** ### data-platform (3 items) -10. **data-quality command** - Run quality checks on dataframes (nulls, duplicates, types, outliers) -11. **lineage-viz command** - Mermaid wrapper around `dbt_lineage` for visual output -12. **dbt-test command** - User-friendly wrapper for `dbt_test` +10. **data-quality command** - Run quality checks on dataframes (nulls, duplicates, types, outliers) - **DONE** +11. **lineage-viz command** - Mermaid wrapper around `dbt_lineage` for visual output - **DONE** +12. **dbt-test command** - User-friendly wrapper for `dbt_test` - **DONE** ### viz-platform (3 items) -13. **chart-export command** - Export to PNG, SVG, PDF -14. **Color blind validation** - Theme accessibility check for color blind users -15. **Responsive breakpoint config** - Mobile-first layout configuration +13. **chart-export command** - Export to PNG, SVG, PDF - **DONE** +14. **Color blind validation** - `/accessibility-check` command with WCAG validation - **DONE** +15. **Responsive breakpoint config** - `/breakpoints` command for mobile-first layout - **DONE** ### contract-validator (1 item) -16. **dependency-graph command** - Mermaid visualization of plugin dependencies +16. **dependency-graph command** - Mermaid visualization of plugin dependencies - **DONE** ### doc-guardian (3 items) -17. **changelog-gen command** - Generate changelog from commit history -18. **Doc coverage metrics** - Measure and report documentation coverage -19. **Stale doc warnings** - Flag docs older than X commits behind related code +17. **changelog-gen command** - Generate changelog from commit history - **DONE** +18. **Doc coverage metrics** - `/doc-coverage` command to measure documentation coverage - **DONE** +19. **Stale doc warnings** - `/stale-docs` command to flag outdated documentation - **DONE** ### claude-config-maintainer (2 items) -20. **config-diff command** - Track CLAUDE.md changes over time -21. **Linting best practices** - Warn on anti-patterns in CLAUDE.md +20. **config-diff command** - Track CLAUDE.md changes over time - **DONE** +21. **Linting best practices** - `/config-lint` command for CLAUDE.md anti-pattern detection - **DONE** ### cmdb-assistant (3 items) -22. **cmdb-topology command** - Visualize network/rack topology with Mermaid -23. **Change audit trail** - Track CMDB modifications (wrapper around existing object_changes tools) -24. **IP conflict detection** - Warn on overlapping IP allocations +22. **cmdb-topology command** - Visualize network/rack topology with Mermaid - **DONE** +23. **Change audit trail** - `/change-audit` command for CMDB modification tracking - **DONE** +24. **IP conflict detection** - `/ip-conflicts` command for overlapping IP detection - **DONE** --- @@ -102,7 +109,7 @@ Guides and documentation improvements. 26. **ND support documentation** - Document how the plugin supports neurodivergent users ### Additional docs -- Any documentation updates discovered during Sprint 3/4 implementation +- Documentation updates discovered during Sprint 3/4 implementation (see #266) ---