skills/meta-superpowers/SKILL.md
Startup protocol for every task—discover applicable skills, run them, announce usage, and follow required workflows (brainstorming, TodoWrite checklists, etc.).
npx skillsauth add tjboudreaux/cc-plugin-engineering-excellence meta-superpowersInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before responding to any user request:
Skipping this checklist is automatic failure.
These are warning signs that you’re about to skip process. Don’t.
If a skill has a checklist, create TodoWrite items for each step. No mental tracking, no batching, no skipping. Mark complete only when done.
Always tell your partner: “I’m using [Skill] to [task].”
User instructions describe outcomes, not process. You still must execute brainstorming, TDD, verification, etc., unless explicitly told otherwise.
Failing to use applicable skills = failing the task.
tools
Systematic debugging playbook for tracing failures backward through the call chain, adding instrumentation, and fixing bugs at their origin.
testing
Mandatory checklist before claiming work is complete—run the evidence-producing command, inspect output, and only then state a result.
testing
Anchor every engineering decision in user value, measurable outcomes, accessibility, and cross-platform experience coherence.
tools
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.