mehrad-dm
- 23 skills
- 0 followers
- 6 hours ago last updated
- ▌ Init · mehrad-dm bundleUse on the first substantive work in a project MasterMind isn't set up for yet, when the user says "init", "initialize", "set up MasterMind", "onboard", "get me ready", or when no field pack matches the project's detected stack.
- ▌
- ▌
- ▌
- ▌ Route · mehrad-dm bundleUse at the start of a task that spans multiple files, touches unfamiliar areas of a codebase, or where it isn't obvious what to load or where to begin. Skips itself for a one-line change or an already-scoped task.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Levelup · mehrad-dm bundleUse after a correction or review finding worth remembering, when standards may have drifted from the live ecosystem, when switching MasterMind to a new domain or stack, or when the user says "remember this", "learn from that", "so you don't repeat it", "don't make that mistake again", "level up", "update your knowledge".
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Signature · mehrad-dm bundleSignature: capture a team's code style, turn it into rules the AI follows
- ▌
- ▌ Performance · mehrad-dm bundleUse when something is slow, "why is this slow", "optimize this", "make it faster", jank, lag, a slow query, slow page load, slow render, slow build, high memory, a timeout. Not for correctness bugs; that's debug.
- ▌
- ▌ QA · mehrad-dm bundleUse after finishing a feature or fix to confirm it actually works, when the user says "test this", "does it work", "verify this", "QA it", or before shipping something that has never been driven end-to-end. Also when the user asks for tests to be written or wants to work test-first.
- ▌