fpf%3Astatus by neolabhq/context-engineering-kit
npx skills add https://github.com/neolabhq/context-engineering-kit --skill fpf:status显示 FPF 知识库的当前状态。
.fpf/ 目录是否存在并包含所需的子目录。.fpf/knowledge/L0/ (已提出)
* .fpf/knowledge/L1/ (已验证)
* .fpf/knowledge/L2/ (已确认)
* .fpf/knowledge/invalid/ (已拒绝).fpf/evidence/ 目录中过期的证据。.fpf/decisions/ 目录中的文件。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
## FPF 状态
### 目录结构
- [x] .fpf/ 存在
- [x] knowledge/L0/ 存在
- [x] knowledge/L1/ 存在
- [x] knowledge/L2/ 存在
- [x] evidence/ 存在
- [x] decisions/ 存在
### 当前阶段
基于假设分布:ABDUCTION | DEDUCTION | INDUCTION | DECISION | IDLE
### 假设数量统计
| 层级 | 数量 | 状态 |
|-------|-------|--------|
| L0 (已提出) | 3 | 等待验证 |
| L1 (已验证) | 2 | 等待确认 |
| L2 (已确认) | 1 | 准备决策 |
| 无效 | 1 | 已拒绝 |
### 证据状态
| 总计 | 新鲜 | 陈旧 | 过期 |
|-------|-------|-------|---------|
| 5 | 3 | 1 | 1 |
### 警告
- 1 个证据文件已过期:ev-benchmark-old-2024-06-15
- 考虑运行 `/fpf:decay` 来审查陈旧证据
### 近期决策
| DRR | 日期 | 胜出方案 |
|-----|------|--------|
| DRR-2025-01-15-use-redis | 2025-01-15 | redis-caching |
通过检查知识库状态来确定当前阶段:
| 条件 | 阶段 | 下一步行动 |
|---|---|---|
无 .fpf/ 目录 | 未初始化 | 运行 /fpf:propose-hypotheses |
| L0 > 0, L1 = 0, L2 = 0 | ABDUCTION | 继续验证 |
| L1 > 0, L2 = 0 | DEDUCTION | 继续确认 |
| L2 > 0, 无近期 DRR | INDUCTION | 继续审计和决策 |
| 存在近期 DRR | 决策完成 | 审查决策 |
| 全部为空 | IDLE | 运行 /fpf:propose-hypotheses |
对于 .fpf/evidence/ 目录中的每个证据文件:
valid_until 字段valid_until > 今天 + 30 天
* 陈旧:valid_until > 今天 但 < 今天 + 30 天
* 过期:valid_until < 今天如果有任何证据陈旧或过期,则警告用户并建议运行 /fpf:decay。
## FPF 状态
### 当前阶段:DEDUCTION
您有 3 个 L0 层级的假设等待验证。
下一步:继续 FPF 工作流以处理 L0 层级的假设。
### 假设数量统计
| 层级 | 数量 |
|-------|-------|
| L0 | 3 |
| L1 | 0 |
| L2 | 0 |
| 无效 | 0 |
### 证据状态
尚无证据文件(假设尚未确认)。
### 无警告
所有系统正常。
每周安装量
151
代码仓库
GitHub 星标数
699
首次出现
2026年2月19日
安装于
opencode146
codex145
github-copilot144
gemini-cli143
kimi-cli141
cursor141
Display the current state of the FPF knowledge base.
.fpf/ exists and contains required subdirectories..fpf/knowledge/L0/ (Proposed).fpf/knowledge/L1/ (Verified).fpf/knowledge/L2/ (Validated).fpf/knowledge/invalid/ (Rejected).fpf/evidence/ for expired evidence..fpf/decisions/.## FPF Status
### Directory Structure
- [x] .fpf/ exists
- [x] knowledge/L0/ exists
- [x] knowledge/L1/ exists
- [x] knowledge/L2/ exists
- [x] evidence/ exists
- [x] decisions/ exists
### Current Phase
Based on hypothesis distribution: ABDUCTION | DEDUCTION | INDUCTION | DECISION | IDLE
### Hypothesis Counts
| Layer | Count | Status |
|-------|-------|--------|
| L0 (Proposed) | 3 | Awaiting verification |
| L1 (Verified) | 2 | Awaiting validation |
| L2 (Validated) | 1 | Ready for decision |
| Invalid | 1 | Rejected |
### Evidence Status
| Total | Fresh | Stale | Expired |
|-------|-------|-------|---------|
| 5 | 3 | 1 | 1 |
### Warnings
- 1 evidence file is EXPIRED: ev-benchmark-old-2024-06-15
- Consider running `/fpf:decay` to review stale evidence
### Recent Decisions
| DRR | Date | Winner |
|-----|------|--------|
| DRR-2025-01-15-use-redis | 2025-01-15 | redis-caching |
Determine current phase by examining the knowledge base state:
| Condition | Phase | Next Step |
|---|---|---|
No .fpf/ directory | NOT INITIALIZED | Run /fpf:propose-hypotheses |
| L0 > 0, L1 = 0, L2 = 0 | ABDUCTION | Continue with verification |
| L1 > 0, L2 = 0 | DEDUCTION | Continue with validation |
| L2 > 0, no recent DRR | INDUCTION | Continue with audit and decision |
| Recent DRR exists | DECISION COMPLETE | Review decision |
| All empty | IDLE | Run /fpf:propose-hypotheses |
For each evidence file in .fpf/evidence/:
valid_until field from frontmattervalid_until > today + 30 daysvalid_until > today but < today + 30 daysvalid_until < todayIf any evidence is stale or expired, warn the user and suggest /fpf:decay.
## FPF Status
### Current Phase: DEDUCTION
You have 3 hypotheses in L0 awaiting verification.
Next step: Continue the FPF workflow to process L0 hypotheses.
### Hypothesis Counts
| Layer | Count |
|-------|-------|
| L0 | 3 |
| L1 | 0 |
| L2 | 0 |
| Invalid | 0 |
### Evidence Status
No evidence files yet (hypotheses not validated).
### No Warnings
All systems nominal.
Weekly Installs
151
Repository
GitHub Stars
699
First Seen
Feb 19, 2026
Installed on
opencode146
codex145
github-copilot144
gemini-cli143
kimi-cli141
cursor141
Dogfood - Vercel Labs 自动化 Web 应用探索与问题报告工具
18,700 周安装
Wix CLI 仪表板页面构建器 - 为 Wix 应用创建管理后台扩展
264 周安装
Bootstrap开发专家指南:响应式Web界面构建与最佳实践
269 周安装
美国商务英语写作指南:专业沟通技巧、美式拼写与商务邮件规范
268 周安装
Electron 33 + Vite + React + TypeScript 构建安全桌面应用教程与架构指南
262 周安装
Hugging Face 模型评估技能:自动提取、导入和运行AI模型评测,优化模型卡片
264 周安装
Google Sheets API 集成指南:使用 Membrane CLI 自动化电子表格操作
266 周安装