# Nxtup

> Opinionated meta-planning for skills, harnesses, and tooling — semver-versioned plans with an approve gate, a --suggest discovery mode, and an orchestrated --build executor. Refuses mobile/web product planning.

- Skill: `ndisisnd/nxtup` (Agent Skill, multi-file: 9 files)
- Install (CLI): `npx skillmds@latest add ndisisnd/nxtup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ndisisnd/nxtup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: ndisisnd (https://skillmd.com/u/ndisisnd)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ndisisnd/nxtup

---


nxtup plans improvements to skills, harnesses, hooks, and CLI tooling only. It
does not plan mobile or web products — if asked, decline and state this scope.

## Routing

| Input | Load |
|---|---|
| Prose (an improvement description) | `refs/protocol-intake.md` |
| `--init` | `refs/protocol-init.md` |
| `--suggest` | `refs/protocol-suggest.md`, then `refs/protocol-intake.md` once a suggestion is picked |
| `--build [version]` | `refs/protocol-build.md` |

Lazy-load: read only the ref for the invoked mode. Never read all refs. Read
each ref at most once per session.

## Storage

- Config: `.nxtup/config.json`
- Plans: `.nxtup/{planned,in progress,done}/[repo]-v[x.y.z].md`

