Feature hasn't been suggested before.
Describe the enhancement you want to request
The /init command generates an AGENTS.md file, but the quality depends heavily on the user knowing what to include. A guided/interactive flow would help users create high-signal AGENTS.md files.
Suggested approach:
-
Interactive prompts during /init: After the user types /init, present a series of questions:
- What is the main goal of this project?
- What are the key conventions or patterns used?
- Are there any critical files or directories the agent should know about?
- Any preferred workflows or build commands?
-
Template-based generation: Use answers to fill a structured AGENTS.md template with sections for project overview, conventions, critical paths, and workflows.
-
Preview before save: Show the generated content and let the user edit before saving.
This complements the bug fix in #19341 (/init truncation). This request is about improving the quality of the generated AGENTS.md content, not fixing truncation.
Feature hasn't been suggested before.
Describe the enhancement you want to request
The /init command generates an AGENTS.md file, but the quality depends heavily on the user knowing what to include. A guided/interactive flow would help users create high-signal AGENTS.md files.
Suggested approach:
Interactive prompts during /init: After the user types /init, present a series of questions:
Template-based generation: Use answers to fill a structured AGENTS.md template with sections for project overview, conventions, critical paths, and workflows.
Preview before save: Show the generated content and let the user edit before saving.
This complements the bug fix in #19341 (/init truncation). This request is about improving the quality of the generated AGENTS.md content, not fixing truncation.