Skip to main content

Team Repository Standards Kit — adopt and stay current with the standards via a single CLI.

Project description

Team Repository Standards Kit

A versioned, opinionated set of documentation standards and templates that any repository on the team can adopt. The kit's goal is to keep documentation lean, durable, and useful for both humans and AI-assisted development workflows.

Installation

The kit installs as a command-line tool. Use whichever installer you prefer:

pipx install repo-standards-kit     # recommended (isolated install)
# or
uvx repo-standards-kit standards --version   # run without installing
# or
pip install repo-standards-kit

This puts a standards command on your PATH. Verify it:

standards --version

The runtime is stdlib-only (Python 3.9+) — no third-party dependencies.

Quickstart

# Adopt the kit into a NEW or empty repo (greenfield):
standards init --profile library .

# Adopt into an EXISTING repo (non-destructive — keeps your files,
# writes <file>.kit-<version> sidecars on conflict):
standards adopt --profile application .

# Verify a repo against the standards (use in CI):
standards check .

# Pull in a newer kit version later (non-destructive reconcile):
standards update .

Pick the profile that fits the repo: application | library | infra | data. Each profile has its own Required / Expected / Optional / N/A doc matrix — see docs/STANDARDS.md.

  • init is for blank/clean repos; it refuses if kit-owned files already exist with different content (it points you at adopt).
  • adopt is for repos that already have their own README, docs, or CI; it never clobbers — it keeps your files, sidecars true conflicts, and appends/splices the kit's managed block into an existing AGENTS.md.
  • Both write a .standards-kit.json marker so standards update can keep you current.

What this kit gives you

  1. A standard folder layout that scales across repo types.
  2. Four repo profiles (application, library, infra, data) with explicit Required / Expected / Optional / N/A doc requirements.
  3. A defined contract for the ai/ directory — four files that carry session-to-session context.
  4. MADR 3.0 ADRs with a defined lifecycle.
  5. RFCs for time-boxed technical investigations (separate from raw discovery intake).
  6. Lightweight conventions for docs/discovery/ — meeting notes, requirement drafts, use cases — with a traceability flow to durable docs.
  7. A PR template that asks the right questions about documentation, ADRs, AI context, and operational impact.
  8. A STANDARDS-CHECKLIST.md with a waiver mechanism so absences are explicit, not silent.
  9. A CI check (standards check) that enforces the structural minimum plus content-level lints.
  10. AI Skills + hooks (Claude Code + Copilot) for ADRs, RFCs, discovery promotion, handoffs, and running the check.

The information flow

docs/discovery/    →    docs/rfcs/        →    docs/decisions/    →    docs/0X-*.md
(raw intake)            (investigated)          (decided)               (synthesized & durable)
meetings, reqs,         time-boxed,             MADR 3.0 ADRs,          PRD, architecture,
use case drafts         spawn-or-abandon        immutable               runbook, etc.

Adopting without the CLI

If you'd rather adopt by hand (or want the full detail of what the CLI does), the manual process is documented in docs/STANDARDS.md: copy docs/templates/, pick a profile, fill in docs/STANDARDS.md + docs/STANDARDS-CHECKLIST.md, seed ai/*.md from docs/templates/ai-starters/, adopt the .github/ workflow + PR template, and point your AI tools at AGENTS.md.

Documentation philosophy

Keep documentation lean but scalable. Add durable docs when they improve onboarding, implementation, review, operations, traceability, or decision quality. Do not create documents only because a structure exists — that's why the kit uses Required / Expected / Optional rather than a single rigid required-doc list.

Roadmap

Slice Scope Status
1 Templates + standards content Shipped
2 AI Skills + Hooks (Claude Code, Copilot) Shipped
3 Distribution — the standards CLI (init / update), PyPI, 3-class sync Shipped
4 Deeper CI enforcement (content/link/placeholder lint, parity + coherence guards) Shipped
5 Hardening — standards check subcommand + multi-profile CI-green init Shipped
6 standards adopt — non-destructive adoption onto existing repos Shipped

The design rationale is captured as ADRs under docs/decisions/ and investigations under docs/rfcs/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

repo_standards_kit-0.13.0.tar.gz (112.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

repo_standards_kit-0.13.0-py3-none-any.whl (107.2 kB view details)

Uploaded Python 3

File details

Details for the file repo_standards_kit-0.13.0.tar.gz.

File metadata

  • Download URL: repo_standards_kit-0.13.0.tar.gz
  • Upload date:
  • Size: 112.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for repo_standards_kit-0.13.0.tar.gz
Algorithm Hash digest
SHA256 ada923f6cee6962b0803187a416452487bb4c275de11b823af44f3d29a699b13
MD5 31fd0d2d00faa9ff17ab28cdb9382afa
BLAKE2b-256 bbce0e2b323291e608a18ac4a3730bea88f74c51d56ece69c5f81c2d05e5cbb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for repo_standards_kit-0.13.0.tar.gz:

Publisher: release.yml on swanson-dev/Repo-Standards-Kit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file repo_standards_kit-0.13.0-py3-none-any.whl.

File metadata

File hashes

Hashes for repo_standards_kit-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 474138c8c2a8cd5559741557d0c3734d84f356aaa0697e02d6914cbbd40d847b
MD5 0d7bed8042afa16e67cd098a73c37c94
BLAKE2b-256 97c0b48a33d16cbc1c3d9ae49ab2a87cd806fddccca03b65c942d0903ecea715

See more details on using hashes here.

Provenance

The following attestation bundles were made for repo_standards_kit-0.13.0-py3-none-any.whl:

Publisher: release.yml on swanson-dev/Repo-Standards-Kit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page