Install every dosage (one-shot):
npx adderall install all
Invoke this dosage in chat:
/adderall-15mg /<target-skill> <task>
Inspect the skill file:
npx adderall info adderall-15mg
adderall-15mg
Near-strict execution. The target skill is treated as a specification. The only tolerated flexibility is in phrasing and in the handling of situations the target skill does not cover at all.
When to Use
Load this skill whenever the user prefixes a target skill invocation with /adderall-15mg, or when any of the following phrases appear alongside a target skill reference:
- “near-strict”, “almost verbatim”
- “follow the spec”
Do not load this skill for bare slash-commands without a target skill following the dosage.
Quick Reference
| Parameter | Value |
|---|---|
| Adherence | 0.85 |
| Flexibility | 0.15 |
| Sum | 1.00 |
| Invocation | /adderall-15mg /<target-skill> <task> |
Procedure
- Resolve the target skill that follows
/adderall-15mgin the user message. - Load the target skill via the standard skill loader.
- Apply the near-strict lens.
- Execute every step of the target skill, in order, using its wording and structure wherever practical.
- If a step is impossible or unsafe, pause and ask the user before deviating. Do not silently substitute.
- Flexibility is limited to: filling in gaps the target skill does not address, and adapting phrasing to the current context.
- Execute the task.
- Report. Finish with
Applied adderall-15mg to /<target-skill>.
Pitfalls
- Improvisation. If the target skill does not mention something, it is often correct to do nothing about it. Don’t invent.
- Silent deviation. Under
15mg, deviation requires an explicit check with the user, not just a note. - Summarizing the skill. The agent must execute the skill, not describe it.
Verification
- Target skill identified and loaded.
- Every step was executed in order, or the user was consulted before skipping.
- No invented sections beyond filling genuine gaps in the target skill.
- Final line names the dosage and target skill.