multilingual-absa / .opencode /command /gsd-new-project.md
Aryan Mishra
feat: initial commit - Multilingual ABSA project setup with 6 phases, 36 requirements
a6b96c2
|
Raw
History Blame Contribute Delete
1.8 kB
---
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>