strategic-comments
Installation
SKILL.md
Strategic Comments
Add meaningful comments that explain "why" not "what" - focusing on business logic, design decisions, non-obvious implementations, and technical debt.
When to Use This Skill
Use this skill when you need to:
- Explain complex algorithms
- Document business rules
- Clarify design decisions
- Document workarounds and technical debt
- Add context that code alone cannot convey
- Mark areas for future improvement
Trigger phrases: "add comments", "explain code", "document why", "add TODO", "clarify logic", "document workaround"