Skip to content
Get started

One task. Or the whole engagement.

Add FDEOps to your AI coding agent. Start with one task, or use fde to coordinate a customer project.

Run the install commands below in the terminal where your coding agent runs. This installation method uses Node.js (which includes npx) and Git. If either is missing, ask your agent to help with setup.

One-off work

Use one task

Start with discover to make sense of meeting notes. No customer record needed.

1. Install in your terminal

npx skills add suboss87/fdeops --skill discover

2. Ask in your agent's chat

Use FDEOps discover with these notes.
Explain the current process, its delays
and the questions we still need to ask.
[Add notes you are permitted to share.]

Check the result: a diagnosis and open questions grounded in your notes.

Ongoing work

Coordinate a customer project

Select fde, name the customer and describe the task. Continue in plain language; it selects the skills and keeps decisions, evidence and next actions connected.

1. Install in your terminal

npx skills add suboss87/fdeops --skill fde

2. Start the conversation

Use FDEOps fde for client01. Help me prepare
for the first meeting with their support
team. Here is the brief: …

For ongoing work, this starts a record at ~/fde-engagements/client01/.fde/. Review proposed agreements and corrections before saving.

Need to create the record manually?

Run from the intended customer workspace. This links it to the record; confirm the selected customer before saving updates.

npx fdeops resume --init client01

The fde coordinator can guide the whole project. Install the full pack below if you also want to choose each of the 35 task skills directly in your agent.

Want the full pack?

Choose the installation path for your agent.

Claude Code plugin

All 35 task skills, fde and automatic session helpers.

Run inside Claude Code

/plugin marketplace add suboss87/fdeops
/plugin install fdeops@fdeops

Select /fdeops:fde for a project or /fdeops:discover for a task. The fdeops prefix helps you choose the right skill when names overlap.

Other compatible agents

Select your coding agent and the skills you need.

Run in your terminal

npx skills add suboss87/fdeops

Choose the FDEOps task in your agent's skill picker or ask for it by name. The exact command depends on your agent. This method installs skills without the Claude Code plugin’s automatic session helpers.

Optional workspace adapters

For ongoing work, add a pointer to fde in the workspace's agent instructions:

npx fdeops adapters .

This changes instruction files. Review additions before committing. Adapters do not register session hooks.

Detailed installation and upgrades

Open your fieldbook

With fde selected, ask to see your records or try a fictional example.

With a customer record

Open my customer fieldbook with the latest updates.
Optional terminal command
npx fdeops dashboard --all --open

Ask for a refreshed view after updates. Unmarked names and identifiers remain by default; review before sharing. Optional masking reduces supported identifiers, not every disclosure risk.

Report masking and privacy

With a fictional example

Run npx fdeops demo and open the fictional fieldbook.
Optional terminal commands
npx fdeops demo
npx fdeops demo --clean

Sample notes processed by the CLI, without an AI model. Creates or resets ~/fde-engagements/.demo/.

When finished, ask fde to run npx fdeops demo --clean.

Optional preferences and masking

Run npx fdeops setup to choose working preferences and additional terms to mask in FDEOps-prepared context. Settings stay local. This does not intercept raw file reads or text pasted into your AI host.

Before you install