Home / lamngockhuong / aiteamkit · skills/spec/SKILL.md · GitHub

spec skillA

spec is agent-read markdown (skill) from lamngockhuong/aiteamkit: Write and keep current the reference documents a team reads long after the work that produced them merged: the API contract per resource, the schema per table, and the behaviour of a feature. Also compares what those documents claim against what the code does, and reports where the two drifted. In a project that works contract-first, writes them from the design before the code exists, so frontend, backend and QA can work against one agreed contract. Use when a project has no written contract, wh.

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

# Reference Specs (`atk:spec`)

Owns the document somebody opens to answer "what does this endpoint do today", or, in a project whose
profile says `Contract: first`, "what is this endpoint agreed to do". It carries no options and no
history: it describes the system as it currently is or is agreed to be, which is why a stale line in
it is wrong rather than merely old, and why it is updated in place forever instead of being
superseded. `shared/spec-docs.md` holds what separates it from a design document, what changes under
`Contract: first`, and the obligation that keeps it true.

## Scope

Handles: writing and updating reference documents for API contracts, database schema, and feature
behaviour; taking their shape from the documents a project already keeps; under `Contract: first`,
writing them from a design before the code exists and moving them onto the code as it lands; folding
a merged change into them; and reporting where they and the code disagree.

Does NOT handle: choosing an approach or weighing options (`atk:design-doc`, which decides and then
stops); turning a request into requirements (`atk:intake`); reviewing one change (`atk:review`);
…

Read the whole file at its exact version.

How to install

Latest version
mdr add lamngockhuong/aiteamkit/spec@git:20260924.59d6cfa
Exact content
mdr add lamngockhuong/aiteamkit/spec@sha256:bb86081db755b033

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_qkvyeek63wksae4r.svg)](https://markdownregistry.com/a/art_qkvyeek63wksae4r)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.59d6cfa latest2026-09-24 59d6cfa 12,771 BA view · diff
git:20260922.c7615a52026-09-22 c7615a5 8,636 BA view · diff
git:20260920.d282a912026-09-20 d282a91 8,295 BA view · diff
git:20260918.73a33f42026-09-18 73a33f4 7,957 BA view · diff
git:20260918.cddb6932026-09-18 cddb693 7,857 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 (12771 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

lamngockhuong/aiteamkit · 5 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_qkvyeek63wksae4r
GET https://markdownregistry.com/api/v1/resolve?ref=lamngockhuong/aiteamkit/spec
GET https://markdownregistry.com/api/v1/blob/bb86081db755b033d63348cb57bad7b014e0a37b525b386890ce5849b42cf663

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 lamngockhuong/aiteamkit

CLAUDE.md claude
lamngockhuong/aiteamkit · CLAUDE.md
git:20260924.59d6cfa · audit A · 5 stars
breakdown skill
lamngockhuong/aiteamkit · skills/breakdown/SKILL.md · Break an epic or a design document into owned, sequenced tasks: one deliverable each, an owner, a dependency order, the…
git:20260922.c7615a5 · audit A · 5 stars
catchup skill
lamngockhuong/aiteamkit · skills/catchup/SKILL.md · Summarise an epic or a pull request for someone who was not in the conversation that produced it: what the work is and…
git:20260921.7fc6a05 · audit A · 5 stars
convention skill
lamngockhuong/aiteamkit · skills/convention/SKILL.md · Extract, record, and enforce the coding conventions a team actually follows: branch and commit rules, naming, layering…
git:20260923.3195eb0 · audit A · 5 stars
design-doc skill
lamngockhuong/aiteamkit · skills/design-doc/SKILL.md · Write the technical design document a team reviews before coding, plus the ADR that records the decision behind it…
git:20260924.59d6cfa · audit A · 5 stars
estimate skill
lamngockhuong/aiteamkit · skills/estimate/SKILL.md · Estimate a backlog and fill a sprint against real team capacity: size each item with a stated basis, mark the…
git:20260922.c7615a5 · audit A · 5 stars
fix skill
lamngockhuong/aiteamkit · skills/fix/SKILL.md · Fix a defect the way a team reviewer will accept: capture the failure verbatim, prove the cause before changing a line…
git:20260922.2c10be8 · audit A · 5 stars
git skill
lamngockhuong/aiteamkit · skills/git/SKILL.md · Carry a finished piece of work into version control: read what changed, stage it after scanning for anything that must…
git:20260922.2c10be8 · audit A · 5 stars
handover skill
lamngockhuong/aiteamkit · skills/handover/SKILL.md · Hand work over to another person or team so nothing depends on the leaver's memory: the true state of each item…
git:20260920.d282a91 · audit A · 5 stars
help skill
lamngockhuong/aiteamkit · skills/help/SKILL.md · Answer which atk skill to run. With no argument it reads the state of the project, meaning the profile, the artifacts…
git:20260923.1028253 · audit A · 5 stars
implement skill
lamngockhuong/aiteamkit · skills/implement/SKILL.md · Write the code for a piece of work the way a team will accept it: decide whether the work needs a plan before a line is…
git:20260924.59d6cfa · audit A · 5 stars
incident skill
lamngockhuong/aiteamkit · skills/incident/SKILL.md · Run a production incident and close it properly: a timeline built from evidence, impact and severity, the proven root…
git:20260922.c7615a5 · audit A · 5 stars

Every file in lamngockhuong/aiteamkit

Other files named spec

spec skill
garrytan/gstack · spec/SKILL.md · Turn vague intent into a precise, executable spec in five phases. (gstack)
v0.1.0 · audit A · 134,082 stars
spec skill
heymegabyte/claude-skills · spec/SKILL.md
git:20260922.2ae6aca · audit C · 22 stars
spec skill
squillo/aph · skills/spec/SKILL.md · APH (Agent per Human) protocol crash course and reference. Use when working with APH, NotarizationEnvelope JSON…
git:20260919.e90d1c5 · audit A · 10 stars
spec skill
smart-ai-memory/attune-ai · plugin/skills/spec/SKILL.md · Spec Ladders — goal-driven spec development: brainstorm, plan, review, and execute a gated task ladder with recorded…
git:20260905.5d6823d · audit A · 10 stars
spec skill
smart-ai-memory/attune-ai · .claude/skills/spec/SKILL.md · Spec Ladders — goal-driven spec development: brainstorm, plan, review, and execute a gated task ladder with recorded…
git:20260902.d668714 · audit A · 10 stars
spec skill
smart-ai-memory/attune-ai · .agents/skills/spec/SKILL.md · Spec Ladders — goal-driven spec development: brainstorm, plan, review, and execute a gated task ladder with recorded…
git:20260905.5d6823d · audit A · 10 stars
spec skill
cryndoc/polisade-orchestrator · skills/spec/SKILL.md · Generate a technical SPEC (SPEC-NNN) from an existing PRD or Feature Brief via a clean-context subagent. Use when PM…
git:20260910.6ccd621 · audit A · 7 stars
spec skill
badmuriss/my-llm-kit · skills/spec/SKILL.md · Plan a requested codebase change or architecture decision. Use when planning is requested; do not implement code.
git:20260921.95d68f9 · audit A · 3 stars

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