meta-superpowers

📁 tjboudreaux/cc-plugin-engineering-excellence 📅 Today
1
总安装量
1
周安装量
#77706
全站排名
安装命令
npx skills add https://github.com/tjboudreaux/cc-plugin-engineering-excellence --skill meta-superpowers

Agent 安装分布

amp 1
cline 1
opencode 1
cursor 1
kimi-cli 1
codex 1

Skill 文档

Using Skills Effectively

Mandatory First-Response Protocol

Before responding to any user request:

  1. ☐ Mentally enumerate available skills.
  2. ☐ Ask: “Does ANY skill match this task?”
  3. ☐ If yes → Use the Skill tool to read/run it (do not rely on memory).
  4. ☐ Announce: “I’m using [Skill Name] to …”.
  5. ☐ Follow the skill exactly (brainstorming before coding, etc.).

Skipping this checklist is automatic failure.

Critical Rules

  1. Mandatory workflows – Brainstorming before coding, TDD, verification, etc. Instructions about WHAT to do never override HOW defined by skills.
  2. Execute via Skill tool – Always load the latest file; skills evolve.

Rationalization Triggers (STOP immediately)

  • “This is simple”
  • “I’ll just gather info first”
  • “I remember the skill”
  • “Skill is overkill”
  • “Let me do one thing before checking”

These are warning signs that you’re about to skip process. Don’t.

Skills with Checklists

If a skill has a checklist, create TodoWrite items for each step. No mental tracking, no batching, no skipping. Mark complete only when done.

Announcing Skill Usage

Always tell your partner: “I’m using [Skill] to [task].”

  • Promotes transparency and ensures accountability.
  • Confirms you actually read the skill.

Instructions vs. Workflows

User instructions describe outcomes, not process. You still must execute brainstorming, TDD, verification, etc., unless explicitly told otherwise.

Summary

  1. Check for relevant skills before doing anything.
  2. Use the Skill tool, announce usage, follow instructions exactly.
  3. Convert skill checklists into TodoWrite tasks.

Failing to use applicable skills = failing the task.