Spaces:
Runtime error
Runtime error
File size: 1,803 Bytes
a6b96c2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | ---
description: Initialize a new project with deep context gathering and PROJECT.md
argument-hint: "[--auto]"
requires: [config, phase, plan-phase]
tools:
read: true
bash: true
write: true
agent: true
question: true
---
<runtime_note>
**Copilot (VS Code):** Use `vscode_askquestions` wherever this workflow calls `question`. They are equivalent β `vscode_askquestions` is the VS Code Copilot implementation of the same interactive question API.
</runtime_note>
<context>
**Flags:**
- `--auto` β Automatic mode. After config questions, runs research β requirements β roadmap without further interaction. Expects idea document via @ reference.
</context>
<objective>
Initialize a new project through unified flow: questioning β research (optional) β requirements β roadmap.
**Creates:**
- `.planning/PROJECT.md` β project context
- `.planning/config.json` β workflow preferences
- `.planning/research/` β domain research (optional)
- `.planning/REQUIREMENTS.md` β scoped requirements
- `.planning/ROADMAP.md` β phase structure
- `.planning/STATE.md` β project memory
**After this command:** Run `/gsd-plan-phase 1` to start execution.
</objective>
<execution_context>
@/Users/theogengineer/Projects/Multilingual-Absa/.opencode/gsd-core/workflows/new-project.md
@/Users/theogengineer/Projects/Multilingual-Absa/.opencode/gsd-core/references/questioning.md
@/Users/theogengineer/Projects/Multilingual-Absa/.opencode/gsd-core/references/ui-brand.md
@/Users/theogengineer/Projects/Multilingual-Absa/.opencode/gsd-core/templates/project.md
@/Users/theogengineer/Projects/Multilingual-Absa/.opencode/gsd-core/templates/requirements.md
</execution_context>
<process>
Execute end-to-end.
Preserve all workflow gates (validation, approvals, commits, routing).
</process>
|