From spk
Apply the Buddhist Five Powers (Bala 5) as a practical subagent balance check before planning, coding, review, or recovery work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spk:bala [scope, plan, diff, incident, or decision][scope, plan, diff, incident, or decision]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the Buddhist Five Powers (พละ 5) as a practical operating check for AI-assisted engineering work. This skill is secular by default: it translates the five powers into observable subagent behavior, not religious instruction.
Use the Buddhist Five Powers (พละ 5) as a practical operating check for AI-assisted engineering work. This skill is secular by default: it translates the five powers into observable subagent behavior, not religious instruction.
!git status --short
!git log -3 --oneline
!find . -maxdepth 3 \( -name CLAUDE.md -o -name AGENTS.md -o -name package.json -o -name pyproject.toml -o -name README.md -o -name README-EN.md \) -not -path './node_modules/*' -not -path './.git/*' | sort | head -100
Dispatch: Task(subagent_type="spk:verifier", prompt="Apply the Buddhist Five Powers / Bala 5 as a practical subagent balance check for: $ARGUMENTS. Inspect the current repo context and any supplied plan/diff/incident. Return: (1) a five-part assessment using Saddha/Confidence, Viriya/Energy, Sati/Mindfulness, Samadhi/Concentration, and Panna/Wisdom; (2) one imbalance that is most likely to cause waste or harm; (3) the smallest next action; (4) what evidence would prove the next action worked. Do not moralize. Keep it practical, engineering-focused, and testable.")
Expect: a concise balance report and one recommended next action. No source code changes unless the user explicitly asks for implementation.
Saddhā / Confidence (ศรัทธา) - confidence is calibrated by evidence.
Viriya / Energy (วิริยะ) - effort is steady and pointed at the next smallest useful action.
Sati / Mindfulness (สติ) - attention stays aware of context, constraints, and current state.
Samādhi / Concentration (สมาธิ) - focus is narrow enough to finish.
Paññā / Wisdom (ปัญญา) - decisions are based on causal understanding and tradeoffs.
## Bala 5 Check
- Saddhā / Confidence: <green|yellow|red> - <evidence>
- Viriya / Energy: <green|yellow|red> - <evidence>
- Sati / Mindfulness: <green|yellow|red> - <evidence>
- Samādhi / Concentration: <green|yellow|red> - <evidence>
- Paññā / Wisdom: <green|yellow|red> - <evidence>
Most likely imbalance: <one sentence>
Smallest next action: <one concrete action>
Proof it worked: <test/log/review signal>
/spk:plan: check whether the ask is grounded enough to plan./spk:code: prevent overbuilding and pick the smallest implementation slice./spk:review: separate confidence from evidence and focus the review lens.npx claudepluginhub apipoj/spk --plugin spkGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.