Skip to content

Instantly share code, notes, and snippets.

@praneybehl
Forked from GuiBibeau/1.txt
Created April 10, 2025 05:53
Show Gist options
  • Save praneybehl/8de95b3a75834d6b7ef2523927c7735f to your computer and use it in GitHub Desktop.
Save praneybehl/8de95b3a75834d6b7ef2523927c7735f to your computer and use it in GitHub Desktop.
Vibe architecting prompts
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>
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>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment