Isdd common
isdd(Interview-driven Spec-driven Development)はインタビュー駆動で仕様を確定して、要件・設計・ソースをIDで一貫追跡しながら、開発を進める手法です。
npx -y skills add notfolder/isdd --skill isdd-commonAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
isdd スキル群が共有する参照ファイル群。他のスキルから references/ 配下のファイルを読み込むための共通リソース。 単独で起動されることはなく、isdd-requirements / isdd-design などのスキルから参照される。
The file declares its own license as CC-BY-4.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.4 KB, as published. Nobody here has run it
isdd-common
isdd スキル群の共通参照ファイルを提供するリソースパッケージ。
references/document-rules.md— 仕様書・設計書の記述ルールreferences/hearing-complexity-rules.md— ヒアリング共通ルールreferences/id-definitions.md— 要件ID・設計IDの定義references/requirements-chapters.md— 要件定義書の章構成references/design-chapters.md— 詳細設計書の章構成references/design-completeness.md— 設計網羅性チェックリストreferences/design-tasks-rules.md— 実装タスク化のルールscripts/rq_ds_link_checker.py— 要件ID(RQ-)と設計ID(DS-)の対応欠落・重複・不整合を検証scripts/trace_comment_coverage_checker.py— ソースコードのトレーサブルコメント付与率と記載不足を検証scripts/implementation_completeness_checker.py— docker-compose.yml の存在・e2e/ 配下のテストファイル存在・README.md の起動方法/初期ユーザー記載を機械確認