Forge Execution
Execute a project from *.forge.md step by step with strict checkpoints.
Required flow
- •Ask for project folder path if unclear (absolute path, no assumptions).
- •Read both project docs:
- •
*.forge.md(execution truth) - •
*.md(idea intent)
- •
- •Before coding, create/refresh
<project-folder>/README.mdwith:- •current milestone + iteration focus
- •granular TODOs
- •parallel work split
- •file touch map
- •Execute exactly one iteration chunk at a time.
- •After each chunk:
- •update
README.md - •update
*.forge.md - •update
*.mdif scope changed - •commit before continuing
- •report outcome/changes/blockers
- •ask explicit checkpoint question
- •update
- •Stop on ambiguity and ask precise question.
Execution rules
- •one chunk at a time, no silent batch across milestones
- •minimal concrete changes
- •fail fast if files are missing
- •only edit files inside the chosen project folder
- •README stays current as coordination layer
- •each finished chunk ends with a git commit
Reporting style
short, concrete, checkpoint-driven.