This prompt require two things – detailed project_prd.md, and AGENTS.md with all additional instructions.
Some of instructions aka rules I prefer are also mentioned in this prompt.
ATTENTION: You likely shuld adopt this prompt for YOUR project needs, espetially list in `Development Phases`
But I highly encourage you to preserve all the mentioned development principles.
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
| Here is a list of some good software design and system design subjects I would like to cover in my blog: | |
| https://wannahack.in/ | |
| Software design topics: | |
| 1) General post about system documentation - diagrams, ADR, event-modeling. | |
| 2) General post about Software Architecture - what it is? What it is not? | |
| 3) Agile in software development and architerure. | |
| 4) Abstract data type - how to design classes correctly and based on which abstractions (ooap1) |