Skip to content

v0.1.0 — first buildable version

Latest

Choose a tag to compare

@markskrypka markskrypka released this 05 Aug 10:30

First buildable version: the discipline, installable in one command.

Install

npx skills add markskrypka/stem

Then type /stem — Claude Code, Cursor, and, through the extension,
Gemini CLI; $stem in Codex. That is the whole setup.

Per host, if you prefer the native path:

/plugin marketplace add markskrypka/stem   # then: /plugin install stem@stem
gemini extensions install https://github.com/markskrypka/stem

What is in it

  • One skill, /stem. Sizes every task (Quick / Standard /
    Initiative / High-stakes), keeps docs/planning and the worklog
    current, verifies work against intent, writes short scannable prose,
    and asks only at real decision points. Bundled references carry the
    depth: plan, research, verify, debug, handoff.
  • Two agents. probe — read-only discovery, web-capable, scales its
    own research depth without being asked. gate — checks finished work
    against what was asked, runs tests, never edits. Both run in the
    foreground and inherit the session's model.
  • Session continuity. A managed, fixed-size state block in the
    project's agent files, an arrival ritual that reads the repository
    before touching it, and planning folders that housekeep themselves.
    /stem right after a compaction resumes mid-thought.
  • Per-host session protection. Blocking hooks on Claude Code and
    Codex, reminder-grade on Cursor and Gemini CLI — hooks/README.md
    states the honest guarantee for each.

Apache-2.0. No telemetry, ever.