update prompts

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-11-22 06:26:33 +02:00
parent 30339402f7
commit d49520bb71
15 changed files with 397 additions and 499 deletions
+7 -6
View File
@@ -40,12 +40,12 @@
- Samples of the input data
Run it in DeepResearch tool (Gemini, DeepSeek, or other)
```
We have the problem described in `problem_description.md`.
The problem is described in `problem_description.md`.
- System should process data samples in the attached files (if any). They are for reference only.
- Restrictions for the input data are stated in `restrictions.md`.
- Acceptance criteria for the output of the system are stated in `acceptance_criteria.md`.
Check how realistic these acceptance criteria are.
Check how critical each criterion is. Find out more acceptance criteria for this specific domain.
You are a professional software architect. Your task is to check how realistic these acceptance criteria are. Check how critical each criterion is. Find out more acceptance criteria for this specific domain.
Research the impact of each value in the acceptance criteria on the whole system quality.
Assess acceptable ranges for each value in each acceptance criterion in the state-of-the-art solutions, and propose corrections in the next table:
- Acceptance criterion name
@@ -66,7 +66,7 @@ We have the problem described in `problem_description.md`.
Put to the research context samples of the input data
Run it in DeepResearch tool (Gemini, DeepSeek, or other)
```
Research this problem:
The problem is described here:
`problem_description.md`
@@ -79,7 +79,8 @@ We have the problem described in `problem_description.md`.
`acceptance_criteria.md`
- Find out all the state-of-the-art solutions for this problem and produce the resulting solution draft in the next format:
You are a professional software architect. Your task is to research all the possible ways to solve a problem, possibly split it to subproblems and research all the possible ways to solve subproblems respectfully, and find out most efficient state-of-the-art solutions.
Produce the resulting solution draft in the next format:
- Short Product solution description. Brief component interaction diagram.
- Architecture approach that meets restrictions and acceptance criteria. For each component, analyze the best possible approaches to solve, and form a table comprising all approaches. Each new approach would be a row, and has the next columns:
- Tools (library, platform) to solve component tasks
@@ -115,7 +116,7 @@ Read carefully about the problem:
`solution_draft.md`
Identify all potential weak points and problems. Address them and find out ways to solve them. Based on your findings, form a new solution draft in the same format.
You are a professional software architect. Your task is to identify all potential weak points and problems. Address them and find out ways to solve them. Based on your findings, form a new solution draft in the same format.
If your finding requires a complete reorganization of the flow and different components, state it.
Put all the findings regarding what was weak and poor at the beginning of the report. Put here all new findings, what was updated, replaced, or removed from the previous solution.