fdeops 3.6.1 → 3.7.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.
- package/README.md +8 -6
- package/bin/check.js +2 -2
- package/bin/fde.js +835 -300
- package/bin/install.js +1 -1
- package/package.json +1 -1
- package/skills/fde/SKILL.md +2 -2
- package/skills/fde/references/multi-customer-ops.md +8 -8
- package/skills/fde/references/red-team.md +3 -3
package/bin/install.js
CHANGED
|
@@ -199,7 +199,7 @@ function cmdInstall() {
|
|
|
199
199
|
console.log(' node bin/install.js init <engagement-name>')
|
|
200
200
|
console.log('')
|
|
201
201
|
console.log(' Example:')
|
|
202
|
-
console.log(' node bin/install.js init
|
|
202
|
+
console.log(' node bin/install.js init garvey-payments')
|
|
203
203
|
console.log(' (npm 3.0.0+: npx fdeops@latest init <engagement-name>)')
|
|
204
204
|
console.log('')
|
|
205
205
|
console.log(' Use another AI tool (Cursor, Codex, Gemini CLI, Copilot)? Wire it up:')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fdeops",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
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",
|
package/skills/fde/SKILL.md
CHANGED
|
@@ -63,7 +63,7 @@ After loading `context.md` via `fde resume`, run a quick integrity scan and open
|
|
|
63
63
|
|
|
64
64
|
**Always open with a 2-3 line state summary:**
|
|
65
65
|
|
|
66
|
-
> "Last session you shipped the payment retry slice. Plan is 3/5 tasks done.
|
|
66
|
+
> "Last session you shipped the payment retry slice. Plan is 3/5 tasks done. Denise saw the demo Tuesday - signal is green. One thing worth noting: [finding, or 'nothing flagged - where do you want to pick up?']"
|
|
67
67
|
|
|
68
68
|
**What to scan (in order, surface only what matters):**
|
|
69
69
|
|
|
@@ -147,7 +147,7 @@ After updating `.fde/` artifacts, suggest the ONE next move that accelerates the
|
|
|
147
147
|
|
|
148
148
|
**The format:** One line, directed, based on engagement state. Not a menu.
|
|
149
149
|
|
|
150
|
-
> "Updated. Terrain is mapped - ready to plan the slices, or does
|
|
150
|
+
> "Updated. Terrain is mapped - ready to plan the slices, or does Denise need to see this first?"
|
|
151
151
|
|
|
152
152
|
> "Shipped and logged. Task 4 touches the billing module where that open risk sits. Worth addressing that before starting?"
|
|
153
153
|
|
|
@@ -12,9 +12,9 @@ The solo FDE running three customers simultaneously is the norm, not the excepti
|
|
|
12
12
|
|
|
13
13
|
```
|
|
14
14
|
~/fde-engagements/
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
garvey-payments/.fde/ ← Garvey's engagement memory
|
|
16
|
+
kesterman-freight/.fde/ ← Kesterman's engagement memory
|
|
17
|
+
rennick-health/.fde/ ← Rennick's engagement memory
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
**Never:**
|
|
@@ -32,11 +32,11 @@ Cross-contamination is the fastest way to lose two engagements at once.
|
|
|
32
32
|
|
|
33
33
|
| Customer | Trust signal | Top risk | Today's action | Time budget |
|
|
34
34
|
|----------|-------------|----------|---------------|-------------|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
37
|
-
|
|
|
35
|
+
| Garvey | green | Canary blocked on their security ticket | Chase ticket, prep ship checklist | 4h |
|
|
36
|
+
| Kesterman | AMBER | Sponsor went quiet Tue | Proactive conversation TODAY | 2h |
|
|
37
|
+
| Rennick | green | None active | Build slice 3, push PR | 2h |
|
|
38
38
|
|
|
39
|
-
Priority order:
|
|
39
|
+
Priority order: Kesterman (amber trust), Garvey (deadline), Rennick (steady)
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
**3. The triage rules.** In order of priority:
|
|
@@ -60,7 +60,7 @@ BEFORE STARTING CUSTOMER B:
|
|
|
60
60
|
1. Run: fde resume (loads Customer B's engagement)
|
|
61
61
|
2. Read context.md - where did we leave off?
|
|
62
62
|
3. Confirm: what's the one thing to accomplish in this block?
|
|
63
|
-
4. Set a time boundary (e.g., "2 hours on
|
|
63
|
+
4. Set a time boundary (e.g., "2 hours on Kesterman, then back to Garvey")
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
The 3-line context update is the bridge. Without it, the next session starts with "what was I doing?" - that's 20 minutes of re-discovery each time.
|
|
@@ -34,7 +34,7 @@ You are not a helpful peer right now. You are the skeptical senior who has seen
|
|
|
34
34
|
| **Second-order** | If this succeeds, what new problem does it create? Who notices? |
|
|
35
35
|
|
|
36
36
|
**4. Deliver the hits.** Three rules:
|
|
37
|
-
- **Specific, not generic.** Not "have you considered stakeholder alignment?" but "Robert Tanaka hasn't signed off on the compliance scope change and he reports to
|
|
37
|
+
- **Specific, not generic.** Not "have you considered stakeholder alignment?" but "Robert Tanaka hasn't signed off on the compliance scope change and he reports to Denise's boss - what happens when he raises it in the Thursday meeting?"
|
|
38
38
|
- **Grounded in their data.** Use names, dates, and facts from the `.fde/` files. If `risks.md` says something is CRITICAL and `delivery.md` shows no mitigation logged, say so.
|
|
39
39
|
- **One at a time.** Deliver a challenge. Wait for the response. Then the next. A barrage overwhelms; a sequence sharpens.
|
|
40
40
|
|
|
@@ -57,13 +57,13 @@ EXPOSED - no answer, no plan, this will hurt them in the room
|
|
|
57
57
|
The red-team adapts to what's being tested:
|
|
58
58
|
|
|
59
59
|
### Pre-meeting red-team
|
|
60
|
-
The FDE is about to walk into a sponsor meeting, accumulation conversation, or exec presentation. Attack their talking points, their data, their ask. "If
|
|
60
|
+
The FDE is about to walk into a sponsor meeting, accumulation conversation, or exec presentation. Attack their talking points, their data, their ask. "If Denise says 'why should I keep paying for this when nothing shipped last week,' what are your first three words?"
|
|
61
61
|
|
|
62
62
|
### Pre-ship red-team
|
|
63
63
|
About to deploy, hand off, or mark complete. Attack the readiness. "It's 2am, the batch job fails, you're on a flight. Who fixes it? Show me the runbook they'll actually open. What's the first command?"
|
|
64
64
|
|
|
65
65
|
### Position red-team
|
|
66
|
-
The FDE has decided something (scope response, technical approach, staffing plan). Attack the decision. "You're saying no to the reporting module.
|
|
66
|
+
The FDE has decided something (scope response, technical approach, staffing plan). Attack the decision. "You're saying no to the reporting module. Denise asked for it personally. What happens to trust when you say no? What's your alternative offer?"
|
|
67
67
|
|
|
68
68
|
### Brief red-team
|
|
69
69
|
Day 1 or early discovery. Attack the brief itself. "This brief says 'migrate COBOL to Java.' That's a solution, not a problem. What's the actual problem? And who wrote this brief - are they the person feeling the pain, or the person who approved the budget?"
|