Try ForgeTrail
Prove ForgeTrail in one sitting: write a what, not how spec in any AI chat, drop it next to ForgeTrail Lite, and let your coding agent forge the path and keep the trail.
You need: any LLM chat (ChatGPT, Claude, Grok, a local Ollama UI) and any coding agent that can read files (Cursor, Claude Code, Codex).
You do not need: Node MCP setup, or forgetrail on PATH. Those are optional shortcuts.
Important: Use a new empty project folder. Do not run this inside a clone of the ForgeTrail methodology repo.
15-minute recipe
-
Get the Genesis prompt
Open GENESIS_SPEC_PROMPT.md. Copy the Copy-paste prompt section. -
Iterate a spec in your favorite chat app
Fill the bracketed parts, send it, and refine until you trust the markdown. Optional shape reference: Mars habitat duty roster (fiction). -
Create a new project folder
Example:mkdir my-app && cd my-app -
Add ForgeTrail Lite
Save FORGETRAIL_LITE.md as.forgetrail/FORGETRAIL_LITE.mdin your project.
If you already linked the CLI:forgetrail install --lite(add--with-genesis-stubif you want adocs/GENESIS.mdstub). -
Save your spec as
docs/GENESIS.md
Createdocs/if needed. That path is the canonical handoff (not the repo root). -
Open the folder in your coding agent and paste this kickoff line:
Follow
.forgetrail/FORGETRAIL_LITE.mdas the project protocol. Treatdocs/GENESIS.mdas the product spec (what, not how). Create.forgetrail/workflow_tracking.jsonand draftdocs/PHASE_1_BRIEF.mdfrom the Genesis file, asking me only about gaps. Do not scaffold application code until I explicitly approve the Phase 1 brief.
- Approve the Phase 1 brief before any app scaffold. If the agent starts writing application code early, stop it and paste the kickoff line again.
What “it worked” looks like
.forgetrail/FORGETRAIL_LITE.mdis presentdocs/GENESIS.mdis present.forgetrail/workflow_tracking.jsonexistsdocs/PHASE_1_BRIEF.mddrafted from your Genesis (or clearly in progress)- The agent asked for approval before scaffolding
Stuck? Open a Try ForgeTrail checklist issue and mark how far you got.
MCP (optional, later)
When you have cloned the ForgeTrail repo and want always-current tools in the IDE, see MCP setup. First chat: Call getNewProjectKickoff and set up the project.