@fluentcommerce/ai-skills 0.1.0 → 0.3.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.
Potentially problematic release.
This version of @fluentcommerce/ai-skills might be problematic. Click here for more details.
- package/README.md +866 -622
- package/bin/cli.mjs +2112 -1973
- package/content/cli/agents/fluent-cli/agent.json +149 -149
- package/content/cli/agents/fluent-cli.md +132 -132
- package/content/cli/skills/fluent-bootstrap/SKILL.md +214 -181
- package/content/cli/skills/fluent-cli-index/SKILL.md +1 -1
- package/content/cli/skills/fluent-cli-mcp-cicd/SKILL.md +117 -1
- package/content/cli/skills/fluent-cli-reference/SKILL.md +1040 -1031
- package/content/cli/skills/fluent-cli-retailer/SKILL.md +27 -2
- package/content/cli/skills/fluent-cli-settings/SKILL.md +21 -1
- package/content/cli/skills/fluent-connect/SKILL.md +937 -886
- package/content/cli/skills/fluent-module-deploy/SKILL.md +63 -5
- package/content/cli/skills/fluent-profile/SKILL.md +73 -0
- package/content/cli/skills/fluent-workflow/SKILL.md +360 -310
- package/content/dev/agents/fluent-backend-dev/AGENT.md +58 -0
- package/content/dev/agents/fluent-backend-dev/agent.json +69 -0
- package/content/dev/agents/fluent-backend-dev.md +287 -0
- package/content/dev/agents/fluent-dev/AGENT.md +98 -0
- package/content/dev/agents/fluent-dev/agent.json +14 -2
- package/content/dev/agents/fluent-dev.md +194 -525
- package/content/dev/agents/fluent-frontend-dev/AGENT.md +63 -0
- package/content/dev/agents/fluent-frontend-dev/agent.json +52 -0
- package/content/dev/agents/fluent-frontend-dev.md +323 -0
- package/content/dev/skills/fluent-archive/SKILL.md +234 -0
- package/content/dev/skills/fluent-build/SKILL.md +312 -192
- package/content/dev/skills/fluent-connection-analysis/SKILL.md +422 -386
- package/content/dev/skills/fluent-custom-code/SKILL.md +15 -9
- package/content/dev/skills/fluent-data-module-scaffold/SKILL.md +19 -2
- package/content/dev/skills/fluent-e2e-test/SKILL.md +501 -394
- package/content/dev/skills/fluent-event-api/SKILL.md +962 -945
- package/content/dev/skills/fluent-feature-explain/SKILL.md +680 -603
- package/content/dev/skills/fluent-feature-plan/PLAN_TEMPLATE.md +27 -2
- package/content/dev/skills/fluent-feature-plan/SKILL.md +478 -227
- package/content/dev/skills/fluent-feature-status/SKILL.md +335 -0
- package/content/dev/skills/fluent-feedback/SKILL.md +221 -0
- package/content/dev/skills/fluent-implementation-map/SKILL.md +644 -0
- package/content/dev/skills/fluent-job-batch/SKILL.md +10 -0
- package/content/dev/skills/fluent-module-scaffold/SKILL.md +64 -2
- package/content/dev/skills/fluent-module-validate/SKILL.md +778 -775
- package/content/dev/skills/fluent-mystique-analyze/SKILL.md +817 -0
- package/content/dev/skills/fluent-mystique-builder/COMPONENT_TEMPLATE.md +81 -0
- package/content/dev/skills/fluent-mystique-builder/README.md +63 -0
- package/content/dev/skills/fluent-mystique-builder/SKILL.md +1294 -0
- package/content/dev/skills/fluent-mystique-builder/components/INDEX.md +92 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.accordion.md +48 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.action.field.fulfilmentpack.md +20 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.action.field.multiparcel.md +21 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.action.field.returnitems.md +21 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.action.field.wavepick.md +21 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.action.inline.md +24 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.activity.entity.md +25 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.analytics.viz.md +20 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.attribute.column.md +111 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.attribute.json.md +20 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.attribute.jsoneditor.md +54 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.attribute.locationId.md +51 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.attribute.retailerId.md +52 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.button.bar.md +57 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.button.print.download.md +53 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.button.print.inline.compatibility.md +60 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.button.print.inline.md +53 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.button.print.md +24 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.button.print.pick.md +61 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.buttons.add.reject.md +20 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.card.attribute.md +73 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.card.attributes.grid.md +40 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.card.image.md +37 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.card.map.point.md +24 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.card.multi.md +79 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.card.product.md +27 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.chart.area.md +34 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.chart.area.wrapper.feed.md +98 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.chart.bar.md +52 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.chart.bar.wrapper.source.md +104 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.chart.gauge.md +28 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.chart.gauge.wrapper.threshold.md +118 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.chart.line.md +32 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.conditional.md +62 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.dashboard.threshold.md +65 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.daterange.wrapper.forwarder.md +56 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.drawer.button.md +21 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.event.detail.md +20 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.events.search.md +21 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.field.daterange.md +83 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.field.filterComplex.md +106 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.field.intrange.md +82 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.field.multistring.md +50 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.filterPanel.md +53 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.json.editor.md +22 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.json.viewer.md +21 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.list.customAction.md +79 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.list.md +116 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.list.wrapper.bppmetrics.md +69 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.list.wrapper.feed.md +65 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.list.wrapper.source.md +64 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.modal.button.addItem.md +60 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.modal.button.md +21 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.mutation.inline.md +88 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.mystique.collapsible.attributes.md +83 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.mystique.collapsible.text.md +33 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.mystique.link.md +30 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.order.itemDetails.md +20 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.order.shipmentDetails.md +20 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.page.filter.select.md +87 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.page.md +64 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.page.refresh.md +48 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.page.section.column.md +71 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.page.section.header.md +61 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.page.section.md +59 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.page.wizard.md +45 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.page.wizard.summary.md +56 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.progress.circular.md +20 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.provider.graphql.md +71 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.quantity.list.md +87 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.repeater.md +56 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.reports.ipuipc.md +54 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.return.rowExpansion.md +19 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.scanner.barcode.md +21 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.scanner.barcodeFilter.md +72 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.scanner.camera.md +20 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.settingForm.md +64 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.sourcing.profile.drawer.button.md +19 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.sourcing.profile.modal.button.md +64 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.sourcing.strategy.modal.button.md +20 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.stepper.md +20 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.tab.content.md +56 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.tabs.card.md +64 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.tabs.md +69 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.tile.metric.md +73 -0
- package/content/dev/skills/fluent-mystique-builder/components/fc.workflow.provider.md +77 -0
- package/content/dev/skills/fluent-mystique-builder/validate-docs.ps1 +260 -0
- package/content/dev/skills/fluent-mystique-scaffold/SKILL.md +1830 -0
- package/content/dev/skills/fluent-mystique-validate/SKILL.md +646 -0
- package/content/dev/skills/fluent-pre-deploy-check/SKILL.md +1144 -1108
- package/content/dev/skills/fluent-retailer-config/SKILL.md +1162 -1111
- package/content/dev/skills/fluent-rollback/SKILL.md +387 -0
- package/content/dev/skills/fluent-rule-scaffold/SKILL.md +515 -385
- package/content/dev/skills/fluent-scope-decompose/SKILL.md +1123 -1021
- package/content/dev/skills/fluent-session-audit-export/SKILL.md +880 -632
- package/content/dev/skills/fluent-session-summary/SKILL.md +320 -195
- package/content/dev/skills/fluent-settings/SKILL.md +160 -1
- package/content/dev/skills/fluent-source-onboard/SKILL.md +31 -3
- package/content/dev/skills/fluent-sourcing/SKILL.md +1185 -0
- package/content/dev/skills/fluent-system-monitoring/SKILL.md +771 -767
- package/content/dev/skills/fluent-test-data/SKILL.md +514 -513
- package/content/dev/skills/fluent-trace/SKILL.md +1169 -1143
- package/content/dev/skills/fluent-transition-api/SKILL.md +364 -346
- package/content/dev/skills/fluent-use-case-discover/SKILL.md +593 -0
- package/content/dev/skills/fluent-use-case-discover/SPEC_TEMPLATE.md +281 -0
- package/content/dev/skills/fluent-version-manage/SKILL.md +53 -2
- package/content/dev/skills/fluent-workflow-analyzer/SKILL.md +995 -959
- package/content/dev/skills/fluent-workflow-builder/SKILL.md +668 -319
- package/content/dev/skills/fluent-workflow-deploy/SKILL.md +480 -267
- package/content/dev/skills/fluent-workspace-tree/SKILL.md +281 -0
- package/content/mcp-extn/agents/fluent-mcp.md +133 -69
- package/content/mcp-extn/skills/fluent-mcp-tools/SKILL.md +812 -461
- package/content/mcp-official/agents/fluent-mcp-core.md +91 -91
- package/content/mcp-official/skills/fluent-mcp-core/SKILL.md +94 -94
- package/content/rfl/skills/fluent-rfl-assess/SKILL.md +172 -172
- package/docs/CAPABILITY_MAP.md +106 -77
- package/docs/DEPLOYMENT_PROMOTION_RUNBOOK.md +218 -0
- package/docs/DESIGN-implementation-map.md +698 -0
- package/docs/DEV_WORKFLOW.md +814 -802
- package/docs/FLOW_RUN.md +142 -142
- package/docs/GETTING_STARTED.md +427 -0
- package/docs/USE_CASES.md +909 -52
- package/metadata.json +184 -156
- package/package.json +3 -2
|
@@ -1,172 +1,172 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: fluent-rfl-assess
|
|
3
|
-
description: Run a Ready For Launch (RFL) assessment on a Fluent Commerce implementation. Analyzes workflows, rules, settings, and integrations for production readiness. Triggers on "rfl assessment", "ready for launch check", "go-live readiness", "production audit".
|
|
4
|
-
user-invocable: true
|
|
5
|
-
allowed-tools: Bash, Read, Write, Edit, Glob, Grep
|
|
6
|
-
argument-hint: [--profile name] [--retailer ref]
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
# RFL Assessment
|
|
10
|
-
|
|
11
|
-
Comprehensive Ready For Launch assessment for Fluent Commerce implementations.
|
|
12
|
-
|
|
13
|
-
## When to Use
|
|
14
|
-
|
|
15
|
-
- Pre-go-live production readiness check
|
|
16
|
-
- Post-implementation quality review
|
|
17
|
-
- Periodic health check of running implementations
|
|
18
|
-
- New team member onboarding (understand current state)
|
|
19
|
-
|
|
20
|
-
## Assessment Workflow
|
|
21
|
-
|
|
22
|
-
### Step 1: Environment Discovery
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
# Verify connection
|
|
26
|
-
fluent profile active
|
|
27
|
-
|
|
28
|
-
# List workflows
|
|
29
|
-
fluent workflow list -p <profile> -r <retailer>
|
|
30
|
-
|
|
31
|
-
# List installed modules
|
|
32
|
-
fluent module list -p <profile>
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
### Step 2: Workflow Analysis
|
|
36
|
-
|
|
37
|
-
For each workflow:
|
|
38
|
-
- Download and parse workflow JSON
|
|
39
|
-
- Check naming conventions
|
|
40
|
-
- Detect duplicate rulesets
|
|
41
|
-
- Identify orphaned rulesets
|
|
42
|
-
- Verify state transitions are complete
|
|
43
|
-
- Check for cyclic dependencies
|
|
44
|
-
|
|
45
|
-
### Step 3: Custom Rules Review
|
|
46
|
-
|
|
47
|
-
- Locate plugin source code under `accounts/<PROFILE>/SOURCE/`
|
|
48
|
-
- If source is unavailable:
|
|
49
|
-
- Check for JARs or decompiled output at `accounts/<PROFILE>/SOURCE/.decompiled/`
|
|
50
|
-
- If neither exists, run `/fluent-custom-code <PROFILE>` to decompile available JARs
|
|
51
|
-
- If no JARs are available, run `/fluent-connect` for full workspace preparation including JAR provision guidance
|
|
52
|
-
- Fall back to `plugin.list` for description-level review (rule parameters, accepted entity types, produced events) — note reduced confidence in the report
|
|
53
|
-
- Analyze Java code quality (original source = high confidence; decompiled = medium confidence, note synthetic variable names)
|
|
54
|
-
- Check GraphQL usage patterns
|
|
55
|
-
- Verify error handling
|
|
56
|
-
- Assess test coverage (skip if only decompiled source available)
|
|
57
|
-
|
|
58
|
-
### Step 4: Configuration Audit
|
|
59
|
-
|
|
60
|
-
- Query settings via GraphQL
|
|
61
|
-
- Check user and role setup
|
|
62
|
-
- Verify catalogue configuration
|
|
63
|
-
- Validate network topology
|
|
64
|
-
- Confirm location setup
|
|
65
|
-
|
|
66
|
-
### Step 5: Generate Report
|
|
67
|
-
|
|
68
|
-
Output: `rfl-report-<retailer>-<timestamp>.md`
|
|
69
|
-
|
|
70
|
-
Includes:
|
|
71
|
-
- Overall score (0-100)
|
|
72
|
-
- Risk matrix
|
|
73
|
-
- Findings by category
|
|
74
|
-
- Prioritized recommendations
|
|
75
|
-
- Go/No-Go recommendation
|
|
76
|
-
|
|
77
|
-
## Scoring
|
|
78
|
-
|
|
79
|
-
| Score | Rating | Meaning |
|
|
80
|
-
|-------|--------|---------|
|
|
81
|
-
| 90-100 | Excellent | Ready for launch |
|
|
82
|
-
| 75-89 | Good | Minor issues, safe to launch |
|
|
83
|
-
| 60-74 | Fair | Address high-priority items first |
|
|
84
|
-
| 40-59 | Poor | Significant work needed |
|
|
85
|
-
| 0-39 | Critical | Not ready for launch |
|
|
86
|
-
|
|
87
|
-
## Common Findings
|
|
88
|
-
|
|
89
|
-
| Category | Finding | Severity |
|
|
90
|
-
|----------|---------|----------|
|
|
91
|
-
| Workflow | Orphaned rulesets | Medium |
|
|
92
|
-
| Workflow | Missing error handlers | High |
|
|
93
|
-
| Rules | No test coverage | High |
|
|
94
|
-
| Rules | Hardcoded values | Medium |
|
|
95
|
-
| Config | Missing settings | Critical |
|
|
96
|
-
| Integration | No retry on webhook failure | High |
|
|
97
|
-
|
|
98
|
-
## Event Health Assessment
|
|
99
|
-
|
|
100
|
-
As part of the RFL assessment, check event processing health:
|
|
101
|
-
|
|
102
|
-
Prerequisites:
|
|
103
|
-
- Metrics queries require a user/token with `METRICS_VIEW`.
|
|
104
|
-
- Interpret metrics as trend-level observability signals (Prometheus functions may extrapolate around scrape windows), not ledger-accurate financial totals.
|
|
105
|
-
|
|
106
|
-
### Automated Health Check (Preferred)
|
|
107
|
-
```
|
|
108
|
-
metrics.healthCheck({
|
|
109
|
-
"window": "168h",
|
|
110
|
-
"topN": 20,
|
|
111
|
-
"thresholds": { "failureRate": 2, "pendingRate": 5 }
|
|
112
|
-
})
|
|
113
|
-
```
|
|
114
|
-
Single call covers failure rate, NO_MATCH, PENDING, and dominance checks. Use stricter thresholds (2% failure) for go-live readiness.
|
|
115
|
-
|
|
116
|
-
If Prometheus is unavailable, the tool automatically falls back to Event API aggregation.
|
|
117
|
-
|
|
118
|
-
### Manual Checks (Drill-Down)
|
|
119
|
-
|
|
120
|
-
Use these for targeted investigation when healthCheck reports findings:
|
|
121
|
-
|
|
122
|
-
### Failed Events Check
|
|
123
|
-
```
|
|
124
|
-
event.list({
|
|
125
|
-
"eventStatus": "FAILED",
|
|
126
|
-
"from": "<last_7_days>",
|
|
127
|
-
"count": 50
|
|
128
|
-
})
|
|
129
|
-
```
|
|
130
|
-
Flag: >5% failure rate indicates systemic issues requiring investigation before launch.
|
|
131
|
-
|
|
132
|
-
### NO_MATCH Events Check
|
|
133
|
-
```
|
|
134
|
-
event.list({
|
|
135
|
-
"eventStatus": "NO_MATCH",
|
|
136
|
-
"from": "<last_7_days>",
|
|
137
|
-
"count": 50
|
|
138
|
-
})
|
|
139
|
-
```
|
|
140
|
-
Flag: Any NO_MATCH events indicate missing workflow configuration (event name doesn't match any ruleset).
|
|
141
|
-
|
|
142
|
-
### Exception Events Check
|
|
143
|
-
```
|
|
144
|
-
event.list({
|
|
145
|
-
"category": "exception",
|
|
146
|
-
"from": "<last_7_days>",
|
|
147
|
-
"count": 50
|
|
148
|
-
})
|
|
149
|
-
```
|
|
150
|
-
Flag: Recurring exceptions with the same `lastRule` or `lastRuleSet` indicate a code-level bug.
|
|
151
|
-
|
|
152
|
-
### Event Volume Analytics
|
|
153
|
-
|
|
154
|
-
**Prometheus (preferred):**
|
|
155
|
-
```
|
|
156
|
-
metrics.query({
|
|
157
|
-
"query": "sum by (event_name, entity_type, status) (increase(rubix_event_runtime_seconds_count[24h]))",
|
|
158
|
-
"type": "instant"
|
|
159
|
-
})
|
|
160
|
-
```
|
|
161
|
-
|
|
162
|
-
**Fallback (Event API aggregation):**
|
|
163
|
-
```
|
|
164
|
-
metrics.topEvents({
|
|
165
|
-
"from": "<last_24h>",
|
|
166
|
-
"topN": 20
|
|
167
|
-
})
|
|
168
|
-
```
|
|
169
|
-
Review top events for unexpected patterns: high failure rates, unusual entity type distribution, missing expected events.
|
|
170
|
-
|
|
171
|
-
For detailed event diagnostics → `/fluent-trace`.
|
|
172
|
-
For monitoring workflows and anomaly detection → `/fluent-system-monitoring`.
|
|
1
|
+
---
|
|
2
|
+
name: fluent-rfl-assess
|
|
3
|
+
description: Run a Ready For Launch (RFL) assessment on a Fluent Commerce implementation. Analyzes workflows, rules, settings, and integrations for production readiness. Triggers on "rfl assessment", "ready for launch check", "go-live readiness", "production audit".
|
|
4
|
+
user-invocable: true
|
|
5
|
+
allowed-tools: Bash, Read, Write, Edit, Glob, Grep
|
|
6
|
+
argument-hint: [--profile name] [--retailer ref]
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# RFL Assessment
|
|
10
|
+
|
|
11
|
+
Comprehensive Ready For Launch assessment for Fluent Commerce implementations.
|
|
12
|
+
|
|
13
|
+
## When to Use
|
|
14
|
+
|
|
15
|
+
- Pre-go-live production readiness check
|
|
16
|
+
- Post-implementation quality review
|
|
17
|
+
- Periodic health check of running implementations
|
|
18
|
+
- New team member onboarding (understand current state)
|
|
19
|
+
|
|
20
|
+
## Assessment Workflow
|
|
21
|
+
|
|
22
|
+
### Step 1: Environment Discovery
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
# Verify connection
|
|
26
|
+
fluent profile active
|
|
27
|
+
|
|
28
|
+
# List workflows
|
|
29
|
+
fluent workflow list -p <profile> -r <retailer>
|
|
30
|
+
|
|
31
|
+
# List installed modules
|
|
32
|
+
fluent module list -p <profile>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Step 2: Workflow Analysis
|
|
36
|
+
|
|
37
|
+
For each workflow:
|
|
38
|
+
- Download and parse workflow JSON
|
|
39
|
+
- Check naming conventions
|
|
40
|
+
- Detect duplicate rulesets
|
|
41
|
+
- Identify orphaned rulesets
|
|
42
|
+
- Verify state transitions are complete
|
|
43
|
+
- Check for cyclic dependencies
|
|
44
|
+
|
|
45
|
+
### Step 3: Custom Rules Review
|
|
46
|
+
|
|
47
|
+
- Locate plugin source code under `accounts/<PROFILE>/SOURCE/`
|
|
48
|
+
- If source is unavailable:
|
|
49
|
+
- Check for JARs or decompiled output at `accounts/<PROFILE>/SOURCE/.decompiled/`
|
|
50
|
+
- If neither exists, run `/fluent-custom-code <PROFILE>` to decompile available JARs
|
|
51
|
+
- If no JARs are available, run `/fluent-connect` for full workspace preparation including JAR provision guidance
|
|
52
|
+
- Fall back to `plugin.list` for description-level review (rule parameters, accepted entity types, produced events) — note reduced confidence in the report
|
|
53
|
+
- Analyze Java code quality (original source = high confidence; decompiled = medium confidence, note synthetic variable names)
|
|
54
|
+
- Check GraphQL usage patterns
|
|
55
|
+
- Verify error handling
|
|
56
|
+
- Assess test coverage (skip if only decompiled source available)
|
|
57
|
+
|
|
58
|
+
### Step 4: Configuration Audit
|
|
59
|
+
|
|
60
|
+
- Query settings via GraphQL
|
|
61
|
+
- Check user and role setup
|
|
62
|
+
- Verify catalogue configuration
|
|
63
|
+
- Validate network topology
|
|
64
|
+
- Confirm location setup
|
|
65
|
+
|
|
66
|
+
### Step 5: Generate Report
|
|
67
|
+
|
|
68
|
+
Output: `rfl-report-<retailer>-<timestamp>.md`
|
|
69
|
+
|
|
70
|
+
Includes:
|
|
71
|
+
- Overall score (0-100)
|
|
72
|
+
- Risk matrix
|
|
73
|
+
- Findings by category
|
|
74
|
+
- Prioritized recommendations
|
|
75
|
+
- Go/No-Go recommendation
|
|
76
|
+
|
|
77
|
+
## Scoring
|
|
78
|
+
|
|
79
|
+
| Score | Rating | Meaning |
|
|
80
|
+
|-------|--------|---------|
|
|
81
|
+
| 90-100 | Excellent | Ready for launch |
|
|
82
|
+
| 75-89 | Good | Minor issues, safe to launch |
|
|
83
|
+
| 60-74 | Fair | Address high-priority items first |
|
|
84
|
+
| 40-59 | Poor | Significant work needed |
|
|
85
|
+
| 0-39 | Critical | Not ready for launch |
|
|
86
|
+
|
|
87
|
+
## Common Findings
|
|
88
|
+
|
|
89
|
+
| Category | Finding | Severity |
|
|
90
|
+
|----------|---------|----------|
|
|
91
|
+
| Workflow | Orphaned rulesets | Medium |
|
|
92
|
+
| Workflow | Missing error handlers | High |
|
|
93
|
+
| Rules | No test coverage | High |
|
|
94
|
+
| Rules | Hardcoded values | Medium |
|
|
95
|
+
| Config | Missing settings | Critical |
|
|
96
|
+
| Integration | No retry on webhook failure | High |
|
|
97
|
+
|
|
98
|
+
## Event Health Assessment
|
|
99
|
+
|
|
100
|
+
As part of the RFL assessment, check event processing health:
|
|
101
|
+
|
|
102
|
+
Prerequisites:
|
|
103
|
+
- Metrics queries require a user/token with `METRICS_VIEW`.
|
|
104
|
+
- Interpret metrics as trend-level observability signals (Prometheus functions may extrapolate around scrape windows), not ledger-accurate financial totals.
|
|
105
|
+
|
|
106
|
+
### Automated Health Check (Preferred)
|
|
107
|
+
```
|
|
108
|
+
metrics.healthCheck({
|
|
109
|
+
"window": "168h",
|
|
110
|
+
"topN": 20,
|
|
111
|
+
"thresholds": { "failureRate": 2, "pendingRate": 5 }
|
|
112
|
+
})
|
|
113
|
+
```
|
|
114
|
+
Single call covers failure rate, NO_MATCH, PENDING, and dominance checks. Use stricter thresholds (2% failure) for go-live readiness.
|
|
115
|
+
|
|
116
|
+
If Prometheus is unavailable, the tool automatically falls back to Event API aggregation.
|
|
117
|
+
|
|
118
|
+
### Manual Checks (Drill-Down)
|
|
119
|
+
|
|
120
|
+
Use these for targeted investigation when healthCheck reports findings:
|
|
121
|
+
|
|
122
|
+
### Failed Events Check
|
|
123
|
+
```
|
|
124
|
+
event.list({
|
|
125
|
+
"eventStatus": "FAILED",
|
|
126
|
+
"from": "<last_7_days>",
|
|
127
|
+
"count": 50
|
|
128
|
+
})
|
|
129
|
+
```
|
|
130
|
+
Flag: >5% failure rate indicates systemic issues requiring investigation before launch.
|
|
131
|
+
|
|
132
|
+
### NO_MATCH Events Check
|
|
133
|
+
```
|
|
134
|
+
event.list({
|
|
135
|
+
"eventStatus": "NO_MATCH",
|
|
136
|
+
"from": "<last_7_days>",
|
|
137
|
+
"count": 50
|
|
138
|
+
})
|
|
139
|
+
```
|
|
140
|
+
Flag: Any NO_MATCH events indicate missing workflow configuration (event name doesn't match any ruleset).
|
|
141
|
+
|
|
142
|
+
### Exception Events Check
|
|
143
|
+
```
|
|
144
|
+
event.list({
|
|
145
|
+
"category": "exception",
|
|
146
|
+
"from": "<last_7_days>",
|
|
147
|
+
"count": 50
|
|
148
|
+
})
|
|
149
|
+
```
|
|
150
|
+
Flag: Recurring exceptions with the same `lastRule` or `lastRuleSet` indicate a code-level bug.
|
|
151
|
+
|
|
152
|
+
### Event Volume Analytics
|
|
153
|
+
|
|
154
|
+
**Prometheus (preferred):**
|
|
155
|
+
```
|
|
156
|
+
metrics.query({
|
|
157
|
+
"query": "sum by (event_name, entity_type, status) (increase(rubix_event_runtime_seconds_count[24h]))",
|
|
158
|
+
"type": "instant"
|
|
159
|
+
})
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
**Fallback (Event API aggregation):**
|
|
163
|
+
```
|
|
164
|
+
metrics.topEvents({
|
|
165
|
+
"from": "<last_24h>",
|
|
166
|
+
"topN": 20
|
|
167
|
+
})
|
|
168
|
+
```
|
|
169
|
+
Review top events for unexpected patterns: high failure rates, unusual entity type distribution, missing expected events.
|
|
170
|
+
|
|
171
|
+
For detailed event diagnostics → `/fluent-trace`.
|
|
172
|
+
For monitoring workflows and anomaly detection → `/fluent-system-monitoring`.
|
package/docs/CAPABILITY_MAP.md
CHANGED
|
@@ -1,77 +1,106 @@
|
|
|
1
|
-
# Capability Ownership Map
|
|
2
|
-
|
|
3
|
-
This document defines which command/skill is the source of truth for each capability.
|
|
4
|
-
|
|
5
|
-
Use it to avoid duplicate guidance and conflicting instructions.
|
|
6
|
-
|
|
7
|
-
## Ownership Table
|
|
8
|
-
|
|
9
|
-
| Capability | Owner | Why |
|
|
10
|
-
|---|---|---|
|
|
11
|
-
| Automated diagnostics and guarded deploy execution | `flow-run` (`bin/cli.mjs`) | Deterministic checks + JSON report + explicit safety gates |
|
|
12
|
-
| Manual module deployment steps | `content/cli/skills/fluent-module-deploy/SKILL.md` | Human-guided deployment with operator decisions |
|
|
13
|
-
| Workflow operations (list, download, merge, workflowlog) | `content/cli/skills/fluent-workflow/SKILL.md` | Operational CLI source of truth |
|
|
14
|
-
| Fluent CLI settings inspection (`fluent setting list/get`) | `content/cli/skills/fluent-cli-settings/SKILL.md` | Canonical CLI guidance for reading/auditing settings in profile+retailer context |
|
|
15
|
-
| Fluent CLI retailer lifecycle (`fluent retailer create/list`) | `content/cli/skills/fluent-cli-retailer/SKILL.md` | Canonical CLI guidance for retailer bootstrap and context validation |
|
|
16
|
-
| Fluent CLI MCP setup and CI/CD guarded deploy patterns | `content/cli/skills/fluent-cli-mcp-cicd/SKILL.md` | Canonical CLI guidance for `fluent mcp server --stdio` setup and pipeline-safe deploy flow |
|
|
17
|
-
| Fluent CLI cross-family routing | `content/cli/skills/fluent-cli-index/SKILL.md` | Single entry point for broad or mixed Fluent CLI requests |
|
|
18
|
-
| Complete CLI command reference (all subcommands + flags) | `content/cli/skills/fluent-cli-reference/SKILL.md` | Canonical reference for every Fluent CLI command, flag, and option |
|
|
19
|
-
|
|
|
20
|
-
|
|
|
21
|
-
|
|
|
22
|
-
|
|
|
23
|
-
|
|
|
24
|
-
|
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
|
|
|
29
|
-
|
|
|
30
|
-
|
|
|
31
|
-
|
|
|
32
|
-
|
|
|
33
|
-
|
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
| Connection topology, cross-entity dependency maps, static-vs-dynamic runtime diffs, webhook/setting conformance | `content/dev/skills/fluent-connection-analysis/SKILL.md` | Topology analysis, orphan detection, process flow classification, --validate mode for runtime coverage comparison, settings conformance inventories |
|
|
41
|
-
| JOB/BATCH entity lifecycle diagnostics and monitoring | `content/dev/skills/fluent-job-batch/SKILL.md` | JOB/BATCH orchestration lifecycle, batch ingestion monitoring, job status tracking |
|
|
42
|
-
| Session change tracking and audit reporting (text + JSON) | `content/dev/skills/fluent-session-summary/SKILL.md` | Running change log of all write operations; structured summary on demand; lightweight JSON export |
|
|
43
|
-
| Module skeleton scaffolding (Maven, POMs, module.json, rules) | `content/dev/skills/fluent-module-scaffold/SKILL.md` | New-vs-extend decision tree; generates buildable module under `accounts/<PROFILE>/SOURCE/` |
|
|
44
|
-
| Scope document decomposition into task lists | `content/dev/skills/fluent-scope-decompose/SKILL.md` | Parses ADD scope docs into ordered tasks with dependency DAG, skill mappings, ambiguity flags |
|
|
45
|
-
| Version lifecycle (read, bump, sync, tag) | `content/dev/skills/fluent-version-manage/SKILL.md` | Semver bumps across POM files, module.json, CHANGELOG; git tag creation |
|
|
46
|
-
| Pre-deployment quality gates | `content/dev/skills/fluent-pre-deploy-check/SKILL.md` | 26 gates across 8 phases; blocks deployment on critical failures |
|
|
47
|
-
| Machine-readable compliance audit export | `content/dev/skills/fluent-session-audit-export/SKILL.md` | JSON audit trail with traceability matrix, rollback commands, compliance metadata |
|
|
48
|
-
| Feature reverse-engineering and architecture documentation | `content/dev/skills/fluent-feature-explain/SKILL.md` | Synthesizes workflow, code, connection, and runtime analysis into a persisted Feature Architecture Document with Mermaid diagrams. Tiered evidence: plugin.list (always) → decompiled JAR / original source → runtime. Auto-discovers entities for runtime, decompiles JARs when no source. Includes Analysis Confidence section with per-rule evidence levels. |
|
|
49
|
-
| Feature implementation planning (multi-artifact) | `content/dev/skills/fluent-feature-plan/SKILL.md` | Produces comprehensive 18-section feature plans with universal NEW/EXISTING/MODIFIED/REUSED/OOTB Source classification across all artifacts (rules, rulesets, statuses, settings, webhooks, GraphQL ops, cross-entity impacts). For NEW rules: pseudo logic contract. For OOTB: prop configuration. Template at `PLAN_TEMPLATE.md` (sibling file in skill directory). |
|
|
50
|
-
| Source code onboarding into Fluent module format | `content/dev/skills/fluent-source-onboard/SKILL.md` | Restructures non-standard Java source (loose files, decompiled JARs, Gradle projects, partial modules) into Maven multi-module Fluent extension module format. Validates with module-validate, attempts build, reconciles against deployed rules. |
|
|
51
|
-
|
|
|
52
|
-
|
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
1
|
+
# Capability Ownership Map
|
|
2
|
+
|
|
3
|
+
This document defines which command/skill is the source of truth for each capability.
|
|
4
|
+
|
|
5
|
+
Use it to avoid duplicate guidance and conflicting instructions.
|
|
6
|
+
|
|
7
|
+
## Ownership Table
|
|
8
|
+
|
|
9
|
+
| Capability | Owner | Why |
|
|
10
|
+
|---|---|---|
|
|
11
|
+
| Automated diagnostics and guarded deploy execution | `flow-run` (`bin/cli.mjs`) | Deterministic checks + JSON report + explicit safety gates |
|
|
12
|
+
| Manual module deployment steps | `content/cli/skills/fluent-module-deploy/SKILL.md` | Human-guided deployment with operator decisions |
|
|
13
|
+
| Workflow operations (list, download, merge, workflowlog) | `content/cli/skills/fluent-workflow/SKILL.md` | Operational CLI source of truth |
|
|
14
|
+
| Fluent CLI settings inspection (`fluent setting list/get`) | `content/cli/skills/fluent-cli-settings/SKILL.md` | Canonical CLI guidance for reading/auditing settings in profile+retailer context |
|
|
15
|
+
| Fluent CLI retailer lifecycle (`fluent retailer create/list`) | `content/cli/skills/fluent-cli-retailer/SKILL.md` | Canonical CLI guidance for retailer bootstrap and context validation |
|
|
16
|
+
| Fluent CLI MCP setup and CI/CD guarded deploy patterns | `content/cli/skills/fluent-cli-mcp-cicd/SKILL.md` | Canonical CLI guidance for `fluent mcp server --stdio` setup and pipeline-safe deploy flow |
|
|
17
|
+
| Fluent CLI cross-family routing | `content/cli/skills/fluent-cli-index/SKILL.md` | Single entry point for broad or mixed Fluent CLI requests |
|
|
18
|
+
| Complete CLI command reference (all subcommands + flags) | `content/cli/skills/fluent-cli-reference/SKILL.md` | Canonical reference for every Fluent CLI command, flag, and option |
|
|
19
|
+
| Account bootstrap (profile, retailer, MCP, workflows, source) | `content/cli/skills/fluent-bootstrap/SKILL.md` | Complete Fluent Commerce account bootstrap wizard with mandatory planning gate |
|
|
20
|
+
| CLI profile management (create, switch, list, export) | `content/cli/skills/fluent-profile/SKILL.md` | Manage Fluent CLI profiles for connecting to Fluent Commerce accounts |
|
|
21
|
+
| Ready For Launch (RFL) assessment | `content/rfl/skills/fluent-rfl-assess/SKILL.md` | Production readiness audit across workflows, rules, settings, and architecture |
|
|
22
|
+
| Workflow design patterns and validation checklist | `content/dev/skills/fluent-workflow-builder/SKILL.md` | Architecture/design guidance for new workflow behavior |
|
|
23
|
+
| Build, version bump, package steps | `content/dev/skills/fluent-build/SKILL.md` | Code/module build lifecycle ownership |
|
|
24
|
+
| Event tracing and diagnostic decision trees | `content/dev/skills/fluent-trace/SKILL.md` | Investigation workflow ownership |
|
|
25
|
+
| Event API model, types, categories, query patterns, event contracts, causality analysis, integration patterns | `content/dev/skills/fluent-event-api/SKILL.md` | Event data model knowledge, filter parameters, event contracts (pre-send validation), causality tracing patterns (`sourceEvents`, `rootEntityRef`, cross-entity chains), and common integration event patterns (inventory, PIM, WMS, carrier) |
|
|
26
|
+
| Aggregate platform observability and metrics anomaly triage | `content/dev/skills/fluent-system-monitoring/SKILL.md` | Prometheus/Event API aggregate monitoring, threshold checks, and incident triage routing |
|
|
27
|
+
| Opaque rule logic analysis (source request + JAR decompile fallback) | `content/dev/skills/fluent-trace/SKILL.md` + `docs/DEV_WORKFLOW.md` | Ensures workflow explanations are grounded in executable rule behavior |
|
|
28
|
+
| E2E scenario patterns and polling strategy | `content/dev/skills/fluent-e2e-test/SKILL.md` | Scenario-driven behavior verification |
|
|
29
|
+
| Workflow structural analysis and dependency mapping | `content/dev/skills/fluent-workflow-analyzer/SKILL.md` | Status graph, event chain tracing, orphan detection |
|
|
30
|
+
| Custom source-code understanding and reusable artifact output | `content/dev/skills/fluent-custom-code/SKILL.md` | Source-map, workflow-rule-map, constraints, behavior-map, extension-plan |
|
|
31
|
+
| Transition API user action discovery | `content/dev/skills/fluent-transition-api/SKILL.md` | Runtime user action queries, attribute mapping for events |
|
|
32
|
+
| Test data discovery and payload generation | `content/dev/skills/fluent-test-data/SKILL.md` | Discover retailer environment (locations, products, catalogues, inventory) and generate valid test entity creation payloads dynamically |
|
|
33
|
+
| Settings management | `content/dev/skills/fluent-settings/SKILL.md` | Manage retailer settings — discover, audit against workflows, create/update, migrate between environments |
|
|
34
|
+
| Retailer environment configuration | `content/dev/skills/fluent-retailer-config/SKILL.md` | Configure retailer environments — create locations, networks, catalogues, inventory, carriers via GraphQL |
|
|
35
|
+
| Module inventory, classification, and structure validation | `content/dev/skills/fluent-module-validate/SKILL.md` | Inventory all deployed modules (reference vs custom), classify by symbolic name, validate custom extension structure; cached JSON artifacts |
|
|
36
|
+
| OOTB-vs-custom rule decision | `content/dev/skills/fluent-rule-scaffold/SKILL.md` | Pre-scaffolding check: search registered rules via plugin.list, recommend OOTB if match exists, scaffold custom only when needed |
|
|
37
|
+
| MCP extension tool reference (syntax/limits) | `content/mcp-extn/skills/fluent-mcp-tools/SKILL.md` | Canonical tool-level reference |
|
|
38
|
+
| MCP core setup and GraphQL core utilities | `content/mcp-official/skills/fluent-mcp-core/SKILL.md` | Canonical official MCP server reference |
|
|
39
|
+
| Account connection, workspace discovery, JAR decompilation, and cached state | `content/cli/skills/fluent-connect/SKILL.md` | Guided onboarding — discovers profiles, wires MCP, downloads workflows, decompiles JARs, builds rule inventory, persists workspace state |
|
|
40
|
+
| Connection topology, cross-entity dependency maps, static-vs-dynamic runtime diffs, webhook/setting conformance | `content/dev/skills/fluent-connection-analysis/SKILL.md` | Topology analysis, orphan detection, process flow classification, --validate mode for runtime coverage comparison, settings conformance inventories |
|
|
41
|
+
| JOB/BATCH entity lifecycle diagnostics and monitoring | `content/dev/skills/fluent-job-batch/SKILL.md` | JOB/BATCH orchestration lifecycle, batch ingestion monitoring, job status tracking |
|
|
42
|
+
| Session change tracking and audit reporting (text + JSON) | `content/dev/skills/fluent-session-summary/SKILL.md` | Running change log of all write operations, skill invocations (with gate results and handoff signals), and MCP tool calls; structured summary on demand; lightweight JSON export |
|
|
43
|
+
| Module skeleton scaffolding (Maven, POMs, module.json, rules) | `content/dev/skills/fluent-module-scaffold/SKILL.md` | New-vs-extend decision tree; generates buildable module under `accounts/<PROFILE>/SOURCE/` |
|
|
44
|
+
| Scope document decomposition into task lists | `content/dev/skills/fluent-scope-decompose/SKILL.md` | Parses ADD scope docs into ordered tasks with dependency DAG, skill mappings, ambiguity flags |
|
|
45
|
+
| Version lifecycle (read, bump, sync, tag) | `content/dev/skills/fluent-version-manage/SKILL.md` | Semver bumps across POM files, module.json, CHANGELOG; git tag creation |
|
|
46
|
+
| Pre-deployment quality gates | `content/dev/skills/fluent-pre-deploy-check/SKILL.md` | 26 gates across 8 phases; blocks deployment on critical failures |
|
|
47
|
+
| Machine-readable compliance audit export | `content/dev/skills/fluent-session-audit-export/SKILL.md` | JSON audit trail with `skillInvocations[]`, `toolCalls[]`, `decisionTrail[]`, traceability matrix, rollback commands, compliance metadata. Tracks gate results, handoff signals, and full decision chain. |
|
|
48
|
+
| Feature reverse-engineering and architecture documentation | `content/dev/skills/fluent-feature-explain/SKILL.md` | Synthesizes workflow, code, connection, and runtime analysis into a persisted Feature Architecture Document with Mermaid diagrams. Tiered evidence: plugin.list (always) → decompiled JAR / original source → runtime. Auto-discovers entities for runtime, decompiles JARs when no source. Includes Analysis Confidence section with per-rule evidence levels. |
|
|
49
|
+
| Feature implementation planning (multi-artifact) | `content/dev/skills/fluent-feature-plan/SKILL.md` | Produces comprehensive 18-section feature plans with universal NEW/EXISTING/MODIFIED/REUSED/OOTB Source classification across all artifacts (rules, rulesets, statuses, settings, webhooks, GraphQL ops, cross-entity impacts). For NEW rules: pseudo logic contract. For OOTB: prop configuration. Template at `PLAN_TEMPLATE.md` (sibling file in skill directory). |
|
|
50
|
+
| Source code onboarding into Fluent module format | `content/dev/skills/fluent-source-onboard/SKILL.md` | Restructures non-standard Java source (loose files, decompiled JARs, Gradle projects, partial modules) into Maven multi-module Fluent extension module format. Validates with module-validate, attempts build, reconciles against deployed rules. |
|
|
51
|
+
| Sourcing framework reference (profiles, strategies, conditions, criteria, scoring, extensions) | `content/dev/skills/fluent-sourcing/SKILL.md` | Comprehensive reference for Responsive Sourcing Framework v2.1+. Covers evaluation flow, 10 condition operators, 11 built-in criteria with scoring models, normalization algorithm, permutation search, settings schema, workflow integration rules, custom Java extensions, and operational GraphQL patterns. Chains to `/fluent-rule-scaffold` for custom extension wiring, `/fluent-workflow-builder` for sourcing rulesets, `/fluent-settings` for sourcing settings CRUD. |
|
|
52
|
+
| Business requirements gathering (interactive wizard + document analysis) | `content/dev/skills/fluent-use-case-discover/SKILL.md` | Structured business spec production that feeds feature planning. Interactive mode walks through use cases, actors, business rules. Document analysis mode extracts from existing docs. |
|
|
53
|
+
| Feature lifecycle dashboard and status tracking | `content/dev/skills/fluent-feature-status/SKILL.md` | Scans all `features/*/status.json`, presents consolidated table with filtering, sorting, and attention items across profiles |
|
|
54
|
+
| Feature archival and lifecycle cleanup | `content/dev/skills/fluent-archive/SKILL.md` | Transitions features to ARCHIVED status with confirmation gate. Blocked for IN_PROGRESS without --force. |
|
|
55
|
+
| Deployment rollback (workflows, modules, settings) | `content/dev/skills/fluent-rollback/SKILL.md` | Guided rollback with mandatory planning gate and dry-run mode. Workflow version revert, module redeploy, settings restore. |
|
|
56
|
+
| Workspace structure visualization | `content/dev/skills/fluent-workspace-tree/SKILL.md` | Read-only annotated workspace tree showing all artifacts by category with counts and status overlays |
|
|
57
|
+
| Implementation reverse-engineering and feature inventory | `content/dev/skills/fluent-implementation-map/SKILL.md` | Top-of-pyramid analysis: discovers features from workflows/rules/settings, maps cross-feature dependencies, scores customisation depth, identifies gaps. Output to `analysis/implementation-map/`. |
|
|
58
|
+
| Workflow deployment with validation and fallback | `content/dev/skills/fluent-workflow-deploy/SKILL.md` | MCP-primary workflow upload with pre-flight checks, version verification, automatic REST API fallback, and rollback support |
|
|
59
|
+
| Data module scaffolding (no Java plugins) | `content/dev/skills/fluent-data-module-scaffold/SKILL.md` | Generates module structure with assets directories, module.json, config template, and build script for non-plugin modules |
|
|
60
|
+
| Mermaid diagram syntax validation | `content/dev/skills/fluent-mermaid-validate/SKILL.md` | Internal-only skill. Validates stateDiagram-v2, sequenceDiagram, flowchart, erDiagram syntax. Called by diagram-generating skills. |
|
|
61
|
+
| Mystique manifest validation (schema, components, props, queries, i18n) | `content/dev/skills/fluent-mystique-validate/SKILL.md` | 49 validation rules across 6 phases. Canonical OOTB component alias registry (73 aliases). Schema compliance, component resolution, data/query validation, template string checking, prop verification, cross-manifest consistency. |
|
|
62
|
+
| Mystique manifest building and editing | `content/dev/skills/fluent-mystique-builder/SKILL.md` | 6 operations (create manifest, add page, add component, build fragment, generate data query, edit manifest). 7 composition patterns. Entity type-to-GraphQL query mapping. Full manifest v2.0 schema. Build vs Configure decision framework. |
|
|
63
|
+
| Mystique SDK component scaffolding | `content/dev/skills/fluent-mystique-scaffold/SKILL.md` | Generate complete buildable SDK component projects (webpack, TypeScript, Storybook, Jest, component registration). Only invoked when Build vs Configure framework determines OOTB components cannot meet the requirement. |
|
|
64
|
+
| Mystique manifest analysis and complexity scoring | `content/dev/skills/fluent-mystique-analyze/SKILL.md` | 7 analysis dimensions with weighted complexity scoring (0-100). 15 pattern detection rules. Mermaid diagram generation (route graph, component tree, data flow). Architectural health assessment. |
|
|
65
|
+
|
|
66
|
+
## Reconciliation Rules
|
|
67
|
+
|
|
68
|
+
- Event API source docs are selectively extracted into skills; do not mirror full product docs.
|
|
69
|
+
- If deployment logic changes, update `flow-run` and `fluent-module-deploy`; link from `fluent-build` rather than duplicating deploy instructions.
|
|
70
|
+
- If workflow command syntax changes, update `fluent-workflow`; `fluent-workflow-builder` should reference it for operational steps.
|
|
71
|
+
- If MCP tool contracts change, update `fluent-mcp-tools` first; other skills should reference it for request syntax and limits.
|
|
72
|
+
- If workflow/ruleset intent is ambiguous, escalate to source/decompile flow owned by `fluent-trace` + `DEV_WORKFLOW.md` before making behavioral claims.
|
|
73
|
+
- If module structure checks change, update `fluent-module-validate` first; `fluent-build` and `fluent-module-deploy` should read the cached report rather than duplicating checks.
|
|
74
|
+
- Keep skill files focused on decision logic and patterns; keep low-level command/tool reference centralized.
|
|
75
|
+
- If Mystique component registry or manifest schema changes, update `fluent-mystique-validate` first (canonical OOTB alias list); `fluent-mystique-builder` and `fluent-mystique-analyze` reference it for component resolution.
|
|
76
|
+
- Frontend skills (`fluent-mystique-*`) own all Mystique/manifest/UI work. Backend skills should never generate or modify manifests. Cross-domain features route through `/fluent-feature-plan` at the orchestrator level.
|
|
77
|
+
|
|
78
|
+
## Round-Robin Debugging Protocol
|
|
79
|
+
|
|
80
|
+
| Entry intent | Route to | Avoid |
|
|
81
|
+
|---|---|---|
|
|
82
|
+
| "What actions are available at this status?" | `fluent-transition-api` | Re-implementing transition discovery in other skills |
|
|
83
|
+
| "How do events/filters/causality work?" | `fluent-event-api` | Running full root-cause workflow here |
|
|
84
|
+
| "How do I call this MCP tool?" | `fluent-mcp-tools` | Redefining tool contracts per skill |
|
|
85
|
+
| "Run workflow end-to-end validation" | `fluent-e2e-test` | Duplicating trace decision trees |
|
|
86
|
+
| "Why did this fail / entity stuck?" | `fluent-trace` | Repeating generic setup when failure context is already known |
|
|
87
|
+
| "Explain feature / how does X work / document this flow" | `fluent-feature-explain` | Running individual analysis skills without synthesizing into a document |
|
|
88
|
+
| "Plan this feature / implement curbside / design the return flow" | `fluent-feature-plan` | Using individual skills without a comprehensive plan first |
|
|
89
|
+
| "How does sourcing work / configure sourcing profile / debug sourcing" | `fluent-sourcing` | Reimplementing sourcing logic reference in other skills |
|
|
90
|
+
| "Gather requirements / create business spec / define use cases" | `fluent-use-case-discover` | Starting `/fluent-feature-plan` without an approved spec |
|
|
91
|
+
| "Show feature status / what's in progress / feature dashboard" | `fluent-feature-status` | Manually scanning feature directories |
|
|
92
|
+
| "Archive this feature / mark as done / close feature" | `fluent-archive` | Manually editing status.json |
|
|
93
|
+
| "Roll back / undo deployment / revert workflow" | `fluent-rollback` | Manual GraphQL mutations or file restoration |
|
|
94
|
+
| "Show workspace / what's where / directory structure" | `fluent-workspace-tree` | Running `ls` or `find` commands |
|
|
95
|
+
| "Implementation map / what's been built / feature inventory / reverse engineer account" | `fluent-implementation-map` | Running individual analysis skills piecemeal |
|
|
96
|
+
| "Deploy workflow / upload workflow JSON" | `fluent-workflow-deploy` | Using `fluent-workflow` for deployment (that's read-only operations) |
|
|
97
|
+
| "Validate Mermaid / check diagram syntax" | `fluent-mermaid-validate` | Manual syntax checking |
|
|
98
|
+
| "Bootstrap account / set up new environment / initialize workspace" | `fluent-bootstrap` | Manual multi-step setup |
|
|
99
|
+
| "Create profile / switch profile / manage environments" | `fluent-profile` | Manual CLI profile management |
|
|
100
|
+
| "Ready for launch / go-live readiness / production audit" | `fluent-rfl-assess` | Manual checklist-based assessment |
|
|
101
|
+
| "Build manifest / create page / add route / edit UI" | `fluent-mystique-builder` | Building manifests outside the builder skill |
|
|
102
|
+
| "Validate manifest / check UI / lint manifest" | `fluent-mystique-validate` | Re-implementing component validation elsewhere |
|
|
103
|
+
| "Scaffold SDK component / new Mystique project" | `fluent-mystique-scaffold` | Building SDK projects without the Build vs Configure decision framework |
|
|
104
|
+
| "Analyze manifest / UI audit / manifest complexity" | `fluent-mystique-analyze` | Re-implementing analysis elsewhere |
|
|
105
|
+
|
|
106
|
+
Handoff rule: when E2E fails, pass `entityRef`, `entityType`, `eventId` (if available), and expected vs actual status to `fluent-trace`.
|