scaffold_project_docs
Generate architecture, phase-wise task, and test case documents in the workspace from project requirements, establishing the initial project plan prior to graph creation.
Instructions
Generate standard project documentation files (Architecture/ER Diagram, Phase-wise Tasks, and Test Cases) in the project workspace based on provided project requirements. Useful for initializing a project plan before creating the graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phaseTasks | No | List of phase-wise task files to create (e.g. PHASE_1.md, PHASE_2.md) | |
| targetDirectory | No | Absolute path to the project directory where docs will be saved (defaults to current working directory) | |
| testCasesContent | No | Markdown content for TEST_CASES.md | |
| architectureContent | No | Markdown content for ARCHITECTURE.md or ER_DIAGRAM.md | |
| architectureFileName | No | Filename for the architecture document (e.g. ARCHITECTURE.md or ER_DIAGRAM.md) |