You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -147,7 +147,6 @@ You will be prompted to select the AI agent you are using. You can also proactiv
147
147
specify init <project_name> --ai claude
148
148
specify init <project_name> --ai gemini
149
149
specify init <project_name> --ai copilot
150
-
specify init <project_name> --ai augment-ide
151
150
specify init <project_name> --ai auggie
152
151
# Or in current directory:
153
152
specify init --here --ai claude
@@ -167,8 +166,6 @@ Go to the project folder and run your AI agent. In our example, we're using `cla
167
166
168
167
You will know that things are configured correctly if you see the `/specify`, `/plan`, and `/tasks` commands available.
169
168
170
-
**For Augment IDE users:** Open the project in Visual Studio Code or JetBrains with the Augment extension installed. The commands will be available in `.augment/commands/` and `.claude/commands/` directories.
171
-
172
169
**For Auggie CLI users:** Use commands like `auggie /specify`, `auggie /plan`, and `auggie /tasks` from the terminal. Commands are available in the `.augment/commands/` directory.
173
170
174
171
The first step should be creating a new project scaffolding. Use `/specify` command and then provide the concrete requirements for the project you want to develop.
→ If NEEDS CLARIFICATION remain: ERROR "Resolve unknowns"
19
-
5. Execute Phase 1 → contracts, data-model.md, quickstart.md, agent-specific template file (e.g., `CLAUDE.md` for Claude Code, `.github/copilot-instructions.md` for GitHub Copilot, `GEMINI.md` for Gemini CLI, `.augment-guidelines` for Augment IDE, or `.augment/guidelines.md` for Auggie CLI).
19
+
5. Execute Phase 1 → contracts, data-model.md, quickstart.md, agent-specific template file (e.g., `CLAUDE.md` for Claude Code, `.github/copilot-instructions.md` for GitHub Copilot, `GEMINI.md` for Gemini CLI, or `.augment/guidelines.md` for Auggie CLI).
20
20
6. Re-evaluate Constitution Check section
21
21
→ If new violations: Refactor design, return to Phase 1
0 commit comments