00 +
PathfinderNew in 2.0
+/plan2code-0-pathfinder
+ For an idea that arrives too foggy to plan. It charts the idea as a map of decision questions and clears exactly one per session until nothing is left to decide.
+it never answers its own questions β that's the point
+-
+
- One decision per file, one file per session +
- Research questions fan out to parallel agents +
- Clears at β₯18/25 on four confidence dimensions +
- Hands a hot plan draft to Step 1 +
+
-## Overview
+**A spec-driven workflow for AI coding agents. Send the plan β the build follows.**
-```
- π€ π β‘ π§Ή
-βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
-β Step 1 β β Step 2 β β Step 3 β β Step 4 β
-β PLAN β --> β DOCUMENT β --> β IMPLEMENT β --> β FINALIZE β
-βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
- New Chat New Chat New Chat (per phase) New Chat
-```
+An AI agent is a fine builder and a terrible client. Plan2Code stops making it both: you approve a
+plan, the plan becomes a set of phase documents in your repo, and the agent builds to those documents
+one phase at a time. Progress lives in files instead of chat history β so the next session, the next
+agent, and the next engineer all start from the same specs.
-| Command | When to Use |
-|----------------------------------|----------------------------------------------------------|
-| `/plan2code-init` | Generate AGENTS.md file for new/existing projects |
-| `/plan2code-init-update` | Update AGENTS.md with new learnings from coding sessions |
-| `/plan2code-quick-task` | Small, quick tasks that don't need full workflow |
-| `/plan2code-review` | Post-phase code review (after key features or milestones)|
-| `/plan2code-1-plan` | Starting a new feature (full planning) |
-| `/plan2code-1b-revise-plan` | Requirements change mid-implementation |
-| `/plan2code-2-document` | After planning, create implementation specs |
-| `/plan2code-3-implement` | Execute implementation (one phase per conversation) |
-| `/plan2code-4-finalize` | All phases complete, ready to archive |
-| `/plan2code-handoff` | Compact the conversation into a handoff doc for a fresh session |
+Six commands, each posted separately. Two of them are optional.
-**Key Rules:**
-- Start NEW conversation for each step (and each implementation phase)
-- ONE phase per conversation
-- Reply "approved" to complete phases
-- 90% confidence required before planning completes
-
-See [QUICK-REFERENCE.md](QUICK-REFERENCE.md) for full reference card.
+Version 2.0.0 Β· MIT Β· π [plan2code.jparkerweb.com](https://plan2code.jparkerweb.com)
---
-## Installation
+## Install
-Plan2Code includes an interactive installer that generates and installs workflow files for all major AI coding assistants.
-
-
-
-### Prerequisites
-
-The install script requires **Node.js** (v14 or later). If you don't have Node.js installed:
-
-1. Download from [nodejs.org](https://nodejs.org/) (recommended)
-2. Or use a package manager:
- - **macOS:** `brew install node`
- - **Windows:** `winget install OpenJS.NodeJS` or `choco install nodejs`
- - **Linux:** `sudo apt install nodejs` (Debian/Ubuntu) or `sudo dnf install nodejs` (Fedora)
-
-### Supported Platforms
-
-- Claude Code
-- Cursor
-- Windsurf
-- Continue
-- Codeium (IntelliJ)
-- GitHub Copilot CLI
-- VS Code GitHub Copilot
-- Gemini CLI
-- Crush
-- Pi (pi.dev)
-- Amp
-- OpenCode
-- Devin
-- Zed
-
-### Install via npx (Recommended β No Clone Required)
-
-Run the interactive installer directly using `npx` with your preferred GitHub authentication method:
+Requires [Node.js](https://nodejs.org/) 14 or later. Re-run any time to update.
```bash
-npx git+https://code.jparkerweb.com/jparkerweb/plan2code.git
+npx --allow-git=all git+https://github.com/jparkerweb/plan2code.git
```
-This downloads the installer to a temporary location, runs it, installs the workflow files to your machine, and cleans up automatically. The installed workflows remain on your system and work independently. To update or reinstall, simply run the command again.
+This fetches the installer to a temp directory, runs it, writes the slash commands for whichever
+tools you pick, and cleans up after itself. The installed commands work independently from then on.
-### Standard Installation (Clone Method)
+Either route lands you on the same menu:
-#### No Clone Required
-
-Run the interactive installer directly using `npx` with your preferred GitHub authentication method:
-
-```bash
-npx git+https://code.jparkerweb.com/jparkerweb/plan2code.git
+```
+βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
+β INSTALL PLAN2CODE β
+β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
+β I. INSTALL Install Plan2Code for all platforms β
+β A. ALL Install Plan2Code + dev tools β
+β U. UNINSTALL Remove Plan2Code files β
+β C. CUSTOM Advanced options β
+β Q. QUIT Exit β
+βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
-This downloads the installer to a temporary location, runs it, installs the workflow files to your machine, and cleans up automatically. The installed workflows remain on your system and work independently. To update or reinstall, simply run the command again.
+**Supported tools:** Claude Code Β· Cursor Β· Windsurf Β· Continue Β· Codeium (IntelliJ) Β·
+GitHub Copilot CLI Β· VS Code Copilot Β· Crush Β· Pi Β· Amp Β· OpenCode Β· Devin Β· Zed
-#### Standard Installation (Clone Method)
+
-