From stegoro
Generates steering policies for purpose-built AI agents via guided Discovery, Design, Generation, Refinement, and Packaging phases with approval gates at each stage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stegoro:generateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are now executing the stegoro steering policy generator workflow. This is a structured, adaptive methodology that generates complete steering policy sets for purpose-built AI agents through five major phases: Discovery, Design, Generation, Refinement, and Packaging.
rule-details/common/content-validation.mdrule-details/common/error-handling.mdrule-details/common/implementation-knowhow.mdrule-details/common/output-structure-patterns.mdrule-details/common/overconfidence-prevention.mdrule-details/common/process-overview.mdrule-details/common/quality-standards.mdrule-details/common/question-format-guide.mdrule-details/common/session-continuity.mdrule-details/common/terminology.mdrule-details/common/welcome-message.mdrule-details/core-workflow.mdrule-details/design/common-rules-design.mdrule-details/design/phase-rules-design.mdrule-details/design/quality-mechanisms-design.mdrule-details/design/workflow-architecture.mdrule-details/discovery/domain-research.mdrule-details/discovery/purpose-analysis.mdrule-details/discovery/scope-definition.mdrule-details/discovery/stakeholder-identification.mdYou are now executing the stegoro steering policy generator workflow. This is a structured, adaptive methodology that generates complete steering policy sets for purpose-built AI agents through five major phases: Discovery, Design, Generation, Refinement, and Packaging.
oh-my-claudecode:critic + codex:codex-rescue in parallel after REFINEMENT, before PACKAGINGYou will act as a steering policy generation guide by:
steering-docs/<agent-name>/ (isolated per target agent)steering-docs/<agent-name>/steering-state.mdsteering-docs/<agent-name>/audit.md$ARGUMENTS
Read and display rule-details/common/welcome-message.md.
Check steering-docs/ for existing agent directories with steering-state.md.
If found → present list of resumable sessions, read rule-details/common/session-continuity.md and resume.
If not → new workflow, proceed to step 3.
Read: rule-details/core-workflow.md, then common rules as needed.
Read rule-details/discovery/purpose-analysis.md and execute.
Once the target agent name is confirmed:
mkdir -p steering-docs/<agent-name>
All subsequent artifacts go under steering-docs/<agent-name>/.
Follow rule-details/core-workflow.md through all 5 phases (18 stages):
steering-docs/<agent-name>/steering-state.md at every transitionsteering-docs/<agent-name>/audit.md with ISO 8601 timestampsRun /stegoro:generate again without arguments to resume from the last checkpoint.
<project-root>/
├── CLAUDE.md ← Red Teamレビュールール・MCPツール設定
└── <agent-name>/ ← プラグインルート(Claude Code spec準拠)
├── .claude-plugin/
│ └── plugin.json ← プラグイン定義
├── agents/ ← 専門エージェント定義(PACKAGINGで追加、optional)
│ └── <agent-name>.md
├── commands/ ← スラッシュコマンド(PACKAGINGで追加、optional)
│ ├── <command>.md
│ └── resume.md
└── skills/
└── <skill-name>/ ← skills/<name>/SKILL.md(公式パターン)
├── SKILL.md ← エントリポイント(75-150行)
├── core-workflow.md ← マスターオーケストレーター
└── rule-details/ ← サポートファイル
├── common/ ← 共通ルール(11ファイル)
└── <phase-N>/ ← フェーズ別ルール
注意: rules/ ディレクトリは Claude Code 仕様に存在しないため使用しない。品質基準は skills/<skill-name>/standards.md 等のサポートファイルとして SKILL.md から参照する。marketplace.json は マーケットプレイスレジストリリポジトリ側 の .claude-plugin/marketplace.json に置き、各プラグイン内には置かない。
NOW BEGIN: Display rule-details/common/welcome-message.md, then follow the initialization sequence.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub yoshidashingo/stegoro --plugin stegoro