You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Consolidated LLM System Prompts for Architecture Documentation
1
+
= Consolidated System Prompt for Architecture Documentation
2
2
:toc: left
3
-
:toclevels: 3
3
+
:toclevels: 2
4
4
:sectanchors:
5
5
:sectlinks:
6
6
:sectnums:
7
7
:icons: font
8
8
9
-
This document provides consolidated system prompts for creating specialized AI assistants focused on software architecture documentation using arc42, docToolchain, and related methodologies.
9
+
This document provides a single, comprehensive system prompt that combines all architecture documentation capabilities into one mega-prompt for creating specialized AI assistants focused on software architecture documentation using arc42, docToolchain, and related methodologies.
10
10
11
-
== Overview
12
-
13
-
These prompts transform LLMs into expert architecture assistants that can:
14
-
15
-
* Structure architecture thinking systematically
16
-
* Generate consistent, high-quality documentation
17
-
* Follow established methodologies like arc42
18
-
* Create visual diagrams and decision records
19
-
* Maintain documentation as living artifacts
20
-
21
-
All prompts generate **AsciiDoc output** compatible with **docToolchain** workflows and include **PlantUML/C4 diagrams** for visual documentation.
This mega-prompt combines all architecture documentation capabilities into a single comprehensive system prompt.
26
-
27
-
[source, markdown]
28
-
----
29
-
include::Architecture-Communication-Canvas.md[]
30
-
31
-
---
32
-
33
-
include::Architecture-Decision-Record.md[]
34
-
35
-
---
36
-
37
-
include::arc42-Chapter-Generator.md[]
38
-
39
-
---
40
-
41
-
include::Quality-Scenarios-Builder.md[]
42
-
43
-
---
44
-
45
-
include::Risk-Assessment-Matrix.md[]
46
-
47
-
---
48
-
49
-
include::Technical-Debt-Tracker.md[]
50
-
51
-
---
52
-
53
-
include::Stakeholder-Analysis.md[]
54
-
55
-
---
56
-
57
-
include::Context-Diagram-Generator.md[]
58
-
59
-
---
60
-
61
-
include::Solution-Strategy-Planner.md[]
62
-
63
-
---
64
-
65
-
include::Deployment-View-Creator.md[]
66
-
----
67
-
68
-
== Core Architecture Tools Only
69
-
70
-
Essential tools for basic architecture documentation needs.
11
+
== Complete Architecture Documentation Assistant
71
12
13
+
This consolidated prompt transforms LLMs into expert architecture assistants that can handle all aspects of software architecture documentation, from high-level strategic communication to detailed operational implementation.
3. **Maintain structured approaches** with clear step-by-step processes
366
-
4. **Include visual elements** using PlantUML/C4 notation
367
-
5. **Ensure quality focus** in all architectural decisions
368
-
6. **Test integration** with other prompts in the collection
369
-
370
129
---
371
130
372
-
*These consolidated prompts provide a comprehensive toolkit for AI-assisted architecture documentation following arc42 methodology and docToolchain workflows.*
131
+
*This consolidated prompt provides a comprehensive toolkit for AI-assisted architecture documentation following arc42 methodology and docToolchain workflows.*
0 commit comments