Agent skill · neolabhq
status
Display the current state of the FPF knowledge base
What it needs
About 2k tokens when loaded.
What this skill does
Status Check Display the current state of the FPF knowledge base. Action (Run-Time) 1. Check Directory Structure: Verify .fpf/ exists and contains required subdirectories. 2. Count Hypotheses: List files in each knowledge layer: .fpf/knowledge/L0/ (Proposed) .fpf/knowledge/L1/ (Verified) .fpf/knowledge/L2/ (Validated) .fpf/knowledge/invalid/ (Rejected) 3. Check Evidence Freshness: Scan .fpf/evidence/ for expired evidence. 4. Count Decisions: List files in .fpf/decisions/. 5. Report to user. Status Report Format Phase Detection Logic 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 Evidence Freshness Check For each evidence file in .fpf/evidence/: 1. Read the validuntil field from frontmatter 2. Compare with current date 3. Classify: Fresh: validuntil > today + 30 days Stale: validuntil > today but < today + 30 days Expired: validuntil < today If any evidence is stale or expired, warn the user and suggest /fpf:decay. Example Output
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills neolabhq/status--32c160