sxvan
- 6 skills
- 0 followers
- 7 hours ago last updated
- ▌ Larper · sxvanTeach the user the domain behind a feature before any design or code exists. Run it as the first step of a feature, before architecture, planning, or the first implementation prompt. Two phases in one command; a short assessment to find where to start, then one teaching message. Domain knowledge only, never the codebase.
- ▌ Grilling · sxvanGrill the user relentlessly about a plan, decision, or idea. Run it when the user wants to stress-test their thinking before committing to it.
- ▌ Human Writing · sxvanWord and punctuation choice. Apply to every message after drafting and before sending, and when editing existing text, docs, commit messages, or code comments. Removes the vocabulary and punctuation patterns that mark writing as AI generated.
- ▌ Elegant Coding · sxvan bundleThe default working mode for all software work. Plan and write code whose correctness is visible at a glance, with invalid states made unrepresentable rather than guarded against, few branches, and a diff a reviewer can check quickly. Use it on every task that touches code designing, planning, implementing, refactoring, debugging, and reviewing. Invoke it before the plan and before the first line of code.
- ▌ Human Structure · sxvanWhat a message says and how it is shaped. Apply before writing every message, and when drafting docs, PRs, commit messages, or any other prose. Covers length, ordering, prose versus lists, and whether a sentence carries information.
- ▌ Odoo Upgrade V18 To V19 · sxvan bundleUpgrade Odoo modules from version 18.0 to version 19.0. Use it when a module, manifest, model, view, controller, or test written for Odoo 18 has to run on Odoo 19, or when the user asks what changed in the ORM between the two versions.