ワンクリックで
sage
Start here. Sage reads project state, routes via keywords, classifies intent, and guides you to the right workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start here. Sage reads project state, routes via keywords, classifies intent, and guides you to the right workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
When --quality-locked is active, loop review/revise at each Quality Gate until findings reach a clean bar (no Critical, no Major, only cosmetic Minor) or the iteration cap (10) is reached. Uses a deterministic Python checker for classification and decision logic; agent runs the actual review and revision steps.
Use after implementation passes the quality gates, when a change needs an independent pass over the code before it ships, or when the user asks to "QA this", "check the implementation", or "verify it matches the spec". Applies to Standard and Comprehensive scopes with the Task tool available; Lightweight tasks skip.
Use when the user picks [A] Review at a spec/plan/ADR/root-cause/fix-plan checkpoint, or asks for an independent review before implementation begins. Applies to Standard and Comprehensive scopes with the Task tool available; Lightweight tasks skip.
Use as the code-quality gate after spec-compliance and constitution checks pass, or when the user says "review my code", "quality check", "security review", or "is this code good". Runs as an independent sub-agent when the Task tool is available.
Adversarial review verifying implementation matches its specification — checks completeness (nothing missing) and precision (nothing extra). Distrusts the implementer's self-report. Use after implementation, or when the user says "check against spec", "does this match requirements", or "verify the implementation".
Configure Sage preset and project settings. Switch between base, startup, enterprise, or opensource constitution presets. Use when the user says "configure sage", "change preset", or "sage settings".
| name | sage |
| description | Start here. Sage reads project state, routes via keywords, classifies intent, and guides you to the right workflow. |
| disable-model-invocation | true |
RULES (apply to every step — non-negotiable):
Sage's intelligent entry point. Assess the project and guide the user.
Scan .sage/work/ for active initiatives (read frontmatter: title,
status, phase). Scan .sage/docs/ for project-level artifacts.
Read .sage/decisions.md for recent context.
Present what you found, then structured options based on context.
If work is in progress:
Sage: [Project name] — [feature] is in progress, [phase] phase.
[1] Continue [feature] — resume from [next step] [2] Start something new [3] Review what's been done
If no work in progress but artifacts exist:
Sage: [Project name] — no active work. Previous: [list initiatives].
[1] Start a new task — describe what you want to build [2] Review existing artifacts [3] Learn the codebase
If fresh project:
Sage: Fresh project, no work in progress.
[1] Build something — describe what you want to create [2] Learn the codebase first [3] Something else — describe what you need
Based on user's choice or free-form input, classify scope and route:
For complex routing or gap detection, read the sage-navigator at
sage/core/capabilities/orchestration/sage-navigator/SKILL.md.
$ARGUMENTS