Update "Change-V5.2.0%3A-Plugin-Enhancements-Proposal.-.-"

2026-01-28 19:15:30 +00:00
parent 2a0bf2cccc
commit 482cd5a099

@@ -13,12 +13,14 @@ This proposal covers 26 enhancement items across 10 plugins, organized into 3 im
| Sprint | Focus | Items | Status | | Sprint | Focus | Items | Status |
|--------|-------|-------|--------| |--------|-------|-------|--------|
| Sprint 3 | Hooks (enforcement, validation, detection) | 6 | **Implemented** | | Sprint 3 | Hooks (enforcement, validation, detection) | 6 | **Implemented** |
| Sprint 4 | Commands (new user-facing features) | 16 | Backlog | | Sprint 4 | Commands (new user-facing features) | 18 | **Implemented** |
| Sprint 5 | Documentation (guides, best practices) | 4 | Backlog | | Sprint 5 | Documentation (guides, best practices) | 4 | In Progress |
## Implementations ## Implementations
- [Sprint 3: Hooks](Change-V5.2.0%3A-Plugin-Enhancements-Proposal-%28Sprint-3-Hooks%29) - **Completed 2026-01-28** - [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. 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) ### 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) ### pr-review (2 items)
8. **Confidence threshold config** - Env var `PR_REVIEW_CONFIDENCE_THRESHOLD` to filter low-confidence warnings 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) 9. **pr-diff command** - Formatted diff with annotations (review comments + inline agent analysis) - **DONE**
### data-platform (3 items) ### data-platform (3 items)
10. **data-quality command** - Run quality checks on dataframes (nulls, duplicates, types, outliers) 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 11. **lineage-viz command** - Mermaid wrapper around `dbt_lineage` for visual output - **DONE**
12. **dbt-test command** - User-friendly wrapper for `dbt_test` 12. **dbt-test command** - User-friendly wrapper for `dbt_test` - **DONE**
### viz-platform (3 items) ### viz-platform (3 items)
13. **chart-export command** - Export to PNG, SVG, PDF 13. **chart-export command** - Export to PNG, SVG, PDF - **DONE**
14. **Color blind validation** - Theme accessibility check for color blind users 14. **Color blind validation** - `/accessibility-check` command with WCAG validation - **DONE**
15. **Responsive breakpoint config** - Mobile-first layout configuration 15. **Responsive breakpoint config** - `/breakpoints` command for mobile-first layout - **DONE**
### contract-validator (1 item) ### 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) ### doc-guardian (3 items)
17. **changelog-gen command** - Generate changelog from commit history 17. **changelog-gen command** - Generate changelog from commit history - **DONE**
18. **Doc coverage metrics** - Measure and report documentation coverage 18. **Doc coverage metrics** - `/doc-coverage` command to measure documentation coverage - **DONE**
19. **Stale doc warnings** - Flag docs older than X commits behind related code 19. **Stale doc warnings** - `/stale-docs` command to flag outdated documentation - **DONE**
### claude-config-maintainer (2 items) ### claude-config-maintainer (2 items)
20. **config-diff command** - Track CLAUDE.md changes over time 20. **config-diff command** - Track CLAUDE.md changes over time - **DONE**
21. **Linting best practices** - Warn on anti-patterns in CLAUDE.md 21. **Linting best practices** - `/config-lint` command for CLAUDE.md anti-pattern detection - **DONE**
### cmdb-assistant (3 items) ### cmdb-assistant (3 items)
22. **cmdb-topology command** - Visualize network/rack topology with Mermaid 22. **cmdb-topology command** - Visualize network/rack topology with Mermaid - **DONE**
23. **Change audit trail** - Track CMDB modifications (wrapper around existing object_changes tools) 23. **Change audit trail** - `/change-audit` command for CMDB modification tracking - **DONE**
24. **IP conflict detection** - Warn on overlapping IP allocations 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 26. **ND support documentation** - Document how the plugin supports neurodivergent users
### Additional docs ### Additional docs
- Any documentation updates discovered during Sprint 3/4 implementation - Documentation updates discovered during Sprint 3/4 implementation (see #266)
--- ---