Summary
複数の専門成果物を統合する中規模以上のdesign・implementation・review、end-to-endの要件再現性検証、または複数runのreproduction-testで使うrouter。単一成果物や、公開契約・data meaningに触れない小規模機械変更には使わない。
my-take-dev/inspired-mino-design-skills
複数の専門成果物を統合する中規模以上のdesign・implementation・review、end-to-endの要件再現性検証、または複数runのreproduction-testで使うrouter。単一成果物や、?
npx skills add my-take-dev/inspired-mino-design-skills --skill mino-reproducible-development
複数の専門成果物を統合する中規模以上のdesign・implementation・review、end-to-endの要件再現性検証、または複数runのreproduction-testで使うrouter。単一成果物や、公開契約・data meaningに触れない小規模機械変更には使わない。
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsPre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure…
567.7K installsPostgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill …
391.6K installsOther skills from my-take-dev/inspired-mino-design-skills.
npx skills add my-take-dev/inspired-mino-design-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
8,589 B
SUMMARY.md
327 B
実装詳細が変わっても、同じproblem、requirement、contract、model整合性、quality constraint、public boundaryを満たす変更を生成・判定する。
このrouterを使う基準は行数や抽象的な「規模」ではない。二つ以上の専門成果物を統合する必要がある、または実装・reviewを複数の成果物へend-to-endでtraceする必要がある場合に使う。単一成果物なら対応する専門Skillだけを使う。
design: Implementation Specと未解決gateを作る。read-only。implementation: Implementation Spec内で変更し、独立検証する。変更権限が必要で、高impactな未承認判断には依存しない。review: 既存code / diffを要件と専門成果物へ照合する。read-only。reproduction-test: fresh contextの複数runを比較する。live workspaceは変更しない。modeに応じた一つの主成果物を返す。
design: Implementation Specimplementation: Verified Changereview: Review Resultreproduction-test: Reproduction Report主成果物には、必要な範囲だけ次を統合する。
decisionFunction packageを要約するときも、stable ID、Evidence、applicability、authority、coverage、subject verdictを失わない。schemaを全文複製するのではなく、losslessなpackageを参照可能な形で保持する。
skills/ directoryを参照rootとして解決する。skills/mino-core/references/core.md、skills/mino-core/references/shared-policies.md、skills/mino-core/references/requirements-and-traceability.mdを読む。skills/mino-reproducible-development/references/integrated-workflow.mdを読む。skills/mino-core/references/platform-compatibility.mdを読む。skills/mino-core/references/benchmark.mdを読む。$mino-architecture-quality-strategy、$mino-domain-model-completeness、$mino-design-by-contract、$mino-interface-implementation-separationから必要なものだけを依存順に呼ぶ。routingcontext.origin: integrated、requestedby: router、requestedartifact、returnto: routerを渡し、専門Skillに再routingさせない。| Request | Route |
|---|---|
| Problem Frame / Context Packetだけ | $mino-problem-framingへhand offし、routerを継続しない |
| 統合依頼だがproblem、meaning、change boundaryが曖昧 | Coreでframingし、必要ならblockedまたはProblem Frameを返す |
| concept、state、failureの欠落 | discovery as needed → completeness |
| pre / post / invariant、retry / duplicate / idempotency | contract。意味が未確定ならcompletenessを先行 |
| 技術漏出、caller分岐、long script | completeness / contract as needed → boundary |
| 複数module、system-wide data authority、quality trade-off | architecture → completeness / contract / boundary as needed |
| legacyのend-to-end実装 | Core → relevant Functions → change safety → implementation → verification |
| diffの要件適合review | Core → relevant Functions → independent verification。変更しない |
| private mechanical rename | このrouterを使わない |
run_ifを明示して必要な専門Skillだけを依存順に実行する。mode == implementation && mutation_authorizedの場合だけ、小さな可逆stepで実装する。unexecutedvalidationとplatformvalidation.parity_result: incompleteを返し、required platform全体をverifiedとしない。以下のいずれかに該当する場合はimplementationまたはrelease判定へ進まず、現在modeで安全に返せるartifactと不足事項を返す。
reversibility: unknownまたは未解決Selection Gateに依存する実装を進めている。run_if、stable ID、Evidence、applicability、condition別authority、coverage、subject verdictを落としている。run_ifと固有packageが同じ成果物内で解決し、固有hard gateをrouterの要約が迂回していない。