Spaces:
Runtime error
Runtime error
Aryan Mishra
feat: initial commit - Multilingual ABSA project setup with 6 phases, 36 requirements
a6b96c2 A newer version of the Gradio SDK is available: 6.26.0
metadata
**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.
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
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.