my-take-dev/inspired-mino-design-skills

mino-core

関連Skillで、問題定義、前提監査、Context Packet、要件正規化、traceability、Evidence、権限、?

First seen Jul 15, 2026

Installation

$ npx skills add my-take-dev/inspired-mino-design-skills --skill mino-core

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from my-take-dev/inspired-mino-design-skills.

npx skills add my-take-dev/inspired-mino-design-skills

Browse all from my-take-dev/inspired-mino-design-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 319
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 5,871 B
  • docs SUMMARY.md 264 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 38 installs

SKILL.md

Shared Core

技術非依存の判断順と共通契約を提供する。入力、Evidence、成果物、拒否条件、検証結果を再現可能にする。

Outcome Contract

利用するFunctionは、少なくとも次を作るか、既存成果物を検証する。

  • Problem Frameと前提・意味の監査証跡
  • causal chainと未決選択を保持するSelection Gate
  • Context Packetと、比較根拠・提案status・review主体を分けたAI restatement
  • Requirement Catalogとend-to-end traceability
  • Windows / Linux / macOSのPlatform Contextと必要なvalidation matrix
  • 共通decisionとengineering / release状態

Reference Routing

  • 内部pathは、配置先にかかわらず、インストールされたskills/ directoryを参照rootとして解決する。
  • すべての関連Skillで、最初にskills/mino-core/references/core.mdとskills/mino-core/references/shared-policies.mdを読む。
  • 原則やschemaの出自を説明するときは、skills/mino-core/references/shared-policies.mdのSource-derived principles、Suite operationalization、Repository policyを区別し、suite固有schemaを人物の直接手法として帰属させない。
  • 機械的変更でない設計、実装、reviewではskills/mino-core/references/requirements-and-traceability.mdを読む。
  • 用語、context、概念、model境界を発見するときはskills/mino-core/references/domain-discovery.mdを読む。
  • 責務、公開操作、分岐、命名、抽象化をコードへ落とすときはskills/mino-core/references/code-design.mdを読む。
  • 既存挙動、legacy、migration、段階導入を変えるときはskills/mino-core/references/change-safety.mdを読む。
  • filesystem、process、shell、toolchain、test実行、またはWindows / Linux / macOS対応を扱う前にskills/mino-core/references/platform-compatibility.mdを読み、Platform Contextとplatform別検証結果を作る。
  • Skill更新とreproduction-testだけでskills/mino-core/references/benchmark.mdを読む。
  • Windowsではskills/mino-core/scripts/validate-suite.ps1、Linuxではskills/mino-core/scripts/validate-suite.sh、macOSでは標準system Bashから同じBash validatorを実行してsuite構造を検証する。
  • validator契約を変更したときは、Windowsでskills/mino-core/scripts/test-validator-fixtures.ps1、Linux / macOSでskills/mino-core/scripts/test-validator-fixtures.shを実行し、共通のpositive / negative fixtureを検証する。
  • 両validatorはskills/mino-core/scripts/suite-manifest.txtをversion、owner、Skill一覧のsource of truthとして読む。

Platform Compatibility

  • problem、requirement、contract、canonical decisionはrequired platform間で共有し、OS差を業務ruleへ混ぜない。
  • command実行前にPlatform Contextを作り、logical skills/ pathとruntimeのphysical pathを分ける。
  • 複数platform対応がrequiredならWindows / Linux / macOSの結果を独立Evidenceとして保持し、未実行platformを隠さない。

Routing Ownership

  • standalone Functionが複数成果物を必要と判断した場合だけ、$mino-reproducible-developmentへ一度hand offする。
  • 問題定義、前提監査、Context Packetだけを求める公開依頼は$mino-problem-framingが所有し、この内部Coreを単独成果物として公開しない。
  • integrated routerから呼ばれたFunctionは成果物だけを返し、routerへ再routingしない。
  • 単一成果物では対応Functionだけを使い、全workflowを起動しない。
  • private renameなど問題、契約、data meaningがapproved | frozenなbaselineとして記録済みの機械的変更では、このsuiteを起動しない。

Workflow

  1. 依頼mode、scope、変更権限、host / target platformについて確認可能な項目を特定し、Evidence状態とdecision maturityを記録する。未確認項目はunknownまたはcontradictionとしてSelection Gateへ接続する。
  2. 観測、解釈、前提、問題、候補手段を分け、Core outputを作る。
  3. 具体Evidenceから目的・損失へ遡り、目的から拒否条件・検証へ戻るreasoning_traceを作る。
  4. 必要なreferenceとFunctionだけをroutingし、peer callにはrequested artifactと返却先を付ける。
  5. Function固有のsubject verdictと、依頼artifactのcanonical decisionを分離する。

Hard Gates

  • skills/mino-core/references/shared-policies.mdのCore / Design / Verification gateを弱めない。
  • pattern名、diagram、schemaの空欄埋め、AIの自己説明だけでreadyまたはcoveredとしない。
  • AI restatementのproposed_status: matchedを自己証明にせず、高impactな意味・契約・不可逆判断では許可されたreview主体のaccepted Evidenceなしに選択・実装へ進まない。
  • 未作成の後続artifact ID、業務rule、platform Evidenceを推測で補わない。
  • unknownな可逆性、causal applicability、selection gateを確定値へ丸めて後続へ進まない。
  • concrete Evidence → purpose / loss → rule / quality → decision → validationの往復traceが切れたまま後続へ進まない。

Completion

skills/mino-core/references/shared-policies.mdのcanonical decisionを使う。専門Function固有の推奨案と、engineering / releaseの状態を一つのstatusへ混ぜない。複数platform対応がrequiredなら、platform別結果を分け、未実行platformをverifiedへ含めない。