Loading...
Loading...
[Hyper] Immediately start working on a given task with adaptive thinking depth — light thinking for easy tasks, deep thinking for hard ones. Use when the user wants immediate execution, not diagnosis, planning, or review.
npx skill4agent add alpoxdev/hypercore executeReceive a task, classify its difficulty, think proportionally, and start working immediately.
bug-fixdeploy-fixpre-deployprd-makerqatanstack-start-security$autoresearch-skill$ralph$skillWhat should I execute?
- Task or feature to implement
- Target files or area
- Any constraints or requirements| Difficulty | Signals | Thinking depth |
|---|---|---|
| Easy | Single file, clear scope, familiar pattern, mechanical change | 1-3 thoughts |
| Medium | Multi-file, some ambiguity, moderate scope, requires context gathering | 4-6 thoughts |
| Hard | Cross-cutting, architectural impact, unfamiliar domain, complex interactions | 7+ thoughts |
sequential-thinkingDifficulty: [easy/medium/hard] — [one-line reason]| Step | Task | Tool |
|---|---|---|
| 1 | Validate input — identify the deliverable | - |
| 2 | Classify difficulty (easy/medium/hard) | - |
| 3 | Think proportionally | sequential-thinking |
| 4 | Explore relevant code | Read/Grep/Glob |
| 5 | Implement | Edit/Write |
| 6 | Validate (typecheck/test/build) | Bash |
| 7 | Report outcome and changed files | - |
## Done
**Task**: [what was executed]
**Difficulty**: [easy/medium/hard]
**Changes**: [list of changed files]
**Validation**: [what was verified and result]