appiq-solution 1.0.4 โ†’ 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,162 +0,0 @@
1
- # ๐Ÿš€ Appiq Solution - Super Einfache KI-Agent Installation
2
-
3
- *Built with โค๏ธ based on the amazing Bmad-Method*
4
-
5
- ## โšก One-Command Installation
6
-
7
- ```bash
8
- npx appiq-solution install
9
- ```
10
-
11
- **Das war's!** ๐ŸŽฏ Kein komplizierter Setup mehr.
12
-
13
- ## ๐ŸŽฎ Was passiert automatisch?
14
-
15
- ### 1. **๐Ÿ” Intelligente Projekt-Erkennung**
16
- - โœ… **Automatisch erkennt:** Greenfield vs. Brownfield
17
- - โœ… **Analysiert:** Bestehenden Code, Dokumentation, Tech-Stack
18
- - โœ… **Empfiehlt:** Optimalen Workflow fรผr Ihr Projekt
19
-
20
- ### 2. **๐Ÿ› ๏ธ IDE-Integration (One-Click)**
21
- - โœ… **Cursor** โ†’ `.cursor/rules/` mit `.mdc` Dateien
22
- - โœ… **Claude Code** โ†’ `.claude/commands/Appiq/` mit `.md` Dateien
23
- - โœ… **Windsurf** โ†’ `.windsurf/rules/` mit `.md` Dateien
24
- - โœ… **VS Code + Cline** โ†’ `.clinerules/` mit `.md` Dateien
25
-
26
- ### 3. **๐Ÿ“ Automatische Datei-Organisation**
27
-
28
- **Neue Projekte (Greenfield):**
29
- ```
30
- your-project/
31
- โ”œโ”€โ”€ docs/
32
- โ”‚ โ”œโ”€โ”€ prd.md โ† PRD wird hier erstellt
33
- โ”‚ โ”œโ”€โ”€ architecture.md โ† Architektur wird hier erstellt
34
- โ”‚ โ””โ”€โ”€ stories/ โ† User Stories werden hier erstellt
35
- โ”œโ”€โ”€ appiq-solution/
36
- โ”‚ โ”œโ”€โ”€ agents/ โ† Optimierte KI-Agents
37
- โ”‚ โ””โ”€โ”€ commands/ โ† One-Click Kommandos
38
- โ””โ”€โ”€ .cursor/rules/ โ† IDE-spezifische Integration
39
- ```
40
-
41
- **Bestehende Projekte (Brownfield):**
42
- ```
43
- your-existing-project/
44
- โ”œโ”€โ”€ docs/ โ† Bestehende Docs werden gescannt
45
- โ”‚ โ”œโ”€โ”€ prd.md โ† PRD falls vorhanden, sonst erstellt
46
- โ”‚ โ””โ”€โ”€ architecture.md โ† Architektur-Review
47
- โ”œโ”€โ”€ appiq-solution/ โ† Neue Appiq Solution Installation
48
- โ””โ”€โ”€ .cursor/rules/ โ† IDE Integration (nicht-invasiv)
49
- ```
50
-
51
- ## ๐Ÿš€ Super Einfache Nutzung
52
-
53
- ### Schritt 1: Installation
54
- ```bash
55
- npx appiq-solution install
56
- ```
57
-
58
- ### Schritt 2: Agent laden (Cursor Beispiel)
59
- ```bash
60
- # Appiq Launcher ist bereits in .cursor/rules/smart-launcher.mdc
61
- # Einfach in Cursor sagen: "Agiere als Appiq Launcher"
62
- ```
63
-
64
- ### Schritt 3: One-Command Start
65
- ```bash
66
- # Fรผr NEUE Projekte:
67
- /start
68
-
69
- # Fรผr BESTEHENDE Projekte:
70
- /analyze
71
- ```
72
-
73
- **Das war's!** ๐ŸŽ‰ Das System fรผhrt Sie automatisch durch alles.
74
-
75
- ## ๐ŸŽฏ One-Click Workflows
76
-
77
- ### Greenfield (Neue Projekte)
78
- ```
79
- /start โ†’ PRD โ†’ Architektur โ†’ Stories โ†’ Code โ†’ Tests
80
- ```
81
-
82
- ### Brownfield (Bestehende Projekte)
83
- ```
84
- /analyze โ†’ Review โ†’ Neue Features โ†’ Integration โ†’ Tests
85
- ```
86
-
87
- ## ๐Ÿค– Optimierte Agents
88
-
89
- | Agent | Kommando | Funktion |
90
- |-------|----------|----------|
91
- | **Appiq Launcher** | `/start` | Intelligenter Projekt-Start |
92
- | **Project Manager** | `/prd` | PRD & Dokumentation |
93
- | **System Architect** | `/architecture` | Technische Architektur |
94
- | **Story Master** | `/story` | User Stories & Sprints |
95
- | **Senior Developer** | `/code` | Code Implementation |
96
- | **QA Expert** | `/test` | Testing & Validierung |
97
-
98
- ## ๐Ÿ’ก Warum Appiq Solution?
99
-
100
- ### โŒ **Vorher (Kompliziert):**
101
- - โœ— Komplexer Web-Client Setup
102
- - โœ— Unklare Anweisungen
103
- - โœ— Viele manuelle Schritte
104
- - โœ— Verwirrende Datei-Organisation
105
-
106
- ### โœ… **Jetzt (Super Einfach):**
107
- - โœ… **Ein Kommando:** `npx appiq-solution install`
108
- - โœ… **Automatische Erkennung:** Greenfield/Brownfield
109
- - โœ… **Klare Anweisungen:** Wo gehรถrt was hin
110
- - โœ… **One-Click Workflows:** Alles automatisiert
111
-
112
- ## ๐Ÿ†˜ Hilfe & Support
113
-
114
- ### Quick Commands
115
- - **`/help`** - Alle verfรผgbaren Kommandos
116
- - **`/status`** - Aktueller Projekt-Status
117
- - **`/next`** - Nรคchster Schritt
118
-
119
- ### Troubleshooting
120
- ```bash
121
- # Installation prรผfen
122
- ls appiq-solution/
123
-
124
- # Agent-Liste anzeigen
125
- ls appiq-solution/agents/
126
-
127
- # IDE-Integration prรผfen
128
- ls .cursor/rules/ # fรผr Cursor
129
- ls .claude/commands/ # fรผr Claude Code
130
- ```
131
-
132
- ## ๐ŸŽฎ Beispiel-Session
133
-
134
- ```bash
135
- # Installation
136
- $ npx appiq-solution install
137
- ๐Ÿ” Projekt-Analyse... โ†’ Brownfield erkannt
138
- ๐Ÿ› ๏ธ IDE: Cursor ausgewรคhlt
139
- โœ… Installation abgeschlossen!
140
-
141
- # In Cursor IDE
142
- > "Agiere als Appiq Launcher"
143
- > /analyze
144
-
145
- ๐Ÿ” Analyzing existing project...
146
- โœ… Found: package.json (Node.js project)
147
- โœ… Found: src/ directory with React components
148
- โœ… Missing: PRD documentation
149
- ๐Ÿ“‹ Recommendation: Create PRD first, then add new features
150
-
151
- > /prd
152
-
153
- ๐Ÿ“ Creating PRD for existing React project...
154
- โœ… PRD created: docs/prd.md
155
- ๐ŸŽฏ Next: /architecture to review technical setup
156
- ```
157
-
158
- **So einfach ist das!** ๐Ÿš€
159
-
160
- ---
161
- *Appiq Solution - Entwicklung war nie einfacher.*
162
- *Built with โค๏ธ based on Bmad-Method*