整備: スキルの配線修正と方針の言い回し統一#8
Merged
Merged
Conversation
A. 配線(実行時に解決できない参照の修正) - review.md 雛形をスキル内(skills/dango-review/templates/)へ移設。 スキルは個別にシンボリックリンクされるため、雛形はスキル内に必要。 - dango-review の Preamble から $0 依存の相対パスを撤去し mkdir 直書きに。 - jp-reviewer は検出パターンを親から受け取る方式にし、skills の リポジトリ相対パス推測をやめる。 - validate.mjs に templates/ 参照切れチェックを追加。 B. 方針(主軸=日本のチーム/企業開発)に言い回しを統一 - dango-legal / dango-plan / dango-run の自己定義を「個人開発前提」から 「チーム・企業で専任が立ちにくい役割」主・個人従に書き換え。 - 法務各 section の「個人開発でよくある論点」等を中立表現に。 C. 技術的な小修正 - dango-ship のコミット例を addresstozip.jp の主機能(住所→郵便番号)に。 - Intl.Segmenter を正式表記(granularity 指定)に。 D. 全 SKILL.md の version を 0.1.3 に同期。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
全7役割 + サブエージェント + テンプレート + bin を精査し、「第三者から突っ込まれる」観点で修正。
A. 配線(実行時に解決できない参照)
review.md雛形をskills/dango-review/templates/へ移設。スキルはinstall.mjsで個別にシンボリックリンクされるため、実行時に使う雛形はスキル内に無いと解決できない。dango-reviewの Preamble から$(dirname "$0")依存の相対パスを撤去 →mkdir直書きに。jp-reviewer(サブエージェント)は検出パターンを親から受け取る方式に変更。対象プロジェクト側で動くためskills/...のリポジトリ相対パス推測をやめる。validate.mjsにtemplates/参照切れチェックを追加(同種の参照切れをCIで検知)。B. 方針(主軸=日本のチーム/企業開発)に統一
dango-legal/dango-plan/dango-runの自己定義を「個人開発前提」→「チーム・企業で専任が立ちにくい役割」主・個人従に。C. 技術的な小修正
dango-shipのコミット例を addresstozip.jp の主機能(住所→郵便番号)に整合。Intl.Segmenterを正式表記new Intl.Segmenter('ja', { granularity: 'grapheme' })に。D. バージョン同期
SKILL.mdのversionを 0.1.3 に。確認
node bin/validate.mjs→ ✓ 検証OK(7 役割)🤖 Generated with Claude Code