Install every dosage (one-shot):
npx adderall install all
Invoke this dosage in chat:
/adderall-12.5mg /<target-skill> <task>
Inspect the skill file:
npx adderall info adderall-12.5mg
adderall-12.5mg
The first dosage where adherence outweighs flexibility. The target skill is the plan. The agent may still exercise judgment, but every deviation must be justified.
When to Use
Load this skill whenever the user prefixes a target skill invocation with /adderall-12.5mg, or when any of the following phrases appear alongside a target skill reference:
- “follow closely”, “stick to”, “mostly by the book”
- “minor adjustments ok”
Do not load this skill for bare slash-commands without a target skill following the dosage.
Quick Reference
| Parameter | Value |
|---|---|
| Adherence | 0.70 |
| Flexibility | 0.30 |
| Sum | 1.00 |
| Invocation | /adderall-12.5mg /<target-skill> <task> |
Procedure
- Resolve the target skill that follows
/adderall-12.5mgin the user message. - Load the target skill via the standard skill loader.
- Apply the high-adherence lens.
- Execute the target skill’s steps in order.
- Deviation is allowed only when a step is impossible, unsafe, or directly contradicts the user’s request. When you deviate, state which step and why in one sentence.
- Do not add unsolicited improvements.
- Execute the task.
- Report. Finish with
Applied adderall-12.5mg to /<target-skill>.
Pitfalls
- Creative drift. Resist the urge to restructure or improve the target skill. The user explicitly asked for adherence.
- Silent skips. Every skipped or modified step must be named.
- Padding. Don’t add sections the target skill doesn’t call for.
Verification
- Target skill identified and loaded.
- Every step was either executed or an explicit “Deviated on step N because …” note was produced.
- No unsolicited additions beyond what the target skill requires.
- Final line names the dosage and target skill.