# Fpf Worklog

> Create or append session work log. MUST be invoked at session start (Gate 0 chain) before any substantive work.

- Skill: `m0n0x41d/fpf-worklog` (Agent Skill)
- Install (CLI): `npx skillmds@latest add m0n0x41d/fpf-worklog`
- Raw SKILL.md: https://api.skillmd.com/api/skills/m0n0x41d/fpf-worklog/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: m0n0x41d (https://skillmd.com/u/m0n0x41d)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/m0n0x41d/fpf-worklog

---


## Output
`.fpf/worklog/session-${CLAUDE_SESSION_ID}.md`

## Constraints
- **C1:** Log MUST separate design-time (plan) from run-time (observations)
- **C2:** Each step MUST record: planned action, actual action, outcome
- **C3:** MUST link to any artifacts created (PROB-*, EVID-*, DRR-*)
- **C4:** MUST have "Open threads / TODO" section
- **C5:** Don't write a diary — write an audit trail

## Format
```markdown
# Work Log — Session
- **Session ID:** ...
- **Started:** YYYY-MM-DD
- **Goal(s):** ...
- **Scope:** ...

## Design-time (Plan & Model)
- Current state:
- Intended changes:
- Assumptions:

## Run-time (Actions & Observations)
### Step N — ...
- Planned:
- Did:
- Observed:
- Files changed:

## Open threads / TODO
- ...
```

