What problem does it solve?
This skill should be used when the user asks to apply improvement proposals ('apply improvements', 'ap dung improvement proposals') from .claude/improvement-proposals.md (written by pipeline-retrospective) to the plugin files.
Core Features & Use Cases
- Parse and read improvement proposals from the project root at .claude/improvement-proposals.md.
- Locate target plugin files based on paths specified in proposals, using the CLAUDE_PLUGIN_ROOT environment variable if available.
- Automatically apply HIGH and MEDIUM priority proposals, while presenting LOW priority items to the user for confirmation before applying.
- Ensure changes are surgical: read target files, apply precise edits to descriptions or steps, verify by re-reading, and log what changed.
- Do not apply changes that delete functionality, alter agent body behavior, or modify more than three files at once; otherwise escalate for manual review.
Quick Start
Run the apply-improvements skill to automatically apply HIGH and MEDIUM priority proposals from .claude/improvement-proposals.md to your plugin files.