ソース情報
- リポジトリ
- suboss87/fde-os
- ソースの最終更新活動
- 2026年6月17日 15:03
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/suboss87/fde-os --skill fde-dashboardコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
The operating system for Forward Deployed Engineers. 34 skills across 6 domains — from first meeting to final handoff. Tell it your situation, it routes to the right skill, does the work, and the engagement memory writes itself.
Taking over mid-engagement. Reads what exists, separates what works from what was assumed.
Safe implementation in any codebase. Characterisation tests first, Strangler Fig for fragile code.
SOC 職業分類に基づく
SKILL.md を表示中
| name | fde-dashboard |
| description | Generate a status dashboard across all active engagements from .fde/ data. |
Load per engagement: reality.md, brief.md, success.md, risks.md, decisions.md, delivery.md, and stakeholders.md. Do not load terrain.md (too large) or trust-profile.md (contains regulated data -- sensitive). stakeholders.md is needed specifically for trust signal detection: it is the file where signals like "stakeholder going quiet" or "routing around the FDE" are recorded, and these are the early warning signs that matter most across a portfolio.
An FDE works across multiple engagements simultaneously. This skill reads all .fde/ directories it can find and generates a single clean HTML file, a reflection board showing the full picture across every project.
Scan engagement folders:
~/fde-engagements/*/.fde/ (default — one folder per engagement)./.fde/ if present (optional, engagement-approved)Multiple engagements: npx fdeos init <name> per engagement under ~/fde-engagements/. Workspaces are separate.
Do not merge two engagements into one .fde/. Read each separately. Generate fde-dashboard.html in the current directory.
Open in a browser. That's it.
reality.md) vs the original brief (from brief.md)success.md)risks.md)decisions.md and delivery.md)delivery.md value log)stakeholders.md): green if no adverse signals recorded, amber if a stakeholder has gone quiet or routed around the FDE, red if an escalation or explicit concern has been raised. This is the single most important row on the card. Technical progress on an engagement where trust is red is wasted until the trust issue is addressed first.Scroll down past the summary cards to see the full journey for each engagement:
This is the reflection board. Not a task manager. A mirror of the work.
A single static HTML file. No server. No login. No dependencies. Clean, minimal design. Works offline.
The FDE opens it, sees everything across all their projects in one view, and knows exactly where they are and what matters next.
Some engagements will have more context than others. Generate what exists. Don't pad gaps. An empty field is honest, it tells the FDE what they haven't captured yet.
fde-dashboard.html: generated in the root of the current directory.