Scaffold project tracking docs
scaffold_project_docsWrites PROJECT.md, ENVIRONMENT.md, PROGRESS.md, and BUGS_AND_FIXES.md into a project directory, populated from a session's scope, architecture, schema, and roadmap.
Instructions
Write PROJECT.md, ENVIRONMENT.md, PROGRESS.md, and BUGS_AND_FIXES.md into a target project directory, filled in from a finished session's scope/architecture/schema/roadmap. Call this once, right after generate_roadmap finalizes, at the point where the human is about to start actually implementing the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | If true, overwrite any of the 4 files that already exist. Default false (existing files are left untouched). | |
| session_id | Yes | ||
| target_dir | Yes | Absolute path to the project directory the docs should be written into. Created if it doesn't exist. |