원클릭으로
konjo-ship
Konjo sprint completion checklist. Use when closing out a sprint.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Konjo sprint completion checklist. Use when closing out a sprint.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Boot a Konjo session for vectro — vectro — ultra-high-performance embedding compression (INT8, NF4, PQ-96, Binary, HNSW, RQ, VQZ, Rust kernels, optional Mojo SIMD). Produces a Session Brief, runs Discovery, identifies the next sprint. Use at the start of any work session or when invoked with /konjo.
The Konjo Way — full etymology table, seven operating pillars, and mindset principles.
Konjo Code Quality Framework — Three-Wall framework to prevent AI slop. Auto-load when writing tests, reviewing code quality, refactoring, or on quality gate failures.
Retrofit the Konjo Quality Framework onto an existing repo. Use when asked to add konjo quality gates, audit an existing codebase, or run a quality sprint.
Research agent for vector quantization, embedding compression, HNSW, SIMD optimization. Use when exploring new techniques for vectro.
| name | konjo-ship |
| description | Konjo sprint completion checklist. Use when closing out a sprint. |
| user-invocable | true |
[ ] All tests pass — `cargo test` and `python -m pytest` green
[ ] `cargo clippy -- -D warnings` clean
[ ] `ruff check` and `ruff format --check` clean
[ ] CHANGELOG.md updated
[ ] PLAN.md updated
[ ] README.md reflects current state
[ ] git add && git commit -m "type(scope): description" && git push
SHIPPED [what was completed]
TESTS [passing / failing / count]
PUSHED [commit hash]
NEXT SESSION [exact next task]
DISCOVERIES [papers, repos, techniques found]
HEALTH [Green / Yellow / Red]