| description | Run interview-first initialization for organization and project docs | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| system4d |
|
Initialize organization and project docs from interactive intake.
Startup intent (if provided): $@
Steps:
- Read
docs/org/project-docs-intake.questions.json. - If startup intent is non-empty, create
docs/org/project-docs-intake.runtime.questions.jsonwith one prepended question:id:startup_intent_confirmationtype:textquestion:Startup intent captured: <startup intent>. Confirm or refine this intent before continuing.
- Run the
interviewtool:questions: runtime file from step 2 if created, otherwisedocs/org/project-docs-intake.questions.jsontimeout:900
- Use interview responses to update these files:
docs/org/operating_model.mddocs/project/foundation.mddocs/project/vision.mddocs/project/strategic_goals.mddocs/project/tactical_goals.md
- Keep wording fully in English.
- Keep organization purpose separate from project purpose.
- Keep output compact.
- Run
bash ./scripts/validate-structure.sh.