Need help about dev life cycle #23
-
|
Currently, I’m trying ai-devkit with Cursor/Antigravity and have a question. For example, when I run the command "/new-requirement Some feature", the devkit generates a markdown file. If there are items at the end of the requirement that need clarification, should I edit the markdown directly, or should I respond to the agent in chat to clarify them? Is it the same the other way around for degisn, plan, test, ...? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @lhn153, thank you for your question.
In an agentic workflow, I recommend responding in chat. Let the agent drive the clarification loop. It will keep asking questions until the requirement is clear enough to move forward. When you run
Yes. The same principle applies across all phases. Clarify in chat, let the agent update the artifact. Tip: If you use the Let me know if you have any further questions. |
Beta Was this translation helpful? Give feedback.
Hi @lhn153, thank you for your question.
In an agentic workflow, I recommend responding in chat.
Let the agent drive the clarification loop. It will keep asking questions until the requirement is clear enough to move forward.
When you run
/review-requirementor/review-design, the agent automatically surfaces the remaining open questions.Yes. The same principle applies across all phases. Clarify in chat, let the agent update the artifact.
Tip: If you use…