Home / ai-daming / clickvibe · skills/impl-gate/SKILL.md · GitHub

impl-gate skillA

impl-gate is agent-read markdown (skill) from ai-daming/clickvibe: Decide whether a software change may enter implementation by verifying an accepted architecture baseline, including both algorithms and data structures. Use before coding, or when implementation/review exposes missing ownership, lifecycle, concurrency, persistence, failure-recovery, or cross-boundary design. Do not use for general problem framing or to invent architecture during coding..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Implementation Gate

Prevent a business Issue, an acceptance checklist, or a pile of data shapes from being mistaken for an implementation-ready design.

The governing test is:

> 程序 = 算法 + 数据结构

A design is incomplete when it describes only goals and records, or only processing steps. The two sides must constrain each other: the algorithm names the state it reads and changes; each durable or shared structure names the algorithm and production consumer that use it.

This skill is a read-only readiness gate. It does not authorize coding, edit an Issue, accept an architecture on the maintainer's behalf, or replace `$challenge`, `$grill`, or architecture design.

## Inputs

Collect facts rather than asking the user to retrieve them:

- the requested implementation scope and Issue/specification;
- repository instructions, current architecture entry point, Accepted ADRs, and relevant design artifacts;
- an exact code baseline when the work is repository-bound;
- prior decisions, known constraints, affected modules and external boundaries;
- any candidate design receipt.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ai-daming/clickvibe/impl-gate@git:20260914.a99d9c0
Exact content
mdr add ai-daming/clickvibe/impl-gate@sha256:7e6082580d2a89d0

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_y4d5cp6622wm6ft5.svg)](https://markdownregistry.com/a/art_y4d5cp6622wm6ft5)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260914.a99d9c0 latest2026-09-14 a99d9c0 10,913 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (10913 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

ai-daming/clickvibe · 16 stars · license none · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_y4d5cp6622wm6ft5
GET https://markdownregistry.com/api/v1/resolve?ref=ai-daming/clickvibe/impl-gate
GET https://markdownregistry.com/api/v1/blob/7e6082580d2a89d005f232af577a6b9660b5e8e3789ae46f538b84f0d22b7710

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from ai-daming/clickvibe

AGENTS.md agents
ai-daming/clickvibe · AGENTS.md
git:20260918.a6b0241 · audit A · 16 stars
CLAUDE.md claude
ai-daming/clickvibe · CLAUDE.md
git:20260824.c0f0531 · audit A · 16 stars
clickvibe skill
ai-daming/clickvibe · skills/clickvibe/SKILL.md · Trigger ClickVibe pipeline operations (develop / review / rework / resume / sync / stop / merge / status / issues) as…
git:20260822.0e41161 · audit B · 16 stars
gh-issue skill
ai-daming/clickvibe · skills/gh-issue/SKILL.md · Safely create, update, comment on, classify, relate, and close GitHub Issues while preserving the target repository's…
git:20260902.0a05785 · audit A · 16 stars
observer skill
ai-daming/clickvibe · skills/observer/SKILL.md · Protocol Observer for ClickVibe engineering loops. This is NOT the per-workflow Runtime Observer: it audits repeated…
git:20260826.bd1a1e0 · audit A · 16 stars
root-cause-review skill
ai-daming/clickvibe · skills/root-cause-review/SKILL.md · Adversarial multi-round code review that digs for root causes instead of verifying the latest patch. Reads the FULL…
git:20260829.1673372 · audit A · 16 stars

Every file in ai-daming/clickvibe

Browse by kind, by grade A, or by owner.