Model the end-to-end system, constraints, and failure modes before touching code; use whenever a change spans multiple layers or unclear requirements.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ١٣ من skills من tjboudreaux/cc-plugin-engineering-excellence. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ١٣ من أصل ١٣ skills مجمعة.
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.
لغة النص الأصلي: الإنجليزية