MCP.so
ログイン
計画manual

Spec-First Ship

Implement from a written spec.md checklist — each iteration completes one unchecked requirement with verification.

起動プロンプト

Start the "Spec-First Ship" loop.

Goal: every requirement in spec.md is implemented and checked off
Max iterations: 15
Between iterations run: npm test
Exit when: spec.md has no unchecked requirements

Step 1: Read spec.md, implement the first unchecked item, verify it, mark [x], and stop this iteration.

Self-pace this loop. After each iteration, run the check command, read the output, and only continue if the exit condition is not met. Stop when the exit condition passes or max iterations is reached. Give a short status update each pass.

基本情報

カテゴリ

計画

目標

every requirement in spec.md is implemented and checked off

最大反復回数

15

検査コマンド

npm test

退出条件

spec.md has no unchecked requirements

対応エージェント

Claude Code, Cursor

手順

  1. 1

    Read spec

    Read spec.md. Pick the first unchecked requirement. Do not start multiple requirements in one pass.

  2. 2

    Implement requirement

    Implement that single requirement with tests. Mark it [x] in spec.md only after verification.

  3. 3

    Verify

    Run tests and manual checks listed in the spec for this requirement.

    npm test