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
@@ -46,7 +47,7 @@ This repository is used to create technical design documents using AI Agent mode
46
47
1. Open this repository in an IDE that supports AI Agent mode (e.g., VS Code + GitHub Copilot)
47
48
2. Switch to Agent mode (select `Agent` mode in GitHub Copilot Chat)
48
49
3. Describe your technical design requirements to the Agent, for example:
49
-
> "Please create a technical design document for [your feature] based on the `templates/tech-design-template.md` template, and save it to the `docs/` directory."
50
+
> "Please create a technical design document for [your feature] based on the `templates/tech-design-template.md` template, and save it to `docs/[feature-name]/tech-design.md`."
50
51
4. The Agent will automatically generate the technical design document and save it to the `docs/` directory
0 commit comments