NeoxNexus

MVP Shape — Development skill for Claude Code

Development community

Shape a discovery brief into an MVP canvas with explicit scope boundaries.

How to install MVP Shape

Installs to ~/.claude/commands/neoxnexus-nexusrhythm-mvp-shape.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/NeoxNexus/NexusRhythm/HEAD/.claude/commands/mvp-shape.md -o ~/.claude/commands/neoxnexus-nexusrhythm-mvp-shape.md

Restart Claude Code, or start a new session, for it to be picked up.

What MVP Shape does


description: Shape a discovery brief into an MVP canvas with explicit scope boundaries. argument-hint: "[北极星目标]" disable-model-invocation: true

基于 `docs/ideas/IDEA_BRIEF.md` 生成 `docs/ideas/MVP_CANVAS.md`:

python3 scripts/nr.py mvp-shape "$ARGUMENTS"

必须产出:

  • In Scope
  • Out Of Scope
  • 至少 2 个成功指标
  • 至少 1 个失败信号

下一步:运行 `/roadmap-init`。

Alternatives in Development

Full documentation available on GitHub

View Source Repository