appiq-solution 1.0.8 โ†’ 1.0.9

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.
Files changed (2) hide show
  1. package/README.md +138 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,138 @@
1
+ # ๐Ÿš€ APPIQ SOLUTION - The Ultimate AI Agent Framework
2
+ *Built with โค๏ธ based on the amazing Bmad-Method*
3
+
4
+ [![Version](https://img.shields.io/npm/v/appiq-solution?color=blue&label=version)](https://www.npmjs.com/package/appiq-solution)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/bmadcode/BMAD-METHOD/blob/main/LICENSE)
6
+ [![Security](https://img.shields.io/badge/Security-First-green.svg)](https://www.npmjs.com/package/appiq-solution)
7
+
8
+ ## โšก One-Command Installation (10 Seconds)
9
+
10
+ ```bash
11
+ npx appiq-solution install
12
+ ```
13
+
14
+ **Das war's!** ๐ŸŽฏ Die einfachste AI-Agent Installation der Welt.
15
+
16
+ ## ๐Ÿ†• **Was ist neu in v1.0.8?**
17
+ - โœ… **Security-First**: Keine API-Keys im Code gespeichert
18
+ - โœ… **Multi-IDE Support**: 8+ IDEs automatisch konfiguriert
19
+ - โœ… **Smart MCP Integration**: Agenten wissen, welche MCPs sie nutzen kรถnnen
20
+ - โœ… **Planning Workflow**: Projektidee โ†’ Plan โ†’ Freigabe โ†’ Entwicklung
21
+ - โœ… **Flutter Support**: Dart MCP, Clean Architecture, Cubit patterns
22
+ - โœ… **Modern Web**: shadcn/ui, v0.dev, Tailwind CSS integration
23
+
24
+ ## ๐ŸŽฎ Was passiert automatisch?
25
+
26
+ ### 1. **๐Ÿ” Intelligente Projekt-Erkennung**
27
+ - โœ… **Automatisch erkennt:** Greenfield vs. Brownfield
28
+ - โœ… **Analysiert:** Bestehenden Code, Dokumentation, Tech-Stack
29
+ - โœ… **Empfiehlt:** Optimalen Workflow fรผr Ihr Projekt
30
+
31
+ ### 2. **๐Ÿ› ๏ธ Multi-IDE Integration (8+ IDEs)**
32
+ - โœ… **Cursor** โ†’ `.cursor/rules/` mit `.mdc` Dateien
33
+ - โœ… **Claude Code CLI** โ†’ Gemini CLI-kompatible Konfiguration
34
+ - โœ… **Windsurf** โ†’ `.windsurf/rules/` mit `.md` Dateien
35
+ - โœ… **VS Code + Cline** โ†’ `.clinerules/` mit `.md` Dateien
36
+ - โœ… **Trae** โ†’ `.trae/` Konfiguration
37
+ - โœ… **Roo Code** โ†’ `.roo/` Konfiguration
38
+ - โœ… **Gemini CLI** โ†’ `.gemini/settings.json`
39
+ - โœ… **GitHub Copilot** โ†’ VS Code Settings Integration
40
+
41
+ ### 3. **๐Ÿ”Œ Smart MCP Integration (Security-First)**
42
+ - โœ… **Agent-Awareness**: Agenten wissen, welche MCPs sie nutzen kรถnnen
43
+ - โœ… **Keine Auto-Konfiguration**: Sie konfigurieren MCPs manuell in Ihrer IDE
44
+ - โœ… **Keine API-Keys**: Sichere Integration ohne Secrets im Code
45
+ - โœ… **Flutter-Optimiert**: Dart MCP automatisch erkannt fรผr Flutter-Projekte
46
+
47
+ ## ๐Ÿš€ Super Einfache Nutzung
48
+
49
+ ### Schritt 1: Installation (10 Sekunden)
50
+ ```bash
51
+ npx appiq-solution install
52
+ ```
53
+
54
+ ### Schritt 2: Starten Sie den Smart Launcher
55
+ ```bash
56
+ # In Ihrer IDE (Cursor, Claude Code, Windsurf, etc.):
57
+ @smart-launcher
58
+ ```
59
+
60
+ ### Schritt 3: Folgen Sie dem intelligenten Workflow
61
+ ```bash
62
+ # Das System fรผhrt Sie automatisch durch:
63
+ # 1. Projektidee eingeben
64
+ # 2. Tech-Stack auswรคhlen (oder automatisch erkennen)
65
+ # 3. IDE(s) auswรคhlen (Multi-Select mรถglich!)
66
+ # 4. Plan generieren lassen
67
+ # 5. Plan freigeben
68
+ # 6. Entwicklung starten mit optimalen Agents
69
+ ```
70
+
71
+ **Das war's!** ๐ŸŽ‰ Alles andere passiert automatisch.
72
+
73
+ ## ๐ŸŽฏ **Verfรผgbare MCP Server (Agent-Awareness)**
74
+
75
+ Ihre Agenten wissen รผber diese MCPs Bescheid (Sie konfigurieren sie manuell):
76
+
77
+ - **๐Ÿง  Sequential Thinking**: Complex problem solving
78
+ - **๐ŸŒ Puppeteer**: Browser automation and testing
79
+ - **๐Ÿ”— Claude Continuity**: Enhanced thread continuity
80
+ - **๐Ÿ’พ Extended Memory**: Enhanced AI memory capabilities
81
+ - **โœจ 21st.dev Magic**: UI builder like v0 in your IDE
82
+ - **๐Ÿ“ฑ Dart MCP**: Flutter/Dart development (auto-detected for Flutter projects)
83
+ - **๐Ÿ”ฅ Firebase**: Auth, Firestore, Functions integration
84
+ - **โšก Supabase**: Database, auth, storage
85
+ - **๐Ÿ“š Context7**: Up-to-date library documentation
86
+ - **๐Ÿ’ณ Stripe**: Payment integration
87
+
88
+ ## ๐Ÿค– Optimierte Agents
89
+
90
+ | Agent | Kommando | Funktion |
91
+ |-------|----------|----------|
92
+ | **Smart Launcher** | `@smart-launcher` | Intelligenter Projekt-Start |
93
+ | **Project Manager** | `/prd` | PRD & Dokumentation |
94
+ | **System Architect** | `/architecture` | Technische Architektur |
95
+ | **Story Master** | `/story` | User Stories & Sprints |
96
+ | **Senior Developer** | `/code` | Code Implementation |
97
+ | **QA Expert** | `/test` | Testing & Validierung |
98
+
99
+ ## ๐Ÿ’ก Warum APPIQ Solution?
100
+
101
+ ### โŒ **Vorher (BMAD-METHOD komplex):**
102
+ - โœ— Komplexer Web-Client Setup
103
+ - โœ— Manuelle Agent-Auswahl
104
+ - โœ— Separate MCP-Konfiguration
105
+ - โœ— Viele manuelle Schritte
106
+ - โœ— Unklare IDE-Integration
107
+
108
+ ### โœ… **Jetzt (APPIQ SOLUTION einfach):**
109
+ - โœ… **Ein Kommando:** `npx appiq-solution install`
110
+ - โœ… **Multi-IDE Support:** 8+ IDEs automatisch konfiguriert
111
+ - โœ… **Smart MCP Integration:** Agent-Awareness ohne Auto-Config
112
+ - โœ… **Security-First:** Keine API-Keys im Code
113
+ - โœ… **Planning Workflow:** Projektidee โ†’ Plan โ†’ Freigabe โ†’ Entwicklung
114
+ - โœ… **Modern Tech Stacks:** Flutter, React, Vue, shadcn/ui, v0.dev
115
+
116
+ ## ๐Ÿ”— **Links & Resources**
117
+
118
+ - **๐Ÿ“ฆ NPM Package**: [https://www.npmjs.com/package/appiq-solution](https://www.npmjs.com/package/appiq-solution)
119
+ - **๐Ÿ—๏ธ Original BMAD-METHOD**: [https://github.com/bmadcode/BMAD-METHOD](https://github.com/bmadcode/BMAD-METHOD)
120
+ - **๐Ÿ’ฌ Discord Community**: [https://discord.gg/gk8jAdXWmj](https://discord.gg/gk8jAdXWmj)
121
+
122
+ ## ๐ŸŽ‰ **Fazit**
123
+
124
+ APPIQ Solution ist die einfachste, sicherste und modernste Art, AI-Agenten fรผr die Entwicklung zu nutzen. Mit nur einem Befehl erhalten Sie:
125
+
126
+ - โœ… **One-Command Installation** - 10 Sekunden Setup
127
+ - โœ… **Multi-IDE Support** - 8+ IDEs automatisch konfiguriert
128
+ - โœ… **Smart MCP Integration** - Security-First Approach
129
+ - โœ… **Modern Tech Stacks** - Flutter, React, Vue, shadcn/ui, v0.dev
130
+ - โœ… **Full BMAD Flow** - Planning โ†’ Approval โ†’ Development
131
+
132
+ **Bereit loszulegen?**
133
+ ```bash
134
+ npx appiq-solution install
135
+ ```
136
+
137
+ *APPIQ Solution - Die Zukunft der AI-gestรผtzten Entwicklung.*
138
+ *Built with โค๏ธ based on the amazing Bmad-Method*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appiq-solution",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "๐Ÿš€ Super einfache KI-Agent Installation mit One-Click Workflows - Built with โค๏ธ based on Bmad-Method",
5
5
  "main": "tools/appiq-installer.js",
6
6
  "bin": {