Skip to main content

Kizai's project-level AI Coding SOP toolkit for controlled agent workflow governance.

Project description

kz-ai-coding-sop

Kizai's own AI Coding SOP for controlled, agent-based software development.

中文定位:Kizai 的可控式 AI Coding 标准作业流程。

Controlled AI coding means the human defines the rules, the agent follows the workflow, and every change stays understandable, reviewable, and verifiable.

What This Is

KZ AI Coding SOP is Kizai's project-level SOP and governance toolkit for AI coding agents. Its repository is:

It initializes a project with shared instructions for Codex, Claude Code, Cursor, Antigravity, OpenClaw, and similar agents.

KZ SOP uses a Superpowers-first workflow: when Superpowers skills are available in the current agent harness, KZ SOP routes agents to those skills as the workflow baseline. KZ SOP does not own, copy, bundle, modify, or claim authorship of Superpowers.

Superpowers is an upstream skill/workflow project maintained by Jesse Vincent and Prime Radiant:

In short: KZ SOP is Kizai's own development process and repository-level rules; Superpowers is an upstream skill capability that KZ SOP can reference and route to when installed.

Package Status

KZ SOP is distributed through npm and PyPI:

  • npm package: kz-sop
  • PyPI package: kz-ai-coding-sop
  • CLI command: kz-sop

Public install commands work for versions already published on the corresponding package registry. For local development or pre-release verification, use the local commands below.

Quick Start After Publishing

Use npm or pnpm:

npx kz-sop init
pnpm dlx kz-sop init

Or use Python:

pip install kz-ai-coding-sop
kz-sop init

This initializes the current project with KZ SOP files.

Local Usage Before Publishing

Python can be tested immediately from this repository:

cd kz-ai-coding-sop
python3 -m kz_sop.cli skills list
python3 -m kz_sop.cli init
python3 -m kz_sop.cli doctor

To install the local Python package into your environment:

cd kz-ai-coding-sop
python3 -m pip install .
kz-sop init

For npm, install Node.js first, then run:

cd kz-ai-coding-sop
npm install
npm run build
node dist/cli.js init

You can also test the package before publishing:

npm pack

Commands

kz-sop init
kz-sop update
kz-sop doctor
kz-sop skills list
  • init generates KZ SOP files without overwriting existing files.
  • update is a safe non-overwriting sync in v0.1.x.
  • doctor checks required KZ files and reminds you to confirm Superpowers is installed in your agent harness.
  • skills list lists recommended upstream Superpowers skills and any packaged KZ-owned skills.

Typical Project Setup

In a new project:

mkdir my-project
cd my-project
git init
npx kz-sop init

or:

mkdir my-project
cd my-project
git init
pip install kz-ai-coding-sop
kz-sop init

Then commit the SOP files:

git add AGENTS.md .kz .gitignore
git commit -m "chore: initialize KZ AI Coding SOP"

Superpowers should be installed separately in each agent harness you use. KZ SOP does not auto-install third-party plugins.

Packaged Skills

KZ SOP v0.1.x includes a small curated set of packaged skills:

  • startup-pressure-test: pressure-test startup ideas before building.
  • grill-me: stress-test a plan or design through focused questioning.
  • waza-router: route work to Waza-style engineering habits.
  • ecc-operator-system: audit cross-harness AI agent workflow readiness.

These extend KZ SOP without changing the default Superpowers-first workflow. See THIRD_PARTY_NOTICES.md for attribution.

Generated Files

AGENTS.md
.kz/
  sop.config.json
.gitignore

The .gitignore update only adds local runtime paths:

# KZ AI Coding SOP local runtime files
.kz/cache/
.kz/tmp/

Recommended First Prompt

Please follow KZ AI Coding SOP for this project.
First read AGENTS.md.
Do not write code immediately.
Start by reporting project understanding, stack detection, structure analysis, plan, relevant Superpowers skills, risks, and verification steps.

Release Checklist

Before publishing npm:

npm install
npm run build
npm publish

Before publishing PyPI:

python3 -m pip install build twine
python3 -m build
python3 -m twine upload dist/*

Recommended pre-release verification:

python3 -m compileall kz_sop
python3 -m pip wheel . --no-deps -w /tmp/kz-sop-wheel

Philosophy

AI is not a free-form developer. It is an engineering worker that must follow project rules, load the right workflow skills, preserve architecture, verify results, and explain its changes.

KZ SOP owns project governance. Superpowers owns the default agent workflow.

Documentation

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

kz_ai_coding_sop-0.1.3.tar.gz (22.0 kB view details)

Uploaded Source

Built Distribution

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

kz_ai_coding_sop-0.1.3-py3-none-any.whl (25.1 kB view details)

Uploaded Python 3

File details

Details for the file kz_ai_coding_sop-0.1.3.tar.gz.

File metadata

  • Download URL: kz_ai_coding_sop-0.1.3.tar.gz
  • Upload date:
  • Size: 22.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for kz_ai_coding_sop-0.1.3.tar.gz
Algorithm Hash digest
SHA256 254c1141b19e3ae1541b4e1e51505fa1ddf1a1d81cb36f72a6dedaef28875b5f
MD5 3f994d3ec7d4b55bd86df1b7ee4f1f63
BLAKE2b-256 462d008e56775c2af7c2dfe47d7d601dec151cb067b7e1d9fa2caed6f8273b59

See more details on using hashes here.

File details

Details for the file kz_ai_coding_sop-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for kz_ai_coding_sop-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8d9886c453e20d3f912d00d15efed0f7012e58010174391f6f2f44d6fb3ed8ee
MD5 3cb176ee498362121f9726bb2c94327e
BLAKE2b-256 d64afbafb3a6fe8c0e1da7948a00954e7969531a6de16d1748f7294d2b96d2ae

See more details on using hashes here.

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