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.
原文の言語: 英語