Architecture and engineering review protocol. Locks architecture, data flow, edge cases, and test plans before coding. Forces hidden assumptions into the open. Use before building new features or making structural changes.
原文语言:英语
菜单
SkillsMP 已收集 kelgirechandrakant-cpu/vibe-coding-playbook 中的 8 个 Skill。打开任一 Skill 可查看来源和详情。
已展示 8 / 8 个已收集 Skill。
Architecture and engineering review protocol. Locks architecture, data flow, edge cases, and test plans before coding. Forces hidden assumptions into the open. Use before building new features or making structural changes.
原文语言:英语
Pre-commit code review protocol. Analyzes diffs for antipatterns, logical consistency, API safety, and structural issues. Use when asked to review code, check a diff, or before merging.
原文语言:英语
Systematic root-cause debugging. Iron Law: no fixes without investigation. Traces data flow, tests hypotheses, stops after 3 failed fixes. Use for bugs, errors, or unexpected behavior.
原文语言:英语
Performance and bundle size optimization protocol. Analyzes loading strategy, network patterns, and rendering bottlenecks. Produces prioritized fix recommendations. Use when pages feel slow or before shipping major features.
原文语言:英语
Pre-deploy checklist and shipping automation. Verifies exports work, builds pass, and prepares for deployment. Use when ready to deploy, push, or create a PR.
原文语言:英语
Product thinking session (YC-style). Six forcing questions that reframe your product before you write code. Pushes back on framing, challenges premises, generates implementation alternatives. Use when brainstorming new features, evaluating ideas, or planning…
原文语言:英语
Security audit methodology. OWASP Top 10 + STRIDE threat model with zero-noise false positive filtering. Checks API key exposure, database rules, XSS vectors, CSRF, auth bypass. Use when handling user data or preparing for production.
原文语言:英语
UI/UX, accessibility, and responsiveness audit. Detects visual inconsistencies, alignment issues, and AI 'slop' design patterns. Use for UI audits or before shipping visual changes.
原文语言:英语