What problem does it solve?
This Skill helps you decide whether to add small, high-value regression tests after a feature has already passed implementation and acceptance, so you can reduce real risk without reopening the whole build.
Core Features & Use Cases
- Focused hardening decisions: Reviews existing implementation evidence and determines whether optional extra coverage is worthwhile.
- Narrow regression coverage: Adds or adjusts the smallest useful test artifact around a risky boundary, bugfix, or contract.
- Progress documentation: Records why hardening was added or skipped, what risk areas were reviewed, and what verification was run.
- Use Case: After a workflow feature is complete, you ask this Skill to check whether a cheap smoke test or contract test would prevent future regressions, then log the decision in progress.md.
Quick Start
Ask the assistant to review the completed feature, decide whether optional test hardening is worthwhile, and update progress.md with the decision, evidence, commands run, and the next required stage.