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

A newer version of the Gradio SDK is available: 6.26.0

Upgrade
metadata
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
**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. **Flags:** - `--auto` β€” Automatic mode. After config questions, runs research β†’ requirements β†’ roadmap without further interaction. Expects idea document via @ reference. 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.

@/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 Execute end-to-end. Preserve all workflow gates (validation, approvals, commits, routing).