원클릭으로
principles
Runs a prioritized principles review for plans and source artifacts using evidence-based pass/warn/fail outcomes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Runs a prioritized principles review for plans and source artifacts using evidence-based pass/warn/fail outcomes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
Splits a large branch or PR into smaller, independently reviewable units by grouping changes and proposing parallel PRs or a stacked series. Use when a changeset is too big to review well and should be broken up.
Captures the portable, non-secret pi config from a live ~/.pi/agent into this repo's pi/ directory and commits it, without reading or copying secrets. Use when live pi config or extensions have drifted from the repo and need to be synced back.
Refreshes PR titles and descriptions to match the current branch changeset. Use when the PR title or body has drifted from the code.
Reviews the current session for problems and their eventual fixes, then proposes durable improvements to repo skills, scripts, or docs that prevent recurrence. Use when a session hit avoidable friction worth turning into a lasting fix.
Runs discovery and uncertainty resolution for a change, then writes a terse plan document covering purpose, behaviour, validation, architecture, and phased vertical slices. Use before building when a change needs a clear, agreed design.
| name | principles |
| description | Runs a prioritized principles review for plans and source artifacts using evidence-based pass/warn/fail outcomes. |
| user-invocable | true |
| disable-model-invocation | false |
Run an exhaustive, evidence-based principles review.
Use principles/index.json and per-principle markdown files.
Prefer practical outcomes over rigid rule-following.
Follow CLAUDE.md / AGENTS.md on conflict.
plan or code).scope directly at the start of every review and use its resolved scope.principles/index.json; use principles[] order as hierarchy.
priority_level must match that order.principles[] list.pass, warning, fail) with direct evidence.warning or fail.Status emoji mapping:
pass -> ✅warning -> ⚠️fail -> ❌✖, ✗, ❎, 🚫, or text like FAIL) in Report or Details headings.Use three sections in this exact order:
Scope
Report
principles[] hierarchy order (highest importance first).✅ <principle name>, ⚠️ <principle name>, or ❌ <principle name>.Details
warning or fail outcomes.fail before warning), then by hierarchy importance. Title status emoji + name using the mapping above.Details with No warnings or failures.Summary of findings
Concrete evidence with specific files, functions/symbols, and line references when available.
implementation-ready changes. Be specific about what to add, remove, move, or rename; include concrete file paths and recommended function/interface/module updates.