| name | improve-skill |
| description | Review the current chat session where a skill was used and improve it based on feedback. |
| metadata | {"author":"cascadian-gamers","version":"1.0"} |
Improve Skill
Review the current chat session where a skill was used and improve it based on feedback.
Workflow
- Review the conversation first to identify skill gaps:
- Where the skill's output diverged from expectations
- Missing steps that had to be done manually
- Rules that were violated or missing
- Output format issues
- If gaps are obvious from context, propose the specific skills and fixes directly.
If not clear, ask: "Which skill needs improvement?" and "What went wrong?"
- Read the current skill file(s) from
.kiro/prompts/.
- Multiple skills can be improved in one pass — don't force one-at-a-time.
- For each skill, describe the change and apply it. Formal diffs are optional —
a clear description of what changed and why is sufficient.
- After applying changes, summarize all improvements made.
Rules
- Don't rewrite the entire skill — make targeted improvements.
- Preserve what's working well.
- Add examples from the current session where they clarify the improvement.
- When a rule was violated, strengthen the rule text (e.g., add ⚠️ MANDATORY markers)
rather than just restating it.
- Prefer adding guardrails (hard gates, warnings) over relying on behavioral compliance.
- Refer to the user as "The Brougham 22".