Karthick-Ramachandran
- 3 skills
- 0 followers
- 3 hours ago last updated
- ▌ Plan Feature · karthick-ramachandranTurn approved requirements into an implementation plan with tasks and a test plan. Use when planning a substantial feature from approved requirements before any implementation begins. Skip for small local changes (implement directly with focused tests), security reviews, and convention checks.
- ▌ Security Review · karthick-ramachandran bundleReview a change for security risks before it is accepted. Use when a change touches a trust boundary — file writes, paths, dependencies, stored secrets, network calls, telemetry, MCP, auth — and needs a decision before merging. Skip for feature planning, test writing, and convention checks.
- ▌ Conventions Adherence · karthick-ramachandranCheck a change against the repository's naming conventions and canonical vocabulary instead of reinventing patterns. Use when reviewing a finished change, or before finishing one, to verify it reuses what CONVENTIONS.md names. Skip for planning work, security reviews, and writing new tests.