From hyperpowers
Establishes skill selection and local task-doc workflow: checks applicable skills, reads SKILL.md from disk, announces usage, and anchors substantial work in plans/active/ with plan.md, context.md, tasks.md. Use at conversation start or before non-trivial tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hyperpowers:using-hyperThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<skill_overview>
<skill_overview> Skills are mandatory when they apply, and substantial work must stay grounded in local task docs. </skill_overview>
<rigidity_level>
HIGH FREEDOM - The meta-process is rigid: check for skills, read them from disk, announce usage, and keep work anchored in plans/active/.
</rigidity_level>
<quick_reference>
SKILL.md from disk.plans/active/<slug>/.plan.md, context.md, and tasks.md current.
</quick_reference><when_to_use>
<the_process>
For features, rewrites, and multi-step tasks:
brainstorming shapes the workwriting-plans distills it into task docsexecuting-plans implements the current Now sliceUse:
plans/active/<slug>/plan.mdplans/active/<slug>/context.mdplans/active/<slug>/tasks.mdThese task directories are local working state. Delete the finished directory instead of archiving it.
plan.md is the approved intent and acceptance contractcontext.md is the living discovery logtasks.md is the rolling execution backlogUse verification-before-completion before any completion claim.
</the_process>
<why_it_fails>
<why_it_fails>
npx claudepluginhub withzombies/hyperpowers --plugin hyperpowersEnforces workflows for skill discovery and invocation before tasks: check all skills first, read relevant ones, brainstorm before coding, create todos for checklists.
Mandatory workflow for finding and loading skills at conversation start. Use when starting any task to ensure relevant skills are applied.
Establishes the skill invocation protocol: Claude must check for and invoke relevant skills before any response, including clarifying questions. Use at conversation start.