konjo-ship
SolidKonjo sprint completion checklist and session handoff template for lopi. Use when closing out a sprint or ending a work session.
AI & Automation 3 stars
0 forks Updated today MIT
Install
Quality Score: 79/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Konjo Ship — lopi
## Sprint Completion Checklist
A sprint is not complete until every one of these is true:
```
[ ] All success criteria met
[ ] All tests pass — `cargo test` green, zero failures
[ ] `cargo clippy -- -D warnings` clean
[ ] CHANGELOG.md updated — human-readable, what changed and why it matters
[ ] PLAN.md updated — completed items checked, next items identified
[ ] README.md reflects current state — no stale claims, no missing capabilities
[ ] Zero debug artifacts, dead code, or leftover scaffolding
[ ] git add && git commit -m "type(scope): description" && git push
```
A sprint that is "basically done" is not done. Ship clean or don't ship.
## Execute Checklist
*ᨀᨚᨐᨚ — Build the ship. Make it seaworthy.*
```
PLAN — write the implementation steps before touching code
BUILD — one step at a time, logical commits
TEST — run existing tests, write new ones, fix failures immediately
REVIEW — re-read everything just written — is it beautiful? is it lean? is it Konjo?
ITERATE — when something breaks, go back to the source — no papering over
SHIP — all tests pass, docs updated, changelog written, then push
```
When things break — apply *根性*:
- **Test fails** — analyze the stack trace at root. State the flaw precisely. Fix it. No apologies.
- **Benchmark looks wrong** — investigate the measurement before concluding the approach is wrong.
- **Architecture isn't working** — find another angle. Search the literature. Invent if necessary.
## Session H...
Details
- Author
- konjoai
- Repository
- konjoai/lopi
- Created
- 2 months ago
- Last Updated
- today
- Language
- Rust
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
konjo-boot
Boot a Konjo session for lopi. Produces a Session Brief, runs Discovery, identifies the next sprint. Use at the start of any work session or when invoked with /konjo.
3 Updated today
konjoai AI & Automation Solid
konjo-retrofit
Retrofit the Konjo Quality Framework onto an existing repo that predates it. Use when asked to add konjo quality gates, improve code quality, audit an existing codebase, or run a quality sprint on any repo. Provides the step-by-step migration plan and triage protocol.
3 Updated today
konjoai AI & Automation Listed
ship-sprint
Plan a new sprint or cancel an active one.
2 Updated 2 days ago
Acendas