원클릭으로
behavioral-foundation
Surfaces the dojo's non-negotiable prime directives.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Surfaces the dojo's non-negotiable prime directives.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Flags risky shell commands and unsafe tree ops.
Detects high-confidence security risks in code.
Activates the dojo framework at the start of a session.
Plans multi-step work before writing code.
Captures lessons and promotes recurring patterns.
Derives measurable NFRs from a parent business driver.
| name | behavioral-foundation |
| description | Surfaces the dojo's non-negotiable prime directives. |
| tier | core |
| category | discipline |
| created_by | human |
| platforms | ["windows","macos","linux"] |
| tags | ["discipline","governance","foundation"] |
| author | Andreas Wasita (@andreaswasita) |
Makes the dojo's behavioral charter — the five non-negotiable prime directives and the mandatory workflow pipeline — a discoverable, installed skill instead of rules buried in AGENTS.md or the runtime prompt. Does NOT re-teach each discipline (those are their own skills); it states the why and what the other skills enforce, so the foundation travels with the repo and survives context compaction.
using-superpowers, to load the non-negotiables.skills/, tasks/, spec/).view, edit, and powershell Copilot tools for inspecting state.git available to confirm branch and working-tree state.1. Read the five Prime Directives below — they are non-negotiable.
2. Confirm the mandatory pipeline applies to the task at hand.
3. Hand off to the specific discipline skill for the current phase.
4. Use the Verification checklist before any "done" claim.
| # | Prime Directive | Enforced by |
|---|---|---|
| 1 | Never claim "done" without proof | verify-before-done |
| 2 | Plan before non-trivial code | plan-before-code |
| 3 | Isolate work on a branch/worktree | using-git-worktrees |
| 4 | Make surgical, complete changes | demand-elegance |
| 5 | Don't improvise around safety | safety-guardrails |
Mandatory pipeline (each arrow is a skill):
BRAINSTORM → WORKTREE → PLAN → EXECUTE → TEST → REVIEW → FINISH → LEARN
tasks/todo.md first, confirmed before executing.main. Confirm a clean test baseline before changing anything.git/file operations without explicit confirmation.For any non-trivial task, walk the pipeline and activate the owning skill at each phase. Skip a phase only for genuinely trivial work, and say so:
brainstorming (refine the design via a few sharp questions).using-git-worktrees (isolate; confirm a green baseline).plan-before-code (checkable tasks in tasks/todo.md).executing-plans (one task at a time; commit per logical unit).test-writing (RED → GREEN → REFACTOR for each behavioural change).requesting-code-review (self-review the diff before anyone else).finishing-a-development-branch (present merge options; clean up).self-improvement (capture any correction so it isn't repeated).There is no universal verifier. Discover the host repo's commands in order:
README, CONTRIBUTING, Makefile, package manifests, CI workflow).git status clean, diff reviewed.Run the checks with the powershell tool and record the evidence.