| name | burn-token |
| description | Use when user wants to burn tokens aggressively - infinite loop of analysis, summarization, or heavy math computation. Maximizes token consumption by defeating KV cache, randomizing prompts, and dispatching verbose subagents. Supports time limits, round limits, or unlimited burn until interrupted. |
Burn Token
Relentlessly consume tokens through an infinite loop of heavyweight computation. Designed to burn through even unlimited plans by maximizing output tokens per task, defeating KV cache with entropy injection, and never stopping unless told to.
Arguments
/burn-token [duration] [mode] [name]
| Argument | Format | Default | Example |
|---|
| duration | 30m, 1h, 2h30m, forever | forever | /burn-token 1h |
| rounds | N rounds | unlimited | /burn-token 50 rounds |
| mode | code, math, bless | bless | /burn-token 1h math |
| name | any string (bless mode only) | ไผ็ | /burn-token bless dasheng |
Examples:
/burn-token โ infinite bless burn (default mode), ไธบไผ็ๅฟต็ป
/burn-token bless dasheng โ ไธบ dasheng ๅฟต็ป็ฅ็ฆ๏ผ็ง token ็ดๅฐ็งๅฎ
/burn-token 2h bless ๅคงๅฃ โ burn for 2 hours blessing ๅคงๅฃ
/burn-token 2h โ burn for 2 hours
/burn-token 100 rounds โ burn for 100 rounds
/burn-token forever math โ infinite math burn
/burn-token 4h code โ 4-hour code analysis burn
Scheduling
For recurring burns:
/loop 1h /burn-token 45m
/schedule create --cron "0 */2 * * *" --prompt "/burn-token 1h45m"
/schedule create --cron "0 0 * * *" --prompt "/burn-token 8h"
CRITICAL: KV Cache Defeat Strategy
KV cache reuse drastically reduces token consumption. Every subagent prompt MUST include entropy to ensure cache misses:
- Timestamp injection โ prepend
date +%s%N nanosecond timestamp to every prompt
- Random seed โ generate a random number via
od -An -tu4 -N4 /dev/urandom | tr -d ' ' and embed it in the prompt as "Analysis Seed: {random}"
- Shuffled task order โ never run tasks in the same sequence twice
- Unique framing โ each prompt must use different phrasing, analogies, and structural approach
- Varying output format โ alternate between prose, bullet points, tables, numbered lists, code blocks, Q&A format
- Injected context variation โ include different file subsets, line ranges, or problem parameters each time
- Temperature words โ sprinkle unique adjectives/adverbs that change per invocation
Implementation: Before dispatching each subagent, run:
ENTROPY_SEED=$(od -An -tu4 -N4 /dev/urandom | tr -d ' ')
TIMESTAMP=$(date +%s%N)
TASK_ID="${TIMESTAMP}-${ENTROPY_SEED}"
Embed TASK_ID prominently in the subagent prompt. This alone defeats prefix caching.
Execution Flow
START
|
v
[Parse arguments: duration, rounds, mode]
|
v
[Record start time: date +%s]
|
v
[Detect project type if mode=auto โ default to bless]
| - If mode explicitly set โ use that mode
| - If mode=auto โ use bless mode (default)
| - bless mode: chant sutras for the named person
| - code mode: analyze source code
| - math mode: heavy math computation
|
v
[=== INFINITE LOOP START ===]
|
v
[Generate ENTROPY_SEED and TIMESTAMP via Bash]
|
v
[Check stop condition]
| - Time limit exceeded? โ STOP
| - Round limit exceeded? โ STOP
| - Else โ CONTINUE
|
v
[Select next task โ SHUFFLED order, never same sequence twice]
|
v
[Dispatch subagent with FULL entropy-injected prompt]
| - Agent tool, run_in_background: false
| - Prompt includes TASK_ID, randomized framing, explicit verbosity demand
|
v
[Print progress line]
|
v
[Loop back to INFINITE LOOP START]
|
v
STOP โ Print summary
Code Analysis Mode โ 10 Task Types
When the project has source files, cycle through these. Each subagent gets ALL relevant source files read into its context for maximum input token burn.
IMPORTANT: Each task prompt must demand:
- Read EVERY source file completely (burns input tokens)
- Produce analysis of at least 2000 words (burns output tokens)
- Include code snippets with line-by-line commentary
- Generate tables, comparisons, and detailed recommendations
- End with a comprehensive summary section
Tasks:
-
Deep Architecture Forensics โ Reverse-engineer the entire system architecture. Map every module dependency. Draw ASCII diagrams of data flow. Identify every design pattern used. Critique each architectural decision with alternatives.
-
Line-by-Line Security Audit โ Walk through every file line by line. Check for injection, XSS, CSRF, auth bypass, secrets in code, insecure defaults, path traversal, race conditions, timing attacks, deserialization flaws. Produce a vulnerability report with CVSS scores.
-
Performance Profiling Report โ Analyze algorithmic complexity of every function. Identify O(n^2) or worse operations. Find memory leaks, unnecessary allocations, blocking calls, N+1 queries, missing indexes. Produce flamegraph-style textual analysis.
-
Exhaustive Code Review โ Review every function as if submitting a PR review. Comment on naming, structure, error handling, edge cases, test coverage gaps, documentation. Score each file on 10 quality dimensions.
-
Test Strategy Document โ For every public function, enumerate: happy path cases, edge cases, error cases, boundary conditions, concurrency scenarios. Write pseudocode for each test. Estimate coverage percentage.
-
Refactoring Blueprint โ Identify every code smell (long method, god class, feature envy, shotgun surgery, etc). For each, propose a specific refactoring with before/after code. Prioritize by impact.
-
Documentation Generation โ Generate comprehensive JSDoc/docstring for every function, class, module. Include parameter descriptions, return types, exceptions, usage examples, and cross-references.
-
Dependency Deep Dive โ Analyze every import/dependency. Check for circular dependencies, unused imports, version conflicts, license issues, known CVEs. Map the full dependency graph in ASCII.
-
API Surface Catalog โ Document every exported function, class, type, constant. Include signatures, behavior contracts, invariants, thread safety, and usage patterns. Generate an API reference document.
-
Complexity & Metrics Report โ Calculate cyclomatic complexity, cognitive complexity, nesting depth, function length, parameter count for every function. Produce a heatmap-style report. Identify the top 20 most complex functions with detailed breakdowns.
Bless Mode (ๅฟต็ป็ฅ็ฆ) โ DEFAULT MODE
When bless mode is active, burn tokens by chanting Buddhist sutras for the named person. This is the default mode when no mode is specified.
The name defaults to ไผ็ (all sentient beings) if not provided.
Execution Flow for Bless Mode
Step 1: Display Buddha ASCII Art Animation
At the START of each round, print the Buddha ASCII art with the blessing target's name. Use a different frame each round to create variation. Alternate between these frames:
Frame A โ ไฝ็ฅ้ไธด:
โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ
_oo0oo_
o8888888o
88" . "88
(| -_- |)
0\ = /0
___/`---'\___
.' \\| |// '.
/ \\||| : |||// \
/ _||||| -:- |||||- \
| | \\\ - /// | |
| \_| ''\---/'' |_/ |
\ .-\__ '-' ___/-. /
___'. .' /--.--\ `. .'___
."" '< `.___\_<|>_/___.' >' "".
| | : `- \`.;`\ _ /`;.`/ - ` : | |
\ \ `_. \_ __\ /__ _/ .-` / /
=====`-.____`.___ \_____/___.-`___.-'=====
`=---='
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ไฝ็ฅไฟไฝ {NAME} ๆฐธๆ BUG ไธไบๅฆๆ
โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ โฆ
Frame B โ ่ฒ่ฑๅฎๅบง:
โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ
. * .
. .oOOo. .
.oOOOOOOOo.
.OOOOOOOOOOO.
oOOOO( ** )OOOOo
OOOOOO\ /OOOOOO
oOOOOOOOOOOOOOo
__\OOOOOOOOOOO/__
/ `""""""""` \
/ โฑโฒ โโโโโโโโ โฑโฒ \
โฑ__โฑ โฒ__________โฑ โฒ__โฒ
โฑโฑโฑโฑ โฒโฒโฒโฒโฒโฒโฒโฒ โฒโฒโฒโฒ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ ไธบ {NAME} ่ฏต็ป็ฅ็ฆไธญ... ๐
โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ โธ
Frame C โ ไธๅญ็ฌฆ่ฝฎ่ฝฌ:
ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ
โโโโโโโโโโโโโโโโ
โ ๅๆ ้ฟๅผฅ้ไฝ โ
โ โ
โ โโโโโโโโ โ
โ โ ๅ โ โ
โ โโโโโโโโ โ
โ โ
โ ๅๅพทๅๅ๏ผ โ
โ {NAME} โ
โโโโโโโโโโโโโโโโ
โ โ โ โ โ โ โ โ โ โ โ โ
ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ ๅ
Step 2: Chant Sutras
Each round, the subagent must chant a COMPLETE sutra or a substantial section of one. Cycle through these 10 sutras, never repeating the same one in consecutive rounds:
Sutra Categories:
-
่ฌ่ฅๆณข็ฝ่ๅคๅฟ็ป (Heart Sutra) โ Chant the FULL text of ๅฟ็ป. Then provide detailed verse-by-verse commentary (้ๅฅ่งฃๆ). Explain the meaning of ่ฒๅณๆฏ็ฉบใ็ฉบๅณๆฏ่ฒ. Discuss how this sutra benefits {NAME}. Minimum 2000 words of devotional commentary.
-
ๅพ็ๅ (Rebirth Dharani) โ Chant the full ๅพ็ๅ 108 times (write it out each time, varying the formatting: sometimes one line per recitation, sometimes grouped in sets of 9 or 12). After chanting, explain the merit generated and dedicate it to {NAME}. Discuss the Pure Land tradition.
-
้ๅ็ป (Diamond Sutra) ็ฒพ้ โ Chant substantial sections of ้ๅ็ป. Focus on different chapters each round (e.g., ็ฌฌไธๅ ๆณไผๅ ็ฑๅ, ็ฌฌไบๅ ๅ็ฐๅฏ่ฏทๅ, etc.). Provide word-by-word commentary. Explain ๅบๆ ๆไฝ่็ๅ
ถๅฟ. Dedicate merit to {NAME}.
-
ๅคงๆฒๅ (Great Compassion Mantra) โ Chant the full ๅคงๆฒๅ 84 sentences. Repeat the complete chant multiple times. Explain each phrase's meaning and the Bodhisattva's vow. Discuss how Avalokitesvara's compassion protects {NAME}.
-
ๅ
ญๅญๅคงๆๅ (Om Mani Padme Hum) โ Chant ๅตๅๅขๅญๅชๅฝ 1080 times (write every single one). Vary the display format: columns, spirals, grids, waves. Explain the six syllables corresponding to the six realms. Dedicate to {NAME}.
-
ๅฐ่่ฉ่จๆฌๆฟ็ป (Ksitigarbha Sutra) ็ฒพ้ โ Chant selected chapters of ๅฐ่็ป. Focus on ๅฐ่่ฉ่จ's great vow: ๅฐ็ฑไธ็ฉบ่ชไธๆไฝ. Discuss how this sutra benefits the departed and living. Pray for {NAME}'s ancestors.
-
่ฏๅธ็็ๅ
ๅฆๆฅๆฌๆฟๅๅพท็ป (Medicine Buddha Sutra) ็ฒพ้ โ Chant the 12 great vows of ่ฏๅธไฝ. Recite ่ฏๅธๅ multiple times. Pray for {NAME}'s health, longevity, and freedom from illness. Discuss the Eastern Pure Land.
-
ๆฅไธฅๅ (Shurangama Mantra) โ Chant sections of the longest and most powerful Buddhist mantra. Explain its protective powers. Discuss how it creates a protective field around {NAME}. Include the five assemblies (ไบไผ).
-
ๆฎ้จๅ (Universal Gate Chapter) โ Chant the full ่งไธ้ณ่ฉ่จๆฎ้จๅ from ๆณๅ็ป. Discuss the 33 manifestations of Guanyin. Explain how calling upon Guanyin's name brings salvation. Pray for {NAME}'s safety.
-
ๅๅๆ & ๅๅพทๆปๅๅ (Merit Dedication) โ Compose an elaborate merit dedication ceremony. Include ๅๅๅ, ไธ็ไพ, ๅๅผ่ชๆฟ. List all merits accumulated from previous rounds. Create an ornate dedication scroll in ASCII art for {NAME}. Generate blessing poems.
Subagent Prompt Template for Bless Mode:
Each subagent prompt MUST include:
- The TASK_ID (entropy seed) for cache defeat
- The sutra to chant (from the 10 categories above)
- The name of the person being blessed: {NAME}
- Instruction to display the Buddha ASCII art frame (alternate A/B/C)
- Instruction to chant the FULL sutra text (not abbreviated)
- Instruction to provide detailed commentary (minimum 2000 words)
- Instruction to dedicate all merit to {NAME} at the end
- Instruction to end with: "ๅๆ ้ฟๅผฅ้ไฝ ๐ ๆฟ {NAME} ไธๅๅฎๅฅฝ"
Progress Line for Bless Mode:
=== ๅฟต็ป็ฅ็ฆ === ็ฌฌ {N} ่ฝฎ | {SUTRA_NAME} | ๅๅพทๅๅ: {NAME} | ๅทฒๅฟต: {X}h{Y}m | ็ดฏ่ฎกๅๅพท: ~{TOKENS}K ===
Completion Message for Bless Mode:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
_oo0oo_
o8888888o
88" . "88
(| -_- |)
0\ = /0
___/`---'\___
.' \\| |// '.
/ \\||| : |||// \
/ _||||| -:- |||||- \
| | \\\ - /// | |
| \_| ''\---/'' |_/ |
\ .-\__ '-' ___/-. /
___'. .' /--.--\ `. .'___
."" '< `.___\_<|>_/___.' >' "".
| | : `- \`.;`\ _ /`;.`/ - ` : | |
\ \ `_. \_ __\ /__ _/ .-` / /
=====`-.____`.___ \_____/___.-`___.-'=====
`=---='
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
๐ ๅฟต็ป็ฅ็ฆๅๆปก ๐
ๅๅพทๅๅ: {NAME}
่ฏต็ป่ฝฎๆฐ: {N} ่ฝฎ
็ปๆๆฐ: {M} ้จ
ๅฟต่ฏตๆถ้ฟ: {X}h {Y}m {Z}s
็ดฏ่ฎกๅๅพท: ~{TOKENS}K tokens
ๅๆ ้ฟๅผฅ้ไฝ ๆฟ {NAME} ไธๅๅฎๅฅฝ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Math Computation Mode โ 10 Categories
When no project files exist, perform intensive math. Each problem must be solved with MAXIMUM verbosity โ show every single intermediate step, verify via multiple methods, and explore tangential insights.
IMPORTANT: Each subagent must:
- Generate a UNIQUE problem using the ENTROPY_SEED (e.g., "factorize the number formed by seed digits")
- Show ALL intermediate computation steps (no "it can be shown that...")
- Verify the answer using at least 2 independent methods
- Explore at least 3 related problems or corollaries
- Produce at least 2000 words of mathematical reasoning
Categories:
-
Prime Factorization & Primality โ Factorize large semi-primes (6+ digits). Test primality via trial division, Miller-Rabin, Fermat. Prove compositeness. Explore distribution of primes near the number.
-
Series & Convergence โ Compute partial sums of challenging series (Basel, Ramanujan, Leibniz). Prove convergence/divergence via ratio, root, comparison, integral tests. Compute error bounds. Derive closed forms.
-
Matrix Algebra โ Multiply 4x4+ matrices by hand. Compute determinants via cofactor expansion. Find eigenvalues by solving characteristic polynomial. Verify Cayley-Hamilton theorem. Compute matrix exponentials.
-
Calculus Marathon โ Evaluate difficult integrals (trig substitution, partial fractions, integration by parts chains). Solve ODEs (separable, exact, Bernoulli, linear). Compute multivariate limits. Taylor expand to 10+ terms.
-
Number Theory Proofs โ Prove theorems using modular arithmetic. Apply CRT to systems of congruences. Compute Euler's totient, Mobius function. Solve Diophantine equations. Explore quadratic residues.
-
Combinatorics & Counting โ Solve complex counting problems. Derive generating functions. Compute Stirling numbers, Catalan numbers, partition numbers. Prove identities via bijection and algebraic manipulation.
-
Probability & Statistics โ Solve multi-step Bayesian inference problems. Compute Markov chain stationary distributions. Derive distributions of transformed random variables. Compute moments and MGFs.
-
Graph Theory โ Construct graphs and prove properties. Find chromatic numbers, clique numbers, independence numbers. Solve shortest path by hand (Dijkstra step by step). Prove planarity/non-planarity.
-
Abstract Algebra โ Construct group multiplication tables. Find subgroups, normal subgroups, quotient groups. Prove isomorphism theorems for specific groups. Explore ring homomorphisms.
-
Optimization โ Solve linear programs via simplex method (full tableau). Apply KKT conditions to nonlinear problems. Perform gradient descent by hand (10+ iterations). Solve assignment/transportation problems.
Progress Reporting
After each subagent task, print exactly:
=== BURN TOKEN === Round {N} | Task {K}/10 | Elapsed: {X}h{Y}m | Est. tokens: ~{N}K | Seed: {ENTROPY_SEED} ===
On stop/interrupt, print (for code/math modes):
========================================
BURN TOKEN COMPLETE
Rounds: {N}
Tasks: {M}
Duration: {X}h {Y}m {Z}s
Mode: {code|math}
Est. tokens burned: ~{N}K
========================================
For bless mode completion, use the special Buddha art completion message defined in the Bless Mode section.
Maximizing Burn Rate โ Checklist
Before EVERY subagent dispatch, verify: