Model the end-to-end system, constraints, and failure modes before touching code; use whenever a change spans multiple layers or unclear requirements.
원문 언어: 영어
메뉴
SkillsMP는 tjboudreaux/cc-plugin-engineering-excellence에서 13개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 13개 중 13개를 표시합니다.
Model the end-to-end system, constraints, and failure modes before touching code; use whenever a change spans multiple layers or unclear requirements.
원문 언어: 영어
Decompose work into safe, observable increments with feature flags, rollbacks, and communication baked in.
원문 언어: 영어
Design every change with traceability, diagnostics, and fast incident triage in mind across mobile, web, and web3 stacks.
원문 언어: 영어
Guard latency, memory, battery, bandwidth, and gas/compute budgets by measuring before and after every change.
원문 언어: 영어
Deliver changes with clear communication, reviewer-ready context, and follow-up accountability.
원문 언어: 영어
Enforce reproducible testing, automated verification, and evidence-driven sign-off before merging any change.
원문 언어: 영어
Apply proactive threat modeling, least-privilege design, and safety guardrails before delivering any code or infrastructure change.
원문 언어: 영어
Enforces disciplined RED-GREEN-REFACTOR cycle—write failing test first, watch it fail, write minimal code to pass, then refactor.
원문 언어: 영어
Use when writing or modifying tests, adding mocks, or considering test-only hooks—prevents common mistakes like testing mocks, polluting production with test helpers, and mocking without understanding dependencies.
원문 언어: 영어
Anchor every engineering decision in user value, measurable outcomes, accessibility, and cross-platform experience coherence.
원문 언어: 영어
Mandatory checklist before claiming work is complete—run the evidence-producing command, inspect output, and only then state a result.
원문 언어: 영어
Startup protocol for every task—discover applicable skills, run them, announce usage, and follow required workflows (brainstorming, TodoWrite checklists, etc.).
원문 언어: 영어
Systematic debugging playbook for tracing failures backward through the call chain, adding instrumentation, and fixing bugs at their origin.
원문 언어: 영어