fdeops 3.5.1 → 3.5.2

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 (3) hide show
  1. package/README.md +24 -148
  2. package/bin/check.js +0 -6
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -31,10 +31,10 @@ flowchart LR
31
31
 
32
32
  Works with **Claude Code** · **Cursor** · **Copilot** · **Devin** · **Gemini CLI** · any agent that reads SKILL.md
33
33
 
34
- <p align="center"><strong>The CLI (zero tokens, zero network)</strong></p>
34
+ <p align="center"><strong>The CLI</strong></p>
35
35
  <p align="center"><img src="media/terminal-demo.svg" alt="fde CLI - status, scan, dashboard" width="720"/></p>
36
36
 
37
- <p align="center"><strong>The Fieldbook Dashboard (one offline HTML file)</strong></p>
37
+ <p align="center"><strong>The Fieldbook Dashboard</strong></p>
38
38
  <p align="center"><img src="media/fieldbook-dashboard.png" alt="FDE Fieldbook - portfolio view" width="720"/></p>
39
39
 
40
40
  ---
@@ -46,9 +46,9 @@ Works with **Claude Code** · **Cursor** · **Copilot** · **Devin** · **Gemini
46
46
  | **Consultant or contractor at a client site** | Every session, you re-explain context. fdeops remembers for you. |
47
47
  | **Solutions architect bridging strategy and code** | You navigate politics AND architecture. fdeops has methods for both. |
48
48
  | **Agency engineer running 3-5 clients** | Client details blur together. One `.fde/` per customer, never cross-contaminated. |
49
- | **Forward Deployed Engineer** (Palantir, Anthropic, Databricks) | The role this was built for. 34 skills across the full engagement lifecycle. |
49
+ | **Forward Deployed Engineer** | The role this was built for. 34 skills across the full engagement lifecycle. |
50
50
  | **Technical founder doing client work solo** | You ARE the team. The agent becomes your second brain. |
51
- | **Enterprise programme lead running AI transformations** | AI overlay: model selection, RAG, agents, governance, drift, cost at scale. |
51
+ | **Enterprise programme lead** | Running AI transformations? Built-in methods for model selection, agent safety, governance, and cost management. |
52
52
 
53
53
  ---
54
54
 
@@ -111,7 +111,7 @@ That's it. The system takes over from there.
111
111
 
112
112
  ### Use it in any tool
113
113
 
114
- One brain (`skills/fde/SKILL.md`), a thin pointer per tool:
114
+ One skill file powers every tool. Install adapters for your setup:
115
115
 
116
116
  ```bash
117
117
  node bin/install.js adapters ~/fde-engagements/my-client
@@ -126,19 +126,7 @@ node bin/install.js adapters ~/fde-engagements/my-client
126
126
  | Cursor | `.cursor/rules/fde.mdc` |
127
127
  | GitHub Copilot | `.github/copilot-instructions.md` |
128
128
 
129
- Each file just points at `@fde` - so the method, overlays, and memory stay in one place. Details: [`adapters/`](adapters/README.md).
130
-
131
- ---
132
-
133
- ## Who does what
134
-
135
- | Role | Who | What they do |
136
- |------|-----|----------------|
137
- | **You** | **Human** on the engagement | Stakeholder meetings, calls, judgment, sign-off, typing `@fde`, owning what ships |
138
- | **AI coding agent** | **Software** on your laptop (e.g. Claude Code) - **not** a human colleague | Loads the `@fde` skill, runs the phase methods, writes code and `.fde/` artifacts |
139
- | **`@fde`** | **One skill** inside the AI agent | Hears your situation, routes to the right phase, does that phase's work |
140
-
141
- **In this repo, "agent" always means the AI coding agent, never a person.**
129
+ Each adapter points at the same `@fde` skill, so the methodology and memory stay consistent across tools. Details: [`adapters/`](adapters/README.md).
142
130
 
143
131
  ---
144
132
 
@@ -152,121 +140,26 @@ Each file just points at `@fde` - so the method, overlays, and memory stay in on
152
140
  +---------------> client workspace (code, VPN, tickets)
153
141
  ```
154
142
 
155
- | Layer | What | Where |
156
- |-------|------|-------|
157
- | **Surface** | One command: `@fde` | You type it |
158
- | **Router** | Hears your situation, picks the skill | `SKILL.md` |
159
- | **Skills** | 34 methods across 6 domains | `references/` |
160
- | **Overlays** | Activate on signal (AI, fintech, healthcare, gov, artifacts) | Layer on top |
161
- | **Memory** | `.fde/` - engagement record, per customer | Your machine |
162
-
163
- ---
164
-
165
- ## The basic workflow
166
-
167
- You only ever type **`@fde`**. The AI coding agent reads `context.md` from your engagement folder, routes to the matching skill, and follows that skill's method:
168
-
169
143
  1. **Describe** - tell the agent what's happening ("new client", "production is down", "need a board update")
170
144
  2. **Route** - the system picks the right skill from 34 options across 6 domains
171
145
  3. **Execute** - the skill's method runs, artifacts are written to `.fde/`, you review at checkpoints
172
146
 
173
147
  ---
174
148
 
175
- ## The 6 domains
176
-
177
- ### 1. Embed & Trust
178
- *First days. Getting access, building credibility, understanding scope.*
179
-
180
- | Skill | What it does |
181
- |-------|-------------|
182
- | **land** | First 48 hours: interrogate the brief, map stakeholders, define success before code |
183
- | **audit** | Taking over mid-project: verify claims, find the load-bearing wall |
184
- | **stakeholder-radar** | Map who decides, who blocks, who's about to escalate |
185
- | **trust-engineering** | The trust ladder from observer to trusted; navigate AI policy |
186
- | **scope-defense** | "Let me place it": scope receipts, the accumulation conversation |
187
-
188
- ### 2. Discover & Diagnose
189
- *Finding the real problem. Testing what the brief claims.*
190
-
191
- | Skill | What it does |
192
- |-------|-------------|
193
- | **discover** | Scan repo + hunt the workaround + **workshop facilitation** + **data estate assessment** |
194
- | **assumption-audit** | Extract untested assumptions, classify by blast radius, kill the riskiest first |
195
- | **use-case-scoring** | Score on value x urgency x alignment x data readiness / complexity |
196
- | **sketch** | Prototype the killer assumption in one day; kill fast, log the learning |
197
-
198
- ### 3. Plan & Align
199
- *Sequencing work and getting sponsor alignment.*
200
-
201
- | Skill | What it does |
202
- |-------|-------------|
203
- | **plan** | Work backwards from success + **estimation** (3-point sizing) + **migration strategy** |
204
- | **business-case** | Cost of doing nothing -> investment -> return -> sensitivity check |
205
- | **options-analysis** | Three genuine options (conservative / pragmatic / ambitious) |
206
- | **initiative-triage** | 20 things are "urgent"; pick 3 for Now, make trade-offs visible |
207
-
208
- ### 4. Build & Guard
209
- *Safe implementation on someone else's codebase.*
210
-
211
- | Skill | What it does |
212
- |-------|-------------|
213
- | **build** | Blast radius + legacy safety + **integration design** + **team amplification** |
214
- | **incremental-build** | Vertical slices, 100-300 lines each, visible progress every 2-3 days |
215
- | **test-on-legacy** | Characterise first, Strangler Fig, spot lying tests |
216
- | **blast-radius** | Trace dependencies, classify impact (CONTAINED -> IRREVERSIBLE) |
217
- | **debug** | Systematic: reproduce -> isolate -> one hypothesis -> verify |
218
- | **rescue** | Production fire, trust fire, wrong-brief-mid-build, **or full pivot** |
219
- | **security-audit** | Threat model in 5 minutes, STRIDE pass, secrets scan |
220
- | **observability** | Define "working" before instrumenting; the four metrics |
221
-
222
- ### 5. Ship & Verify
223
- *Getting to production without surprises.*
224
-
225
- | Skill | What it does |
226
- |-------|-------------|
227
- | **ship** | Pre-flight + canary + rollback + **scale-readiness gate** + **progressive adoption** |
228
- | **review** | Scope first (did we build what was agreed), then safety |
229
- | **rollback-drill** | Test the escape route on staging before you need it at 2am |
230
- | **qa-live** | Test from the user's chair, real browser, five perspectives |
231
-
232
- ### 6. Operate & Close
233
- *Running the engagement and ending it well.*
234
-
235
- | Skill | What it does |
236
- |-------|-------------|
237
- | **status** | Sponsor update from the week's actual record |
238
- | **demo-prep** | The one number, live-vs-canned, five hard questions |
239
- | **debrief** | Walk out of any meeting -> decisions, signals, actions in memory |
240
- | **exec-narrative** | Pyramid: governing thought, three supports, SCQA frame |
241
- | **dashboard** | Portfolio view across all customers, trust-ordered |
242
- | **multi-customer-ops** | Daily triage, context-switch, cross-contamination prevention |
243
- | **close** | Retrospective, the 2am handoff document, what we learned |
244
- | **handoff-engineering** | Operations runbook, knowledge transfer, confidence scoring |
245
- | **pattern-extract** | If you did it twice, encode it; patterns are compound interest |
246
-
247
- ### Overlays (activate on signal)
248
-
249
- | Overlay | Triggers on | What it adds |
250
- |---------|------------|-------------|
251
- | **ai** | AI, ML, LLM, model, embeddings, RAG, agents | Model selection, RAG architecture, agent safety, governance, drift monitoring, cost management |
252
- | **artifacts** | deck, slides, report, governance, compliance | Executive decks, governance frameworks, ADRs, compliance packs, value reports |
253
- | **fintech** | payments, PCI, banking, cardholder data | Idempotency, transaction integrity, fraud signals, silent-failure prevention |
254
- | **healthcare** | PHI, HIPAA, patient data | De-identification, minimum-necessary, audit trails |
255
- | **gov** | FedRAMP, ATO, CUI, classified | Authority boundaries, CUI marking, continuous monitoring |
149
+ ## The 6 domains — 34 skills + 5 overlays
256
150
 
257
- ---
151
+ | Domain | Skills | What it covers |
152
+ |--------|--------|---------------|
153
+ | **Embed & Trust** | land, audit, stakeholder-radar, trust-engineering, scope-defense | First days: access, credibility, scope |
154
+ | **Discover & Diagnose** | discover, assumption-audit, use-case-scoring, sketch | Finding the real problem behind the brief |
155
+ | **Plan & Align** | plan, business-case, options-analysis, initiative-triage | Sequencing work, getting sponsor alignment |
156
+ | **Build & Guard** | build, incremental-build, test-on-legacy, blast-radius, debug, rescue, security-audit, observability | Safe implementation on their codebase |
157
+ | **Ship & Verify** | ship, review, rollback-drill, qa-live | Getting to production without surprises |
158
+ | **Operate & Close** | status, demo-prep, debrief, exec-narrative, dashboard, multi-customer-ops, close, handoff-engineering, pattern-extract | Running and ending the engagement well |
258
159
 
259
- ## What makes fdeops different
160
+ **Overlays** activate automatically when your engagement involves AI projects, executive reporting, fintech, healthcare, or government compliance.
260
161
 
261
- | Other skill repos | fdeops |
262
- |---|---|
263
- | No client memory - re-paste every session | `.fde/` writes itself; next session loads automatically |
264
- | No engagement politics - pure engineering | Skills for stakeholder radar, trust, scope defense, exec narratives |
265
- | No multi-customer support | One folder per client, portfolio dashboard, hard isolation |
266
- | Flat list of skills - find it yourself | Type `@fde`, describe the situation, it routes |
267
- | Generic engineering or startup advice | Built for embed work: brownfield safety, earned access, sponsor alignment, workshop facilitation |
268
- | No document generation | **Artifacts overlay:** governance frameworks, exec decks, compliance packs, ADRs from memory |
269
- | No AI project guidance | **AI overlay:** model selection, RAG, agents, governance, drift, cost at scale |
162
+ Full skill details: [docs/skills-reference.md](docs/skills-reference.md)
270
163
 
271
164
  ---
272
165
 
@@ -287,37 +180,22 @@ Your **fieldbook** - one per client, private to you, plain markdown:
287
180
  | `risks.md` | Live risk register | all phases |
288
181
  | `delivery.md` | What shipped, business value, rollback, pulse, adoption metrics | build / ship |
289
182
 
290
- Every claim carries evidence: `(ops lead, Day 5)` · `(churn: 47/90d)` · `(stated, unverified)`.
183
+ Every claim is tagged with its source and date so you can defend it in front of skeptical stakeholders.
291
184
 
292
185
  ---
293
186
 
294
- ## The CLI (works without AI)
187
+ ## The CLI
188
+
189
+ These commands run locally on your machine. No AI needed, no API costs, works offline.
295
190
 
296
191
  ```bash
297
- fde scan # day-1 recon: hotspots x tests, "temporary" code, AI calls, secrets
192
+ fde scan # day-1 recon: hotspots, test gaps, "temporary" code, AI components, secrets
298
193
  fde resume # initialize or resume an engagement
299
194
  fde log # write decisions, risks, delivery, contacts
300
195
  fde receipts # search memory with dates
301
196
  fde capture # session-end snapshot
302
197
  fde status # portfolio triage across all customers
303
- fde dashboard # render every engagement into one offline fieldbook.html (0 tokens)
304
- ```
305
-
306
- ---
307
-
308
- ## What's inside
309
-
310
- ```
311
- bin/fde.js the CLI - deterministic core, works without AI:
312
- fde scan · resume · log · receipts · capture · status · dashboard
313
- skills/fde/
314
- SKILL.md the router: voice, memory contract, 6-domain routing
315
- references/
316
- 34 skill files one method per file
317
- 5 overlays ai.md, artifacts.md, fintech.md, healthcare.md, gov.md
318
- hooks/ session-start, session-stop, pre-compact
319
- templates/.fde/ the 10 core memory files an init creates
320
- docs/ install guides, schema, methodology
198
+ fde dashboard # render every engagement into one offline dashboard
321
199
  ```
322
200
 
323
201
  ---
@@ -331,8 +209,6 @@ docs/ install guides, schema, methodology
331
209
  - **Map before moving** - unknown terrain gets characterisation tests
332
210
  - **Thin slices** - ship learning, not theatre
333
211
  - **One customer, one folder** - context never bleeds
334
- - **AI degrades silently** - monitor outputs, not just uptime
335
- - **Scale readiness is organizational** - not just technical
336
212
 
337
213
  ---
338
214
 
@@ -348,4 +224,4 @@ cd fdeops && git pull && node bin/install.js
348
224
 
349
225
  Maintained by **[Subash Natarajan](https://www.linkedin.com/in/subashn/)**. Feedback via [Issues](https://github.com/suboss87/fdeops/issues) - see [CONTRIBUTING.md](CONTRIBUTING.md).
350
226
 
351
- [FDE Methodology](FDE-METHODOLOGY.md) · [ATTRIBUTION.md](ATTRIBUTION.md) · [SECURITY.md](SECURITY.md) · [PRIVACY.md](PRIVACY.md) · [Repo layout](docs/REPO_LAYOUT.md) · MIT
227
+ [FDE Methodology](FDE-METHODOLOGY.md) · [ATTRIBUTION.md](ATTRIBUTION.md) · [SECURITY.md](SECURITY.md) · [PRIVACY.md](PRIVACY.md) · [Repo layout](docs/REPO_LAYOUT.md) · [Skills reference](docs/skills-reference.md) · MIT
package/bin/check.js CHANGED
@@ -108,11 +108,8 @@ else ok('README no demo gif')
108
108
  for (const section of [
109
109
  'How it works',
110
110
  'Quickstart',
111
- 'The basic workflow',
112
- "What's inside",
113
111
  'Engagement memory',
114
112
  'Who this is for',
115
- 'Who does what',
116
113
  'Without fdeops vs with fdeops',
117
114
  'Principles',
118
115
  ]) {
@@ -121,9 +118,6 @@ for (const section of [
121
118
  if (!readme.includes('AI coding agent')) {
122
119
  fail('README must say AI coding agent (not ambiguous "agent")')
123
120
  }
124
- if (!/agent.*always means the AI|“agent” always means/i.test(readme)) {
125
- fail('README must define that agent means AI, not human')
126
- }
127
121
  ok('README clarity sections')
128
122
 
129
123
  if (readme.includes('your-client-repo')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fdeops",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "Field kit for engineers embedded in client work - a real CLI (recon, memory, portfolio), one @fde skill with field judgment on top, and hooks that make it automatic. Claude Code plugin and any agent that loads skills.",
5
5
  "bin": {
6
6
  "fdeops": "bin/install.js",