cladding-init
Use only when the user explicitly names Cladding and asks to initialize, adopt, or refresh it; never use for an ordinary project creation or implementation…
Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈 노트, 변경 이력, or "what changed (since <ref>)" — run `clad changelog --json` for the deterministic shipped-changes manifest, then write the human-facing notes FROM
$ npx -y skills add qwerfunch/cladding --skill changelog --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/changelogContext preview
The summary Claude sees to decide when to auto-load this skill.
Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈 노트, 변경 이력, or "what changed (since <ref>)" — run `clad changelog --json` for the deterministic shipped-changes manifest, then write the human-facing notes FROM
description: Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈 노트, 변경 이력, or "what changed (since <ref>)" — run `clad changelog --json` for the deterministic shipped-changes manifest, then write the human-facing notes FROM it, sourcing every claim from a feature title or acceptance sentence. For audit asks, print the --audit table verbatim. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests in uninitialized projects.
The spec is the SSoT, so "what shipped?" is *collected*, never recalled. `clad changelog` turns `<since>..HEAD` into a deterministic manifest: feature shards classified (`added-as-done` / `flipped-to-done` / `modified-while-done` / `archived`), grouped by capability (plus an `uncategorized` bucket — itself a drift signal), the spec inventory diff, and conventional `feat:`/`fix:` commits that name no feature id (work that shipped *outside* the spec — report it honestly, don't hide it).
1. **Collect.** Run `clad changelog --json --since <ref>` (omit `--since` to use the latest tag; if the repo has no tags the command says so — ask the user for a ref). 2. **Render EN + KO release notes from the manifest, in the CHANGELOG.md house style:**
your entry point"), not implementation verbs ("refactored stage runner").
Never invent a change, never embellish beyond what an AC states. If the manifest is empty, say "no shipped changes since <ref>" — that line is the honest deliverable.
3. **Audit asks** ("show verification", "어디까지 검증됐어?") → print `clad changelog --audit --since <ref>` **verbatim** — that table keeps ids and marks every verification ref resolved ✓ / unresolved ✗ (a ✗ is spec-annotation drift worth reporting). 4. **Catalog asks** ("what does this project do, in full?") → `clad changelog --catalog` prints the whole capability → feature → acceptance listing of the living spec.
clad changelog # markdown since the latest tag (deterministic fallback) clad changelog --json --since v0.5.2 # the manifest you render notes from clad changelog --audit --since v0.5.2 clad changelog --catalog
For an organization to trust AI with its code, three things must hold — trust, traceability, and stability at scale. cladding wraps your AI coding agent: your intent goes in before it writes, and the result is verified against your spec after, so those three are earned, not assumed. First L4 implementation of the Ironclad standard.
Repo: qwerfunch/cladding
Use only when the user explicitly names Cladding and asks to initialize, adopt, or refresh it; never use for an ordinary project creation or implementation…
Impl-blind test/oracle author — writes conformance tests from a spec-only brief. Tool-restricted by definition (no Read/Grep/Glob/Edit), so "authored blind" is…
Run every Iron Law stage and the drift detector suite. Use when the user wants the full project health snapshot, a CI gate, or to verify nothing regressed…
Record a feature checkpoint event pinning the current git HEAD plus a spec digest, so a later rollback can restore the exact pre-change state. Use before a…
Advance Cladding onboarding after the user answers a pending product question. Use the MCP prepare/apply flow, preserve the answer verbatim, and never invent…
Implementer — writes production code, tests, and migrations. The "generic engineer" fallback when no narrower specialist exists. Activate only when the…