vibes-plug 1.0.0 → 2.11.0

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 (183) hide show
  1. package/.claude/rules/vibes-plug-core.md +32 -0
  2. package/.cursor/rules/vibes-plug-core.mdc +51 -0
  3. package/.cursorrules +42 -0
  4. package/AGENTS.md +96 -0
  5. package/BLUEPRINT.md +309 -125
  6. package/CHANGELOG.md +183 -1
  7. package/CLAUDE.md +70 -0
  8. package/LICENSE +1 -1
  9. package/README.md +641 -263
  10. package/index.js +19 -0
  11. package/package.json +61 -25
  12. package/plugin.json +24 -7
  13. package/scripts/generate_swarm_gif.py +295 -0
  14. package/scripts/install.js +201 -0
  15. package/skills/accessibility-testing-expert/SKILL.md +116 -0
  16. package/skills/ai-cost-token-optimizer/SKILL.md +82 -0
  17. package/skills/ai-evals-benchmark-expert/SKILL.md +188 -0
  18. package/skills/ai-llm-integration-expert/SKILL.md +147 -122
  19. package/skills/ai-media-generation-expert/SKILL.md +172 -0
  20. package/skills/ai-prompt-engineering-expert/SKILL.md +84 -0
  21. package/skills/angular-expert/SKILL.md +148 -0
  22. package/skills/api-design-expert/SKILL.md +316 -309
  23. package/skills/api-gateway-proxy-expert/SKILL.md +81 -0
  24. package/skills/app-analyzer-optimizer/SKILL.md +195 -188
  25. package/skills/apple-ecosystem-expert/SKILL.md +145 -0
  26. package/skills/{asisten_ramah → asisten-ramah}/SKILL.md +7 -1
  27. package/skills/astro-framework-expert/SKILL.md +200 -0
  28. package/skills/async-queue-temporal-expert/SKILL.md +240 -0
  29. package/skills/authentication-identity-expert/SKILL.md +279 -45
  30. package/skills/auto-doc-updater/SKILL.md +219 -203
  31. package/skills/autonomous-chaos-monkey/SKILL.md +63 -0
  32. package/skills/autonomous-red-teamer/SKILL.md +203 -0
  33. package/skills/autonomous-tdd-debugger/SKILL.md +71 -0
  34. package/skills/background-jobs-queue-expert/SKILL.md +235 -0
  35. package/skills/biome-linter-formatter-expert/SKILL.md +89 -0
  36. package/skills/blockchain-web3-expert/SKILL.md +115 -0
  37. package/skills/bootstrap-to-modern/SKILL.md +93 -86
  38. package/skills/brainstorming/SKILL.md +381 -353
  39. package/skills/browser-automation-expert/SKILL.md +222 -0
  40. package/skills/bun-runtime-expert/SKILL.md +7 -1
  41. package/skills/chatbot-messaging-expert/SKILL.md +114 -0
  42. package/skills/ci-cd-devops-architect/SKILL.md +81 -45
  43. package/skills/cloud-hosting-expert/SKILL.md +249 -243
  44. package/skills/coderabbit/SKILL.md +197 -191
  45. package/skills/compliance-gdpr-privacy-expert/SKILL.md +85 -0
  46. package/skills/cron-scheduler-expert/SKILL.md +304 -0
  47. package/skills/data-pipeline-etl-expert/SKILL.md +84 -0
  48. package/skills/data-telemetry-expert/SKILL.md +218 -212
  49. package/skills/data-visualization-expert/SKILL.md +154 -0
  50. package/skills/database-migration-versioning-expert/SKILL.md +90 -0
  51. package/skills/database-orm-expert/SKILL.md +303 -293
  52. package/skills/dependency-upgrade-migrator/SKILL.md +301 -0
  53. package/skills/design-system-architect/SKILL.md +278 -242
  54. package/skills/desktop-electron-expert/SKILL.md +128 -0
  55. package/skills/documentation-site-expert/SKILL.md +59 -0
  56. package/skills/doku-mcp-server/SKILL.md +257 -0
  57. package/skills/doku-payment-gateway/SKILL.md +233 -0
  58. package/skills/domain-driven-design-expert/SKILL.md +82 -0
  59. package/skills/e2e-testing-expert/SKILL.md +320 -314
  60. package/skills/ecommerce-expert/SKILL.md +87 -0
  61. package/skills/edge-serverless-db-expert/SKILL.md +99 -0
  62. package/skills/email-notification-expert/SKILL.md +368 -0
  63. package/skills/error-resilience-expert/SKILL.md +486 -0
  64. package/skills/event-driven-architect/SKILL.md +86 -80
  65. package/skills/feature-flag-analytics-expert/SKILL.md +66 -0
  66. package/skills/file-upload-media-expert/SKILL.md +437 -0
  67. package/skills/firebase-security-expert/SKILL.md +7 -1
  68. package/skills/form-validation-expert/SKILL.md +407 -0
  69. package/skills/fullstack-expert/SKILL.md +260 -201
  70. package/skills/fullstack-expert/references/api_design_guide.md +466 -466
  71. package/skills/fullstack-expert/references/multi_language_backend.md +528 -528
  72. package/skills/fullstack-expert/scripts/api_contract_validator.py +253 -253
  73. package/skills/fullstack-expert/scripts/architecture_analyzer.py +326 -326
  74. package/skills/gemini-agent-booster/SKILL.md +142 -104
  75. package/skills/geospatial-maps-expert/SKILL.md +80 -0
  76. package/skills/global-a11y-i18n-expert/SKILL.md +86 -80
  77. package/skills/glsl-shader-expert/SKILL.md +107 -0
  78. package/skills/go-programming-expert/SKILL.md +300 -294
  79. package/skills/graph-rag-knowledge-expert/SKILL.md +159 -0
  80. package/skills/graphql-apollo-expert/SKILL.md +114 -0
  81. package/skills/headless-cms-expert/SKILL.md +181 -0
  82. package/skills/hig/SKILL.md +193 -187
  83. package/skills/js-backend-expert/SKILL.md +218 -191
  84. package/skills/legacy-code-translator/SKILL.md +71 -0
  85. package/skills/local-slm-edge-ai-expert/SKILL.md +167 -0
  86. package/skills/logging-error-tracking-expert/SKILL.md +344 -0
  87. package/skills/mcp-client-orchestrator/SKILL.md +76 -0
  88. package/skills/mcp-server-architect/SKILL.md +226 -126
  89. package/skills/micro-frontend-architect/SKILL.md +112 -0
  90. package/skills/mobile-expo-expert/SKILL.md +191 -185
  91. package/skills/mobile-push-notification-expert/SKILL.md +71 -0
  92. package/skills/modern-css-native-expert/SKILL.md +189 -0
  93. package/skills/monday-design-aesthetic/SKILL.md +72 -66
  94. package/skills/monorepo-architect/SKILL.md +232 -226
  95. package/skills/mpa-orchestrator/SKILL.md +120 -101
  96. package/skills/multi-agent-orchestration/SKILL.md +173 -153
  97. package/skills/multiple-entry-points/SKILL.md +91 -55
  98. package/skills/mvc-expert/SKILL.md +237 -231
  99. package/skills/n8n-automation-expert/SKILL.md +89 -0
  100. package/skills/nextjs-app-router-expert/SKILL.md +148 -0
  101. package/skills/openapi-swagger-codegen-expert/SKILL.md +67 -0
  102. package/skills/payment-gateway-expert/SKILL.md +129 -45
  103. package/skills/pdf-document-generation-expert/SKILL.md +91 -0
  104. package/skills/performance-web-vitals/SKILL.md +337 -331
  105. package/skills/post-quantum-crypto-migrator/SKILL.md +57 -0
  106. package/skills/prd-architect/SKILL.md +206 -190
  107. package/skills/proactive-background-watcher/SKILL.md +68 -0
  108. package/skills/production-ready-hardener/PRODUCTION_READINESS_REPORT.md +67 -0
  109. package/skills/production-ready-hardener/SKILL.md +461 -468
  110. package/skills/production-ready-hardener/references/production_checklist.md +161 -161
  111. package/skills/production-ready-hardener/scripts/production_readiness_scanner.py +881 -875
  112. package/skills/project-context-mapper/SKILL.md +85 -0
  113. package/skills/pwa-offline-first-expert/SKILL.md +185 -0
  114. package/skills/python-programming-expert/SKILL.md +407 -270
  115. package/skills/rate-limit-abuse-prevention/SKILL.md +377 -0
  116. package/skills/realtime-collaboration-expert/SKILL.md +99 -45
  117. package/skills/rich-text-editor-expert/SKILL.md +177 -0
  118. package/skills/rust-programming-expert/SKILL.md +240 -234
  119. package/skills/saas-billing/SKILL.md +382 -376
  120. package/skills/saas-multi-tenant/SKILL.md +256 -236
  121. package/skills/saas-mvp-launcher/SKILL.md +30 -1
  122. package/skills/saas-transformer/SKILL.md +499 -445
  123. package/skills/saas-transformer/references/billing_integration_guide.md +401 -401
  124. package/skills/saas-transformer/references/feature_gating_patterns.md +137 -137
  125. package/skills/saas-transformer/references/saas_transformation_checklist.md +121 -121
  126. package/skills/saas-transformer/scripts/saas_transformation_scanner.py +39 -29
  127. package/skills/scalability-clean-code/SKILL.md +234 -228
  128. package/skills/search-engine-expert/SKILL.md +89 -0
  129. package/skills/secure-fuzz-testing/SKILL.md +7 -1
  130. package/skills/self-evolving-memory-graph/SKILL.md +91 -0
  131. package/skills/self-healing-cloud-orchestrator/SKILL.md +57 -0
  132. package/skills/senior-frontend/SKILL.md +85 -105
  133. package/skills/seo/SKILL.md +258 -224
  134. package/skills/session-context-loader/SKILL.md +83 -0
  135. package/skills/session-handoff-resume/SKILL.md +163 -157
  136. package/skills/{skill_baru → skill-baru}/SKILL.md +177 -146
  137. package/skills/solidjs-expert/SKILL.md +80 -0
  138. package/skills/spa-orchestrator/SKILL.md +306 -287
  139. package/skills/sse-websocket-streaming-expert/SKILL.md +93 -0
  140. package/skills/state-management-expert/SKILL.md +277 -271
  141. package/skills/supabase-migration/SKILL.md +47 -1
  142. package/skills/supabase-security-expert/SKILL.md +248 -242
  143. package/skills/svelte-sveltekit-expert/SKILL.md +91 -0
  144. package/skills/svg-animation-motion-expert/SKILL.md +115 -0
  145. package/skills/tailwind-expert/SKILL.md +139 -187
  146. package/skills/tanstack-query-expert/SKILL.md +204 -198
  147. package/skills/tauri-expert/SKILL.md +7 -1
  148. package/skills/token-saver/SKILL.md +118 -110
  149. package/skills/typescript-expert/SKILL.md +329 -278
  150. package/skills/ui-components-expert/SKILL.md +166 -63
  151. package/skills/ui-ux-pro-max/SKILL.md +221 -200
  152. package/skills/vector-db-rag-expert/SKILL.md +208 -0
  153. package/skills/vibe-code-gardener/SKILL.md +180 -172
  154. package/skills/visual-qa-vision-agent/SKILL.md +71 -0
  155. package/skills/voice-ai-realtime-agent/SKILL.md +202 -0
  156. package/skills/vue-frontend-expert/SKILL.md +132 -0
  157. package/skills/wasm-edge-computing-expert/SKILL.md +97 -0
  158. package/skills/web-3d-graphics-expert/SKILL.md +137 -0
  159. package/skills/web-game-engine-expert/SKILL.md +102 -0
  160. package/skills/web-scraper/SKILL.md +98 -146
  161. package/skills/website-design-cloner/SKILL.md +180 -0
  162. package/skills/webxr-ar-vr-expert/SKILL.md +123 -0
  163. package/skills/wordpress-headless-expert/SKILL.md +144 -0
  164. package/skills/zero-to-prod-orchestrator/SKILL.md +231 -180
  165. package/skills/zero-trust-secret-vault/SKILL.md +88 -0
  166. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  167. package/CONTRIBUTING.md +0 -199
  168. package/SECURITY.md +0 -21
  169. package/banner.png +0 -0
  170. package/skills/senior-fullstack/SKILL.md +0 -167
  171. package/skills/senior-fullstack/references/architecture_patterns.md +0 -160
  172. package/skills/senior-fullstack/references/development_workflows.md +0 -222
  173. package/skills/senior-fullstack/references/tech_stack_guide.md +0 -190
  174. package/skills/senior-fullstack/scripts/code_quality_analyzer.py +0 -114
  175. package/skills/senior-fullstack/scripts/fullstack_scaffolder.py +0 -114
  176. package/skills/senior-fullstack/scripts/project_scaffolder.py +0 -114
  177. package/skills/seo-aeo-landing-page-writer/SKILL.md +0 -97
  178. package/skills/seo-geo/SKILL.md +0 -188
  179. package/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-310.pyc +0 -0
  180. package/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-312.pyc +0 -0
  181. package/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-310.pyc +0 -0
  182. package/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-312.pyc +0 -0
  183. package/skills/ui_ux_expert/SKILL.md +0 -114
@@ -0,0 +1,144 @@
1
+ ---
2
+ name: wordpress-headless-expert
3
+ description: "Expert guide for headless WordPress architecture — WPGraphQL, ACF Pro, Faust.js, Next.js/Astro frontend, webhooks, and caching / Panduan ahli arsitektur WordPress headless."
4
+ author: "Roedy Rustam"
5
+ ---
6
+
7
+ # WordPress Headless Expert (2026 Edition)
8
+
9
+ [English](#english) | [Bahasa Indonesia](#bahasa-indonesia)
10
+
11
+ ---
12
+
13
+ <a name="english"></a>
14
+ ## English
15
+
16
+ ### Orchestration & Integration
17
+ - **`headless-cms-expert`**: Comparing and migrating between CMS backends.
18
+ - **`nextjs-app-router-expert`**: Next.js App Router integration with WPGraphQL.
19
+ - **`astro-framework-expert`**: Static site generation and content pipelines from WordPress.
20
+ - **`seo`**: Syncing Yoast SEO / Rank Math metadata to modern frontend head tags.
21
+ - **`performance-web-vitals`**: Caching and Edge SSR optimization for decoupled WordPress.
22
+
23
+ ### Description
24
+ Production guide for architecting, deploying, and maintaining headless WordPress systems. Covers decoupled WordPress backends with WPGraphQL and Advanced Custom Fields (ACF Pro), frontend rendering with Next.js 15 or Astro 5, Faust.js framework integration, webhook-triggered on-demand revalidation, authentication (JWT / Application Passwords), and WooCommerce headless setups.
25
+
26
+ ### Trigger Conditions
27
+ - Decoupling an existing WordPress site into a headless architecture with Next.js/Astro.
28
+ - Querying WordPress content using WPGraphQL and ACF Pro field groups.
29
+ - Synchronizing SEO metadata (Yoast / RankMath) with modern frontend metadata APIs.
30
+ - Setting up on-demand ISR revalidation hooks from WordPress publish events.
31
+
32
+ ---
33
+
34
+ ### Core Architecture & Patterns
35
+
36
+ #### 1. WPGraphQL Query Integration (Next.js 15 Server Component)
37
+ ```typescript
38
+ const WP_GRAPHQL_ENDPOINT = process.env.WORDPRESS_API_URL || 'https://cms.example.com/graphql';
39
+
40
+ interface PostPreview {
41
+ id: string;
42
+ title: string;
43
+ slug: string;
44
+ date: string;
45
+ excerpt: string;
46
+ featuredImage?: {
47
+ node: {
48
+ sourceUrl: string;
49
+ altText: string;
50
+ };
51
+ };
52
+ }
53
+
54
+ export async function fetchWordPressPosts(): Promise<PostPreview[]> {
55
+ const query = `
56
+ query GetLatestPosts {
57
+ posts(first: 10, where: { orderby: { field: DATE, order: DESC } }) {
58
+ nodes {
59
+ id
60
+ title
61
+ slug
62
+ date
63
+ excerpt
64
+ featuredImage {
65
+ node {
66
+ sourceUrl
67
+ altText
68
+ }
69
+ }
70
+ }
71
+ }
72
+ }
73
+ `;
74
+
75
+ const res = await fetch(WP_GRAPHQL_ENDPOINT, {
76
+ method: 'POST',
77
+ headers: { 'Content-Type': 'application/json' },
78
+ body: JSON.stringify({ query }),
79
+ next: { tags: ['wordpress:posts'], revalidate: 3600 },
80
+ });
81
+
82
+ const { data } = await res.json();
83
+ return data?.posts?.nodes ?? [];
84
+ }
85
+ ```
86
+
87
+ #### 2. Yoast / RankMath SEO Metadata Extraction
88
+ ```typescript
89
+ export async function generateMetadata({ params }: { params: { slug: string } }) {
90
+ const query = `
91
+ query GetPostSEO($slug: ID!) {
92
+ post(id: $slug, idType: SLUG) {
93
+ title
94
+ seo {
95
+ title
96
+ metaDesc
97
+ opengraphTitle
98
+ opengraphDescription
99
+ opengraphImage {
100
+ sourceUrl
101
+ }
102
+ }
103
+ }
104
+ }
105
+ `;
106
+
107
+ const res = await fetch(WP_GRAPHQL_ENDPOINT, {
108
+ method: 'POST',
109
+ headers: { 'Content-Type': 'application/json' },
110
+ body: JSON.stringify({ query, variables: { slug: params.slug } }),
111
+ });
112
+
113
+ const { data } = await res.json();
114
+ const seo = data?.post?.seo;
115
+
116
+ return {
117
+ title: seo?.title || data?.post?.title,
118
+ description: seo?.metaDesc,
119
+ openGraph: {
120
+ title: seo?.opengraphTitle,
121
+ description: seo?.opengraphDescription,
122
+ images: seo?.opengraphImage ? [{ url: seo.opengraphImage.sourceUrl }] : [],
123
+ },
124
+ };
125
+ }
126
+ ```
127
+
128
+ ---
129
+
130
+ <a name="bahasa-indonesia"></a>
131
+ ## Bahasa Indonesia
132
+
133
+ ### Integrasi Orkestrasi
134
+ - **`headless-cms-expert`**: Pemilihan dan perbandingan CMS backend.
135
+ - **`nextjs-app-router-expert`**: Integrasi Next.js App Router dengan query WPGraphQL.
136
+ - **`seo`**: Sinkronisasi data meta Yoast/RankMath ke tag metadata frontend modern.
137
+
138
+ ### Deskripsi
139
+ Panduan produksi untuk membangun dan memelihara arsitektur WordPress headless. Menggunakan WPGraphQL, ACF Pro, Faust.js, Next.js 15, atau Astro 5, revalidasi ISR instan via webhook, autentikasi aman, dan integrasi WooCommerce decoupled.
140
+
141
+ ### Kondisi Pemicu
142
+ - Memisahkan frontend WordPress ke arsitektur decoupled (Next.js/Astro).
143
+ - Mengambil konten WordPress via WPGraphQL dan grup field ACF Pro.
144
+ - Mengonfigurasi revalidasi instan saat konten diterbitkan di WordPress.
@@ -1,180 +1,231 @@
1
- ---
2
- name: zero-to-prod-orchestrator
3
- description: "Master orchestrator to build an application from scratch to a production-ready release, enforcing strict step-by-step progression and continuous documentation / Orkestrator utama untuk membangun aplikasi dari nol hingga rilis siap produksi dengan dokumentasi bertahap."
4
- author: "Roedy Rustam"
5
- ---
6
-
7
- # Zero to Production Orchestrator (2026 Master Edition)
8
-
9
- [English](#english) | [Bahasa Indonesia](#bahasa-indonesia)
10
-
11
- ---
12
-
13
- <a name="english"></a>
14
- ## English
15
-
16
- ### Overview
17
- The **Zero to Production Orchestrator** is the ultimate master skill designed to orchestrate the entire `vibes-plug` ecosystem as a highly interconnected **engineering swarm**. By acting as the central conductor, it ensures that no sub-skill is executed in isolation. It guides fullstack developers through the complete software engineering lifecycle — from concept discovery to AI integration, multi-platform backend architecture, design systems, automated testing, GEO/AEO optimization, and production deployment.
18
-
19
- ### Trigger Conditions
20
- - Starting any new application development from scratch.
21
- - Asking for a complete, end-to-end fullstack development roadmap.
22
- - Orchestrating multiple domain skills across UI, Backend, AI/LLM, Database, Security, and Cloud.
23
-
24
- ### Core Principles & Hard Gates
25
- 1. **Never Skip Phases**: Each phase must be completed and validated before advancing to the next.
26
- 2. **Continuous Auto-Documentation**: Invoke `auto-doc-updater` to log changes in `CHANGELOG.md` and `BLUEPRINT.md` after every major milestone.
27
- 3. **Strict Progress Tracking**: Maintain a `PROGRESS.md` checklist in the repository root.
28
- 4. **State Preservation**: Utilize `session-handoff-resume` when pausing work or switching contexts, ensuring zero token waste.
29
- 5. **Efficiency**: Keep `token-saver` active during large refactors to maintain a lean, powerful execution loop.
30
-
31
- ---
32
-
33
- ### The 8-Phase Master Fullstack Pipeline
34
-
35
- ```
36
- PHASE 1 PHASE 2 PHASE 3 PHASE 4
37
- Discovery/PRD ---> Foundation ---> Database/ORM ---> Backend/APIs
38
- | |
39
- v v
40
- PHASE 8 PHASE 7 PHASE 6 PHASE 5
41
- Launch/Deploy <--- Security/GEO <--- Testing/QA <--- Frontend/UI
42
- ```
43
-
44
- #### PHASE 1: Discovery & AI PRD Architectural Planning
45
- **Orchestrates:** `prd-architect`, `brainstorming`, `mcp-server-architect`
46
- - [ ] Conduct structured dialogue to clarify product intent, target audience, and non-functional goals.
47
- - [ ] Draft a comprehensive Product Requirements Document (PRD).
48
- - [ ] Plan AI/LLM integration strategy (Vercel AI SDK, MCP Server tools, or Multi-Agent Graph).
49
- - [ ] Initialize `BLUEPRINT.md` and `PROGRESS.md`.
50
-
51
- #### PHASE 2: Project Foundation & Monorepo Setup
52
- **Orchestrates:** `monorepo-architect`, `bun-runtime-expert`, `python-programming-expert`, `go-programming-expert`
53
- - [ ] Initialize monorepo (Turborepo + pnpm workspaces) or single repo foundation.
54
- - [ ] Set up language runtimes: Node.js 22 LTS / Bun 1.2+ / Python 3.12+ (uv) / Go 1.23+.
55
- - [ ] Configure `Ruff`, `ESLint`, `Prettier`, and TypeScript strict configurations.
56
- - [ ] Setup initial CI/CD pipeline template.
57
-
58
- #### PHASE 3: Database & Multi-Tenant Core Architecture
59
- **Orchestrates:** `fullstack-expert`, `saas-multi-tenant`, `supabase-migration`, `supabase-security-expert`
60
- - [ ] Design normalized relational schemas and document models.
61
- - [ ] Configure ORM layer (Drizzle ORM / Prisma 6 / SQLx / sqlc).
62
- - [ ] Implement Row-Level Security (RLS) policies and tenant isolation.
63
- - [ ] Apply initial database migrations and connection poolers (PgBouncer/Supavisor/Neon).
64
-
65
- #### PHASE 4: Backend APIs, Microservices & AI Agents
66
- **Orchestrates:** `js-backend-expert`, `go-programming-expert`, `ai-llm-integration-expert`, `multi-agent-orchestration`, `mcp-server-architect`
67
- - [ ] Build high-throughput REST / GraphQL / gRPC APIs using Fastify 5, Hono, Gin, or Axum.
68
- - [ ] Implement authentication (Clerk, Auth.js, Supabase Auth) and RBAC middleware.
69
- - [ ] Build MCP Server tools or stateful LangGraph multi-agent workflows with human-in-the-loop gates.
70
- - [ ] Implement background processing queues (BullMQ + Redis) and rate limiters.
71
-
72
- #### PHASE 5: Frontend, Design Systems & Mobile Apps
73
- **Orchestrates:** `design-system-architect`, `senior-frontend`, `tailwind-expert`, `tanstack-query-expert`, `spa-orchestrator`, `mobile-expo-expert`, `tauri-expert`
74
- - [ ] Implement design tokens (OKLCH) and Tailwind CSS v4 `@theme` directive tokens.
75
- - [ ] Construct accessible component primitives using Radix UI / Base UI and CVA variants.
76
- - [ ] Build React 19 / Next.js 15 pages utilizing Server Components, Server Actions (`useActionState`, `useOptimistic`), advanced animations (GSAP), or Expo Router v4 for Mobile / Tauri v2 for Desktop.
77
- - [ ] If SPA architecture — coordinate with `spa-orchestrator` for routing (TanStack Router), state (TanStack Query v5), and decoupled API layer.
78
- - [ ] Integrate frontend state management with TanStack Query v5.
79
-
80
- #### PHASE 6: Automated Testing & Security Audit
81
- **Orchestrates:** `e2e-testing-expert`, `secure-fuzz-testing`, `firebase-security-expert`
82
- - [ ] Write unit and integration tests with Vitest and pytest.
83
- - [ ] Write resilient E2E browser tests with Playwright.
84
- - [ ] Execute security fuzz testing (Atheris / cargo-fuzz / native Go fuzzing).
85
- - [ ] Audit CORS, CSP headers, rate-limiting, and input sanitization.
86
-
87
- #### PHASE 7: Pre-Launch Hardening, Web Vitals & GEO/SEO
88
- **Orchestrates:** `production-ready-hardener`, `app-analyzer-optimizer`, `seo`, `seo-geo`, `seo-aeo-landing-page-writer`
89
- - [ ] Perform pre-launch audit across Core Web Vitals (LCP, INP, CLS) and bundle sizes.
90
- - [ ] Optimize Generative Engine Optimization (GEO) for AI Overviews, Perplexity, ChatGPT Search, and deploy `/llms.txt`.
91
- - [ ] Generate structured Schema.org JSON-LD markup and AEO conversion landing pages.
92
-
93
- #### PHASE 8: Launch, Deployment & Handover
94
- **Orchestrates:** `cloud-hosting-expert`, `saas-billing`, `saas-transformer`, `auto-doc-updater`
95
- - [ ] Deploy backend and edge services to Vercel, Cloudflare, AWS, or Railway.
96
- - [ ] For SaaS applications: deploy Super Admin dashboard on a **separate subdomain** (e.g., `admin.yourdomain.com`) with strict role-based access (`isSuperAdmin` flag).
97
- - [ ] Configure Stripe / Polar.sh / LemonSqueezy billing and webhooks.
98
- - [ ] Finalize `CHANGELOG.md`, `BLUEPRINT.md`, and `PROGRESS.md`.
99
- - [ ] Handover the production-grade application to the user.
100
-
101
- ---
102
-
103
- <a name="bahasa-indonesia"></a>
104
- ## Bahasa Indonesia
105
-
106
- ### Ringkasan
107
- **Zero to Production Orchestrator** adalah skill master utama yang dirancang untuk mengorkestrasi seluruh ekosistem `vibes-plug` sebagai sebuah **engineering swarm** yang saling terhubung erat. Dengan bertindak sebagai konduktor pusat, skill ini memastikan tidak ada sub-skill yang dieksekusi secara terisolasi. Skill ini memandu pengembang *fullstack* melalui seluruh siklus hidup rekayasa perangkat lunak — mulai dari tahap ide awal hingga integrasi AI, arsitektur backend multi-platform, design system, pengujian otomatis, optimasi GEO/AEO, dan deployment produksi.
108
-
109
- ### Kondisi Pemicu
110
- - Memulai pengembangan aplikasi baru dari nol.
111
- - Meminta panduan roadmap pengembangan fullstack end-to-end yang terstruktur.
112
- - Mengorkestrasi berbagai skill spesialis lintas domain (UI, Backend, AI/LLM, Database, Keamanan, dan Cloud).
113
-
114
- ### Prinsip Inti & Gerbang Ketat
115
- 1. **Jangan Pernah Melewati Fase**: Setiap fase harus diselesaikan dan divalidasi sebelum beralih ke fase berikutnya.
116
- 2. **Otomatisasi Dokumentasi**: Panggil `auto-doc-updater` untuk memperbarui `CHANGELOG.md` dan `BLUEPRINT.md` setelah setiap milestone utama.
117
- 3. **Pelacakan Progres**: Pelihara daftar periksa `PROGRESS.md` di root repositori.
118
- 4. **Preservasi State**: Gunakan `session-handoff-resume` saat menjeda pekerjaan atau berganti konteks, memastikan tidak ada token yang terbuang percuma.
119
- 5. **Efisiensi**: Aktifkan `token-saver` selama refactoring besar-besaran untuk mempertahankan *loop* eksekusi yang ringkas dan *powerful*.
120
-
121
- ---
122
-
123
- ### Master Pipeline Fullstack 8-Fase
124
-
125
- #### FASE 1: Discovery & Perencanaan Arsitektur PRD AI
126
- **Mengorkestrasi:** `prd-architect`, `brainstorming`, `mcp-server-architect`
127
- - [ ] Dialog terstruktur untuk memperjelas tujuan produk, audiens target, dan persyaratan non-fungsional.
128
- - [ ] Menyusun Product Requirements Document (PRD) yang komprehensif.
129
- - [ ] Merencanakan integrasi AI/LLM (Vercel AI SDK, alat MCP Server, atau Graf Multi-Agen).
130
- - [ ] Menginisialisasi `BLUEPRINT.md` dan `PROGRESS.md`.
131
-
132
- #### FASE 2: Fondasi Proyek & Monorepo
133
- **Mengorkestrasi:** `monorepo-architect`, `bun-runtime-expert`, `python-programming-expert`, `go-programming-expert`
134
- - [ ] Inisialisasi monorepo (Turborepo + pnpm workspaces) atau repositori tunggal.
135
- - [ ] Menyiapkan runtime bahasa: Node.js 22 LTS / Bun 1.2+ / Python 3.12+ (uv) / Go 1.23+.
136
- - [ ] Konfigurasi `Ruff`, `ESLint`, `Prettier`, dan TypeScript ketat.
137
- - [ ] Menyiapkan template pipeline CI/CD awal.
138
-
139
- #### FASE 3: Database & Arsitektur Multi-Tenant
140
- **Mengorkestrasi:** `fullstack-expert`, `saas-multi-tenant`, `supabase-migration`, `supabase-security-expert`
141
- - [ ] Merancang skema relasional ter-normalisasi dan pemodelan dokumen.
142
- - [ ] Konfigurasi lapisan ORM (Drizzle ORM / Prisma 6 / SQLx / sqlc).
143
- - [ ] Mengimplementasikan kebijakan Row-Level Security (RLS) dan isolasi tenant.
144
- - [ ] Menerapkan migrasi database awal dan connection poolers (PgBouncer/Supavisor/Neon).
145
-
146
- #### FASE 4: API Backend, Microservices & Agen AI
147
- **Mengorkestrasi:** `js-backend-expert`, `go-programming-expert`, `ai-llm-integration-expert`, `multi-agent-orchestration`, `mcp-server-architect`
148
- - [ ] Membangun REST / GraphQL / gRPC API throughput tinggi menggunakan Fastify 5, Hono, Gin, atau Axum.
149
- - [ ] Mengimplementasikan autentikasi (Clerk, Auth.js, Supabase Auth) dan middleware RBAC.
150
- - [ ] Membangun alat MCP Server atau alur kerja multi-agen LangGraph berbasis state dengan gerbang *human-in-the-loop*.
151
- - [ ] Mengimplementasikan antrean pemrosesan latar belakang (BullMQ + Redis) dan rate limiters.
152
-
153
- #### FASE 5: Frontend, Design System & Aplikasi Mobile
154
- **Mengorkestrasi:** `design-system-architect`, `senior-frontend`, `tailwind-expert`, `tanstack-query-expert`, `spa-orchestrator`, `mobile-expo-expert`, `tauri-expert`
155
- - [ ] Mengimplementasikan *design tokens* (OKLCH) dan token direktif Tailwind CSS v4 `@theme`.
156
- - [ ] Membangun komponen dasar tanpa styling (*headless primitives*) menggunakan Radix UI / Base UI dan CVA.
157
- - [ ] Membangun halaman React 19 / Next.js 15 dengan Server Components, Server Actions, animasi tingkat lanjut (GSAP), atau Expo Router v4 untuk Mobile / Tauri v2 untuk Desktop.
158
- - [ ] Jika arsitektur SPA — koordinasikan dengan `spa-orchestrator` untuk routing (TanStack Router), state (TanStack Query v5), dan API layer terpisah.
159
- - [ ] Mengintegrasikan manajemen state frontend dengan TanStack Query v5.
160
-
161
- #### FASE 6: Pengujian Otomatis & Audit Keamanan
162
- **Mengorkestrasi:** `e2e-testing-expert`, `secure-fuzz-testing`, `firebase-security-expert`
163
- - [ ] Menulis unit test dan integration test dengan Vitest dan pytest.
164
- - [ ] Menulis pengujian browser E2E yang tangguh menggunakan Playwright.
165
- - [ ] Menjalankan pengujian fuzzing keamanan (Atheris / cargo-fuzz / native Go fuzzing).
166
- - [ ] Mengaudit CORS, CSP headers, rate-limiting, dan sanitasi input.
167
-
168
- #### FASE 7: Hardening Pra-Peluncuran, Web Vitals & GEO/SEO
169
- **Mengorkestrasi:** `production-ready-hardener`, `app-analyzer-optimizer`, `seo`, `seo-geo`, `seo-aeo-landing-page-writer`
170
- - [ ] Audit pra-peluncuran pada Core Web Vitals (LCP, INP, CLS) dan ukuran bundle.
171
- - [ ] Mengoptimalkan Generative Engine Optimization (GEO) untuk AI Overviews, Perplexity, ChatGPT Search, dan merilis `/llms.txt`.
172
- - [ ] Membuat markup terstruktur Schema.org JSON-LD dan landing page konversi AEO.
173
-
174
- #### FASE 8: Peluncuran, Deployment & Serah Terima
175
- **Mengorkestrasi:** `cloud-hosting-expert`, `saas-billing`, `saas-transformer`, `auto-doc-updater`
176
- - [ ] Deploy backend dan edge services ke Vercel, Cloudflare, AWS, atau Railway.
177
- - [ ] Untuk aplikasi SaaS: deploy dashboard Super Admin pada **subdomain terpisah** (misal: `admin.domain.com`) dengan kontrol akses berbasis role (`isSuperAdmin`).
178
- - [ ] Konfigurasi billing Stripe / Polar.sh / LemonSqueezy dan webhooks.
179
- - [ ] Menyelesaikan `CHANGELOG.md`, `BLUEPRINT.md`, dan `PROGRESS.md`.
180
- - [ ] Serah terima aplikasi siap produksi kepada pengguna.
1
+ ---
2
+ name: zero-to-prod-orchestrator
3
+ description: "Master orchestrator to build an application from scratch to a production-ready release, enforcing strict step-by-step progression and continuous documentation / Orkestrator utama untuk membangun aplikasi dari nol hingga rilis siap produksi dengan dokumentasi bertahap."
4
+ author: "Roedy Rustam"
5
+ ---
6
+
7
+ # Zero to Production Orchestrator (2026 Master Edition)
8
+
9
+ [English](#english) | [Bahasa Indonesia](#bahasa-indonesia)
10
+
11
+ ---
12
+
13
+ <a name="english"></a>
14
+ ## English
15
+
16
+ ### Orchestration & Integration
17
+ Connects and orchestrates with relevant domain skills like `brainstorming`, `zero-to-prod-orchestrator`, and `project-context-mapper` to ensure cohesive execution.
18
+
19
+ ### Overview
20
+ The **Zero to Production Orchestrator** is the ultimate master skill designed to orchestrate the entire `vibes-plug` ecosystem as a highly interconnected **engineering swarm**. By acting as the central conductor, it ensures that no sub-skill is executed in isolation. It guides fullstack developers through the complete software engineering lifecycle — from concept discovery to AI integration, multi-platform backend architecture, design systems, automated testing, GEO/AEO optimization, and production deployment.
21
+
22
+ ### Trigger Conditions
23
+ - Starting any new application development from scratch.
24
+ - Asking for a complete, end-to-end fullstack development roadmap.
25
+ - Orchestrating multiple domain skills across UI, Backend, AI/LLM, Database, Security, and Cloud.
26
+
27
+ ### Core Principles & Hard Gates
28
+ 1. **Never Skip Phases**: Each phase must be completed and validated before advancing to the next.
29
+ 2. **Continuous Auto-Documentation**: Invoke `auto-doc-updater` to log changes in `CHANGELOG.md` and `BLUEPRINT.md` after every major milestone.
30
+ 3. **Strict Progress Tracking**: Maintain a `PROGRESS.md` checklist in the repository root.
31
+ 4. **State Preservation & Context**: Utilize `session-handoff-resume` when pausing work, and `session-context-loader` on every new session to preserve full context.
32
+ 5. **Efficiency**: Keep `token-saver` active during large refactors to maintain a lean, powerful execution loop.
33
+
34
+ ---
35
+
36
+ ### The 8-Phase Master Fullstack Pipeline
37
+
38
+ ```
39
+ PHASE 1 PHASE 2 PHASE 3 PHASE 4
40
+ Discovery/PRD ---> Foundation ---> Database/ORM ---> Backend/APIs
41
+ | |
42
+ v v
43
+ PHASE 8 PHASE 7 PHASE 6 PHASE 5
44
+ Launch/Deploy <--- Security/GEO <--- Testing/QA <--- Frontend/UI
45
+ ```
46
+
47
+ #### PHASE 1: Discovery & AI PRD Architectural Planning
48
+ **Orchestrates:** `prd-architect`, `brainstorming`, `mcp-server-architect`, `session-context-loader`, `dependency-upgrade-migrator`, `app-analyzer-optimizer`, `seo`, `project-context-mapper`, `self-evolving-memory-graph`, `saas-mvp-launcher`, `web-scraper`, `website-design-cloner`, `headless-cms-expert`, `wordpress-headless-expert`, `documentation-site-expert`, `asisten-ramah`, `skill-baru`
49
+ - [ ] Conduct structured dialogue to clarify product intent, target audience, and non-functional goals.
50
+ - [ ] Automatically draft a comprehensive Product Requirements Document (PRD.md), Entity Relationship Diagram (ERD.md), and Documentation (DOKUMENTASI.md) alongside the Roadmap (ROADMAP.md).
51
+ - [ ] Plan AI/LLM integration strategy (Vercel AI SDK, MCP Server tools, or Multi-Agent Graph).
52
+ - [ ] For existing projects: audit dependency health and plan upgrades with `dependency-upgrade-migrator`.
53
+ - [ ] Initialize `BLUEPRINT.md` and `PROGRESS.md`.
54
+
55
+ #### PHASE 2: Project Foundation & Monorepo Setup
56
+ **Orchestrates:** `monorepo-architect`, `micro-frontend-architect`, `bun-runtime-expert`, `python-programming-expert`, `go-programming-expert`, `ci-cd-devops-architect`, `rust-programming-expert`, `typescript-expert`, `biome-linter-formatter-expert`
57
+ - [ ] Initialize monorepo (Turborepo + pnpm workspaces) or single repo foundation.
58
+ - [ ] Set up language runtimes: Node.js 24 LTS / Bun 1.2+ / Python 3.14+ (uv) / Go 1.25+ / Rust 2024.
59
+ - [ ] Configure `Biome v2` (Rust-based linter + formatter) or `Ruff`, `ESLint`, `Prettier`, and TypeScript strict configurations.
60
+ - [ ] Setup initial CI/CD pipeline template (GitHub Actions, Docker).
61
+
62
+ #### PHASE 3: Database & Multi-Tenant Core Architecture
63
+ **Orchestrates:** `fullstack-expert`, `database-migration-versioning-expert`, `database-orm-expert`, `domain-driven-design-expert`, `saas-multi-tenant`, `supabase-migration`, `supabase-security-expert`, `edge-serverless-db-expert`, `data-pipeline-etl-expert`, `search-engine-expert`, `geospatial-maps-expert`, `graph-rag-knowledge-expert`
64
+ - [ ] Design normalized relational schemas, document models, and geospatial PostGIS structures.
65
+ - [ ] Configure ORM layer (Drizzle ORM / Prisma 6 / SQLx / sqlc) and full-text search indexing (Typesense/Meilisearch).
66
+ - [ ] Implement Row-Level Security (RLS) policies and tenant isolation.
67
+ - [ ] Apply initial database migrations and connection poolers (PgBouncer/Supavisor/Neon).
68
+
69
+ #### PHASE 4: Backend APIs, Microservices & AI Agents
70
+ **Orchestrates:** `js-backend-expert`, `go-programming-expert`, `graphql-apollo-expert`, `openapi-swagger-codegen-expert`, `ai-llm-integration-expert`, `ai-prompt-engineering-expert`, `ai-media-generation-expert`, `multi-agent-orchestration`, `mcp-server-architect`, `authentication-identity-expert`, `email-notification-expert`, `cron-scheduler-expert`, `rate-limit-abuse-prevention`, `file-upload-media-expert`, `async-queue-temporal-expert`, `background-jobs-queue-expert`, `doku-mcp-server`, `event-driven-architect`, `gemini-agent-booster`, `mobile-push-notification-expert`, `realtime-collaboration-expert`, `api-gateway-proxy-expert`, `wasm-edge-computing-expert`, `sse-websocket-streaming-expert`, `n8n-automation-expert`, `chatbot-messaging-expert`, `pdf-document-generation-expert`, `ecommerce-expert`, `blockchain-web3-expert`, `local-slm-edge-ai-expert`, `voice-ai-realtime-agent`, `graph-rag-knowledge-expert`
71
+ - [ ] Build high-throughput REST / GraphQL / gRPC APIs using Fastify 5, NestJS, Hono, Gin, or Axum.
72
+ - [ ] Implement authentication (Clerk, Auth.js, Supabase Auth) and RBAC middleware.
73
+ - [ ] Build MCP Server tools or stateful LangGraph multi-agent workflows with human-in-the-loop gates.
74
+ - [ ] Integrate AI media generation (Flux/ElevenLabs/Whisper), chatbot platforms (WhatsApp/Telegram/Discord), and n8n automations.
75
+ - [ ] Implement background processing queues (BullMQ + Redis), scheduled jobs, and rate limiters.
76
+ - [ ] Set up transactional email pipeline (Resend/Postmark) and PDF generation.
77
+ - [ ] Implement file upload with presigned URLs (S3/R2) and media processing.
78
+
79
+ #### PHASE 5: Frontend, Design Systems & Mobile Apps
80
+ **Orchestrates:** `modern-web-guidance`, `design-system-architect`, `senior-frontend`, `nextjs-app-router-expert`, `vue-frontend-expert`, `astro-framework-expert`, `svelte-sveltekit-expert`, `solidjs-expert`, `angular-expert`, `tailwind-expert`, `tanstack-query-expert`, `spa-orchestrator`, `mobile-expo-expert`, `apple-ecosystem-expert`, `tauri-expert`, `desktop-electron-expert`, `form-validation-expert`, `ui-components-expert`, `svg-animation-motion-expert`, `web-3d-graphics-expert`, `web-game-engine-expert`, `glsl-shader-expert`, `webxr-ar-vr-expert`, `visual-qa-vision-agent`, `hig`, `global-a11y-i18n-expert`, `bootstrap-to-modern`, `monday-design-aesthetic`, `state-management-expert`, `ui-ux-pro-max`, `data-visualization-expert`, `rich-text-editor-expert`, `documentation-site-expert`, `blockchain-web3-expert`, `modern-css-native-expert`, `pwa-offline-first-expert`
81
+ - [ ] **MANDATORY**: Run `modern-web-guidance` FIRST before implementing any frontend HTML/CSS/JS features to ensure compliance with modern Google standards.
82
+ - [ ] Implement design tokens (OKLCH) and Tailwind CSS v4 `@theme` directive tokens.
83
+ - [ ] Construct accessible component primitives using Radix UI / Base UI and CVA variants.
84
+ - [ ] Integrate data visualizations (Recharts/Tremor/D3) and rich text editors (Tiptap/Lexical).
85
+ - [ ] Build React 19 / Next.js 15, Vue 3, Astro 5, Svelte 5, SolidJS 2, or Angular 19+ apps with state management and Web3 wallets.
86
+ - [ ] **MANDATORY**: Automatically scaffold standard pages: About, Profile, Contact, Terms of Reference/Service, and Privacy Policy.
87
+ - [ ] Implement complex forms with React Hook Form + Zod validation.
88
+ - [ ] If SPA architecture — coordinate with `spa-orchestrator` for routing (TanStack Router), state (TanStack Query v5), and decoupled API layer.
89
+ - [ ] Integrate frontend state management with TanStack Query v5.
90
+
91
+ #### PHASE 6: Automated Testing, Error Resilience & Security Audit
92
+ **Orchestrates:** `e2e-testing-expert`, `accessibility-testing-expert`, `secure-fuzz-testing`, `firebase-security-expert`, `error-resilience-expert`, `logging-error-tracking-expert`, `vibe-code-gardener`, `coderabbit`, `autonomous-tdd-debugger`, `browser-automation-expert`, `zero-trust-secret-vault`, `autonomous-red-teamer`, `post-quantum-crypto-migrator`, `compliance-gdpr-privacy-expert`, `ai-evals-benchmark-expert`
93
+ - [ ] Write unit and integration tests with Vitest and pytest.
94
+ - [ ] Write resilient E2E browser tests with Playwright and automated WCAG 2.2 accessibility tests with `@axe-core/playwright` and Pa11y.
95
+ - [ ] Execute security fuzz testing (Atheris / cargo-fuzz / native Go fuzzing).
96
+ - [ ] Implement Error Boundaries, retry patterns, circuit breakers, and graceful degradation.
97
+ - [ ] Set up structured logging (Pino) and error tracking (Sentry) with source map uploads.
98
+ - [ ] Audit CORS, CSP headers, rate-limiting, and input sanitization.
99
+ - [ ] Run code quality audit to purge AI slop and architectural decay.
100
+
101
+ #### PHASE 7: DevOps, Deployment & Proactive Monitoring
102
+ **Orchestrates:** `ci-cd-devops-architect`, `cloud-hosting-expert`, `performance-web-vitals`, `logging-error-tracking-expert`, `production-ready-hardener`, `proactive-background-watcher`, `ai-cost-token-optimizer`, `data-telemetry-expert`, `feature-flag-analytics-expert`, `autonomous-chaos-monkey`, `self-healing-cloud-orchestrator`
103
+ - [ ] Perform pre-launch audit across Core Web Vitals (LCP, INP, CLS) and bundle sizes.
104
+ - [ ] Configure production monitoring, alerting rules, and on-call notifications.
105
+ - [ ] Optimize Generative Engine Optimization (GEO) for AI Overviews, Perplexity, ChatGPT Search, and deploy `/llms.txt`.
106
+ - [ ] Generate structured Schema.org JSON-LD markup and AEO conversion landing pages.
107
+
108
+ #### PHASE 8: Launch, Deployment & Handover
109
+ **Orchestrates:** `cloud-hosting-expert`, `saas-billing`, `saas-transformer`, `auto-doc-updater`, `ci-cd-devops-architect`, `doku-payment-gateway`
110
+ - [ ] Deploy backend and edge services to Vercel, Cloudflare, AWS, or Railway.
111
+ - [ ] For SaaS applications: deploy Super Admin dashboard on a **separate subdomain** (e.g., `admin.yourdomain.com`) with strict role-based access (`isSuperAdmin` flag).
112
+ - [ ] Configure Stripe / Polar.sh / LemonSqueezy billing and webhooks.
113
+ - [ ] Finalize `CHANGELOG.md`, `BLUEPRINT.md`, and `PROGRESS.md`.
114
+ - [ ] Handover the production-grade application to the user.
115
+
116
+ ---
117
+
118
+ <a name="bahasa-indonesia"></a>
119
+ ## Bahasa Indonesia
120
+
121
+ ### Integrasi Orkestrasi
122
+ Terhubung dan mengorkestrasi skill domain yang relevan seperti `brainstorming`, `zero-to-prod-orchestrator`, dan `project-context-mapper` untuk memastikan eksekusi yang kohesif.
123
+
124
+ ### Ringkasan
125
+ **Zero to Production Orchestrator** adalah skill master utama yang dirancang untuk mengorkestrasi seluruh ekosistem `vibes-plug` sebagai sebuah **engineering swarm** yang saling terhubung erat. Dengan bertindak sebagai konduktor pusat, skill ini memastikan tidak ada sub-skill yang dieksekusi secara terisolasi. Skill ini memandu pengembang *fullstack* melalui seluruh siklus hidup rekayasa perangkat lunak — mulai dari tahap ide awal hingga integrasi AI, arsitektur backend multi-platform, design system, pengujian otomatis, optimasi GEO/AEO, dan deployment produksi.
126
+
127
+ ### Kondisi Pemicu
128
+ - Memulai pengembangan aplikasi baru dari nol.
129
+ - Meminta panduan roadmap pengembangan fullstack end-to-end yang terstruktur.
130
+ - Mengorkestrasi berbagai skill spesialis lintas domain (UI, Backend, AI/LLM, Database, Keamanan, dan Cloud).
131
+
132
+ ### Prinsip Inti & Gerbang Ketat
133
+ 1. **Jangan Pernah Melewati Fase**: Setiap fase harus diselesaikan dan divalidasi sebelum beralih ke fase berikutnya.
134
+ 2. **Otomatisasi Dokumentasi**: Panggil `auto-doc-updater` untuk memperbarui `CHANGELOG.md` dan `BLUEPRINT.md` setelah setiap milestone utama.
135
+ 3. **Pelacakan Progres**: Pelihara daftar periksa `PROGRESS.md` di root repositori.
136
+ 4. **Preservasi State & Konteks**: Gunakan `session-handoff-resume` saat menjeda pekerjaan, dan `session-context-loader` di awal setiap sesi baru untuk menjaga konteks penuh.
137
+ 5. **Efisiensi**: Aktifkan `token-saver` selama refactoring besar-besaran untuk mempertahankan *loop* eksekusi yang ringkas dan *powerful*.
138
+
139
+ ---
140
+
141
+ ### Master Pipeline Fullstack 8-Fase
142
+
143
+ #### FASE 1: Discovery & Perencanaan Arsitektur PRD AI
144
+ **Mengorkestrasi:** `prd-architect`, `brainstorming`, `mcp-server-architect`, `session-context-loader`, `dependency-upgrade-migrator`, `app-analyzer-optimizer`, `seo`, `project-context-mapper`, `self-evolving-memory-graph`, `saas-mvp-launcher`, `web-scraper`, `website-design-cloner`, `headless-cms-expert`, `wordpress-headless-expert`, `documentation-site-expert`, `asisten-ramah`, `skill-baru`
145
+ - [ ] Dialog terstruktur untuk memperjelas tujuan produk, audiens target, dan persyaratan non-fungsional.
146
+ - [ ] Secara otomatis menyusun Product Requirements Document (PRD.md), Entity Relationship Diagram (ERD.md), dan Dokumentasi (DOKUMENTASI.md) yang komprehensif beserta Roadmap (ROADMAP.md).
147
+ - [ ] Merencanakan integrasi AI/LLM (Vercel AI SDK, alat MCP Server, atau Graf Multi-Agen).
148
+ - [ ] Untuk proyek yang sudah ada: audit kesehatan dependensi dan rencanakan upgrade dengan `dependency-upgrade-migrator`.
149
+ - [ ] Menginisialisasi `BLUEPRINT.md` dan `PROGRESS.md`.
150
+
151
+ #### FASE 2: Pondasi Proyek & Setup Monorepo
152
+ **Mengorkestrasi:** `monorepo-architect`, `micro-frontend-architect`, `bun-runtime-expert`, `python-programming-expert`, `go-programming-expert`, `ci-cd-devops-architect`, `spa-orchestrator`, `mpa-orchestrator`, `multiple-entry-points`, `mvc-expert`, `scalability-clean-code`, `api-design-expert`, `legacy-code-translator`, `web-3d-graphics-expert`, `web-game-engine-expert`, `glsl-shader-expert`, `webxr-ar-vr-expert`, `rust-programming-expert`, `typescript-expert`, `biome-linter-formatter-expert`
153
+ - [ ] Inisialisasi monorepo (Turborepo + pnpm workspaces) atau repositori tunggal.
154
+ - [ ] Menyiapkan runtime bahasa: Node.js 24 LTS / Bun 1.2+ / Python 3.14+ (uv) / Go 1.25+ / Rust 2024.
155
+ - [ ] Konfigurasi `Biome v2` (Rust linter & formatter) atau `Ruff`, `ESLint`, `Prettier`, dan TypeScript ketat.
156
+ - [ ] Menyiapkan template pipeline CI/CD awal (GitHub Actions, Docker).
157
+
158
+ #### FASE 3: Database & Arsitektur Multi-Tenant
159
+ **Mengorkestrasi:** `fullstack-expert`, `database-migration-versioning-expert`, `database-orm-expert`, `domain-driven-design-expert`, `saas-multi-tenant`, `supabase-migration`, `supabase-security-expert`, `edge-serverless-db-expert`, `data-pipeline-etl-expert`, `search-engine-expert`, `geospatial-maps-expert`, `graph-rag-knowledge-expert`
160
+ - [ ] Merancang skema relasional ter-normalisasi, pemodelan dokumen, dan struktur geospasial PostGIS.
161
+ - [ ] Konfigurasi lapisan ORM (Drizzle ORM / Prisma 6 / SQLx / sqlc) dan indexing mesin pencari (Typesense/Meilisearch).
162
+ - [ ] Mengimplementasikan kebijakan Row-Level Security (RLS) dan isolasi tenant.
163
+ - [ ] Menerapkan migrasi database awal dan connection poolers (PgBouncer/Supavisor/Neon).
164
+
165
+ #### FASE 4: Backend API, Microservices & Agen AI
166
+ **Mengorkestrasi:** `js-backend-expert`, `go-programming-expert`, `graphql-apollo-expert`, `openapi-swagger-codegen-expert`, `ai-llm-integration-expert`, `ai-prompt-engineering-expert`, `ai-media-generation-expert`, `multi-agent-orchestration`, `mcp-server-architect`, `authentication-identity-expert`, `email-notification-expert`, `cron-scheduler-expert`, `rate-limit-abuse-prevention`, `file-upload-media-expert`, `saas-billing`, `payment-gateway-expert`, `vector-db-rag-expert`, `mcp-client-orchestrator`, `async-queue-temporal-expert`, `background-jobs-queue-expert`, `doku-mcp-server`, `event-driven-architect`, `gemini-agent-booster`, `mobile-push-notification-expert`, `realtime-collaboration-expert`, `api-gateway-proxy-expert`, `wasm-edge-computing-expert`, `sse-websocket-streaming-expert`, `n8n-automation-expert`, `chatbot-messaging-expert`, `pdf-document-generation-expert`, `ecommerce-expert`, `blockchain-web3-expert`, `local-slm-edge-ai-expert`, `voice-ai-realtime-agent`, `graph-rag-knowledge-expert`
167
+ - [ ] Bangun API REST / GraphQL / gRPC *high-throughput* menggunakan Fastify 5, NestJS, Hono, Gin, atau Axum.
168
+ - [ ] Mengimplementasikan autentikasi (Clerk, Auth.js, Supabase Auth) dan middleware RBAC.
169
+ - [ ] Membangun alat MCP Server atau alur kerja multi-agen LangGraph berbasis state dengan gerbang *human-in-the-loop*.
170
+ - [ ] Mengintegrasikan generasi media AI (Flux/ElevenLabs/Whisper), bot perpesanan (WhatsApp/Telegram/Discord), dan otomasi n8n.
171
+ - [ ] Mengimplementasikan antrean pemrosesan latar belakang (BullMQ + Redis), tugas terjadwal, dan rate limiter.
172
+ - [ ] Menyiapkan pipeline email transaksional (Resend/Postmark), pembuatan PDF, dan sistem notifikasi.
173
+ - [ ] Mengimplementasikan upload file dengan presigned URL (S3/R2) dan pemrosesan media.
174
+
175
+ #### FASE 5: Frontend, Design System & Mobile App
176
+ **Mengorkestrasi:** `modern-web-guidance`, `design-system-architect`, `senior-frontend`, `nextjs-app-router-expert`, `vue-frontend-expert`, `astro-framework-expert`, `svelte-sveltekit-expert`, `solidjs-expert`, `angular-expert`, `tailwind-expert`, `tanstack-query-expert`, `spa-orchestrator`, `mobile-expo-expert`, `apple-ecosystem-expert`, `tauri-expert`, `desktop-electron-expert`, `form-validation-expert`, `ui-components-expert`, `svg-animation-motion-expert`, `web-3d-graphics-expert`, `web-game-engine-expert`, `glsl-shader-expert`, `webxr-ar-vr-expert`, `visual-qa-vision-agent`, `hig`, `global-a11y-i18n-expert`, `bootstrap-to-modern`, `monday-design-aesthetic`, `state-management-expert`, `ui-ux-pro-max`, `data-visualization-expert`, `rich-text-editor-expert`, `documentation-site-expert`, `blockchain-web3-expert`, `modern-css-native-expert`, `pwa-offline-first-expert`
177
+ - [ ] **MANDATORY**: Jalankan `modern-web-guidance` PERTAMA KALI sebelum mengimplementasikan fitur frontend HTML/CSS/JS untuk memastikan kepatuhan dengan standar modern Google.
178
+ - [ ] Implementasikan token desain (OKLCH) dan konfigurasi tema Tailwind CSS v4.
179
+ - [ ] Bangun komponen primitif aksesibel menggunakan Radix UI / Base UI dan CVA.
180
+ - [ ] Integrasikan visualisasi data (Recharts/Tremor/D3) dan editor rich text (Tiptap/Lexical).
181
+ - [ ] Buat halaman React 19 / Next.js 15, Vue 3, Astro 5, Svelte 5, SolidJS 2, atau Angular 19+ dengan wallet Web3.
182
+ - [ ] **MANDATORY**: Otomatis buat halaman standar: About, Profile, Contact, Terms of Reference/Service, dan Privacy Policy.
183
+ - [ ] Mengimplementasikan formulir kompleks dengan React Hook Form + validasi Zod.
184
+ - [ ] Jika arsitektur SPA — koordinasikan dengan `spa-orchestrator` untuk routing (TanStack Router), state (TanStack Query v5), dan API layer terpisah.
185
+ - [ ] Mengintegrasikan manajemen state frontend dengan TanStack Query v5.
186
+
187
+ #### FASE 6: Pengujian Otomatis, Ketahanan Error & Audit Keamanan
188
+ **Mengorkestrasi:** `e2e-testing-expert`, `accessibility-testing-expert`, `secure-fuzz-testing`, `firebase-security-expert`, `error-resilience-expert`, `logging-error-tracking-expert`, `vibe-code-gardener`, `coderabbit`, `autonomous-tdd-debugger`, `browser-automation-expert`, `zero-trust-secret-vault`, `autonomous-red-teamer`, `post-quantum-crypto-migrator`, `compliance-gdpr-privacy-expert`, `ai-evals-benchmark-expert`
189
+ - [ ] Menulis unit test dan integration test dengan Vitest dan pytest.
190
+ - [ ] Menulis pengujian browser E2E Playwright dan pengujian aksesibilitas WCAG 2.2 otomatis (`@axe-core/playwright` dan Pa11y).
191
+ - [ ] Menjalankan pengujian fuzzing keamanan (Atheris / cargo-fuzz / native Go fuzzing).
192
+ - [ ] Mengimplementasikan Error Boundary, pola retry, circuit breaker, dan degradasi anggun.
193
+ - [ ] Menyiapkan logging terstruktur (Pino) dan pelacakan error (Sentry) dengan upload source map.
194
+ - [ ] Mengaudit CORS, CSP headers, rate-limiting, dan sanitasi input.
195
+ - [ ] Menjalankan audit kualitas kode untuk membersihkan AI slop dan pembusukan arsitektur.
196
+
197
+ #### FASE 7: Hardening Pra-Peluncuran, Monitoring & DevOps Sentinel
198
+ **Mengorkestrasi:** `production-ready-hardener`, `app-analyzer-optimizer`, `seo`, `logging-error-tracking-expert`, `proactive-background-watcher`, `ai-cost-token-optimizer`, `data-telemetry-expert`, `feature-flag-analytics-expert`, `autonomous-chaos-monkey`, `self-healing-cloud-orchestrator`
199
+ - [ ] Audit pra-peluncuran pada Core Web Vitals (LCP, INP, CLS) dan ukuran bundle.
200
+ - [ ] Mengonfigurasi monitoring produksi, aturan alerting, dan notifikasi on-call.
201
+ - [ ] Mengoptimalkan GEO untuk AI Overviews, Perplexity, ChatGPT Search, dan merilis `/llms.txt`.
202
+ - [ ] Membuat markup terstruktur Schema.org JSON-LD dan landing page konversi AEO.
203
+
204
+ #### FASE 8: Peluncuran, Deployment & Serah Terima
205
+ **Mengorkestrasi:** `cloud-hosting-expert`, `saas-billing`, `saas-transformer`, `auto-doc-updater`, `ci-cd-devops-architect`, `doku-payment-gateway`
206
+ - [ ] Deploy backend dan edge services ke Vercel, Cloudflare, AWS, atau Railway.
207
+ - [ ] Untuk aplikasi SaaS: deploy dashboard Super Admin pada **subdomain terpisah** (misal: `admin.domain.com`) dengan kontrol akses berbasis role (`isSuperAdmin`).
208
+ - [ ] Konfigurasi billing Stripe / Polar.sh / LemonSqueezy dan webhooks.
209
+ - [ ] Menyelesaikan `CHANGELOG.md`, `BLUEPRINT.md`, dan `PROGRESS.md`.
210
+ - [ ] Serah terima aplikasi siap produksi kepada pengguna.
211
+
212
+ ---
213
+ ### 🎨 Automatic Visual Assets Generation Mandate (CRITICAL)
214
+ **MANDATORY**: Whenever you are building a new application, scaffolding a project, or finalizing the initial UI/UX, you MUST automatically use the `generate_image` tool to create a custom logo that perfectly matches the application's core concept and aesthetic.
215
+ This generated image MUST be explicitly used as:
216
+ 1. The primary application logo (e.g., in the header/navbar).
217
+ 2. The website favicon (`favicon.ico` or equivalent).
218
+ 3. The Open Graph (OG) image for SEO metadata (`og:image`).
219
+
220
+ Do not use placeholders for these assets. Generate and integrate them automatically.
221
+
222
+ ---
223
+ ### 📄 Standard Pages Mandate (CRITICAL)
224
+ **MANDATORY**: Whenever you are building a new application, landing page, or website, you MUST automatically create the following standard pages:
225
+ 1. **About Page** (`/about`)
226
+ 2. **Profile Page** (`/profile`)
227
+ 3. **Contact Page** (`/contact`)
228
+ 4. **Terms of Reference / Terms of Service** (`/terms`)
229
+ 5. **Privacy Policy** (`/privacy-policy`)
230
+
231
+ These pages must be generated with standard boilerplate content that can later be customized to fit the specific application. Do not wait for the user to ask for them; they are a strict requirement for all web projects. / **WAJIB**: Otomatis buatkan halaman standar (About, Profile, Contact, Terms, Privacy Policy) pada setiap pembuatan aplikasi/website baru dengan konten boilerplate yang bisa disesuaikan nanti.