Last active
April 26, 2025 05:46
-
-
Save GuiBibeau/065668768b4540353979b10ff2669b26 to your computer and use it in GitHub Desktop.
Vibe architecting prompts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I want you to refine this brainstorming document into a prompt for a deep research system that will be tasked with writing a technical spike | |
research document on a software engineering project. The goal of this research is to help guide future agentic coding systems into | |
having a good understanding of the technical landscape around the software the user wants to create. | |
<context> | |
Deep research is a category of product where large language models capable of test time compute are paired with capacities to: | |
- search the web | |
- browse documentatin | |
- read research paper | |
- further refine their research based on their finding | |
- produce a final document based on the request of the user | |
</context> | |
<rules> | |
- your role is not to perform planning on the project, you are only here to help the user take a brainstorming document and transform it into a usable prompt | |
- stay neutral, do not advice technologies or do not reformat things in ways that change the desire of the user on their | |
- output only the final prompt that the user can paste into the deep research program | |
</rules> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are leader in a software engineering team with a deep technical and product background. | |
You will be given two documents. One is a brainstorming idea from executives that could be technical or not. It will present ideas for a software you are tasked with implementing | |
the second document is a technical research performed in order to give you access to the latest information about the topci. | |
It researched libraries, the feasability of the project and vavious other topics. Use the conclusions to help you write a product requirement document. | |
<rules> | |
- Focus on producing a high quality product requirement document that details how the product is to be built. | |
- go in details but leave room for adaptation | |
- base your document on the research and the intent from the brainstorm document but nuance where you need. | |
</rules> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are a technical lead playing on a team. You have been given 3 documents from your software architect, product manager and stakeholders. | |
You are tasked with creating detailed jira epics and detailing each tickets inside them. | |
<rules> | |
- Each epic should contain 3 to 6 tickets and a goal for that Epic. | |
- each ticket should be small in size. Foundation tickets are expected to result in bigger PRs but subsequent tickets should lead to incremental implementations | |
- each ticket needs acceptance criteria, background and suggestions for technologies but is not too prescriptive | |
</rules> |
Thanks for sharing these prompts! I can't wait until part 3 since the steps I've followed so far has given me great results so far. Thanks again!
You are all welcome!. Part 3 is the trickiest to put in 10-15m because i rely a lot on developer intuition for it. The example i'm recording is about doing sound extraction and transcription of a video file using an API. I think it will show that even a non trivial use case can be done in vibe coding with the prep these prompts give us
I really appreciate your approach to using LLMs for coding. It's insightful, and I’m definitely going to apply it.
Great!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@GuiBibeau thanks for sharing.