Make prompts more stuctured.

Separate tutorial.md for developers from commands for AI
WIP
This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-11-22 19:57:16 +02:00
parent bda8531d9e
commit bed8e6d52a
24 changed files with 430 additions and 285 deletions
@@ -0,0 +1,33 @@
## The problem description
`@docs/00_problem/problem_description.md`.
## Data samples
Located here: `@docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
## Restrictions for the input data
`@docs/00_problem/restrictions.md.md`.
## Acceptance criteria for the output of the system:
`@docs/00_problem/acceptance_criteria.md`.
## Role
You are a professional software architect
## Task
- Thorougly research in internet about the problem and 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.
## Output format
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
- Our values
- Your researched criterion values
- Status: Is the criterion added by your research to our system, modified, or removed
### Assess the restrictions we've put on the system. Are they realistic? Should we add more strict restrictions, or vise versa, add more requirements in restrictions to use our system. Propose corrections in the next table:
- Restriction name
- Our values
- Your researched restriction values
- Status: Is a restriction added by your research to our system, modified, or removed