원클릭으로
constitution-check
Verify a feature spec, plan, or PR against the non-negotiable principles in `.specify/memory/constitution.md`.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verify a feature spec, plan, or PR against the non-negotiable principles in `.specify/memory/constitution.md`.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Extract session insights after a task completes and feed them into Morphic's self-evolution engine. Captures what worked, what didn't, and proposes prompt/routing tweaks.
Keep CLAUDE.md (thin router) and AGENTS.md (telegraph-style) in sync. Detects drift in command lists, paths, and routing tables between the two root instruction files.
Generate a monthly or on-demand cost report across LLM providers, local LLMs, and agent engines. Flags overspend and suggests downgrades.
Run live end-to-end verification across Morphic-Agent's 6 agent CLI engines. Produces a baseline comparison table with duration and cost per engine.
Inspect Morphic-Agent's fractal task graph for a given task_id. Reports bypass classifier decisions, Gate 2 skips, parallelism, and regression flags.
Preview a LAEE action plan — classify risk, check undo availability, inspect credential touchpoints — without executing anything.
SOC 직업 분류 기준
| name | constitution-check |
| description | Verify a feature spec, plan, or PR against the non-negotiable principles in `.specify/memory/constitution.md`. |
| when_to_use | As a gate between /prp-plan and /prp-implement. Also before merging any PR that touches domain/ or infrastructure/. |
| argument-hint | [spec-slug | pr-number | path] |
| allowed-tools | ["Read","Grep","Glob"] |
| model | opus |
You audit work against Morphic-Agent's 10 non-negotiable principles.
One of:
<slug> → reads specs/<slug>/plan.md (preferred).pr <N> → reads staged diff for PR N via gh pr diff.<path> → reads a single file or directory.Load .specify/memory/constitution.md. Each feature must satisfy:
.morphic/evolution/ logs.# Constitution Check — <target>
| # | Principle | Status | Evidence |
|---|---|---|---|
| 1 | Local-First | PASS | plan.md:42 cites ollama path |
| 2 | Clean Arch | PASS | layer map in plan.md |
| 3 | KV-Cache | N/A | no prompt changes |
| 4 | LAEE Safety | WARN | new `fs_move` action — risk unset |
| 5 | TDD | PASS | tasks T-01..T-05 are RED |
| ... |
## Verdict
NEEDS REVISION (1 WARN on principle 4)
## Remediation
- Set `risk_level=MEDIUM` on fs_move in plan.md, wire through risk_assessor.py