daf-notes

A command for viewing progress notes recorded during a DevAIFlow development session. It shows notes in time order and includes timestamps, JIRA keys, and conversation context when available.

In plain words
What is it for?
Use it to review completed work, milestones, decisions, and recent notes for the current or a specified session.
Why use it?
It makes earlier work and decisions easier to recover when returning to a task. It can provide the history needed for status updates without changing anything.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/itdove/devaiflow/daf-notes
Any agent
npx skills add itdove/devaiflow --skill daf-notes
Clone the repo
git clone --depth 1 https://github.com/itdove/devaiflow

Made for: Claude Code, Codex.

Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 456 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00011 $0.00456
Opus 5 $0.00005 $0.00228
Sonnet 5 $0.00002 $0.00091
Haiku 4.5 $0.00001 $0.00046

Measured 2d ago against content hash b5bb171d0166, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

daf-notes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

devflow/cli_skills/daf-notes/SKILL.md · 67 lines

What it actually says

Display all notes for the current session in chronological order. This is a READ-ONLY view - it does not modify the session.

daf notes

Auto-detects current session: The command will automatically detect the current Claude Code session and display all notes.

Explicit session lookup:

daf notes PROJ-12345
daf notes my-session
daf notes --latest        # Most recently active session

What it shows:

  • All notes in chronological order (oldest to newest)
  • Timestamp for each note
  • JIRA key association (if present)
  • Conversation context for multi-conversation sessions

Example output:

Notes for session: implement-backup-feature (PROJ-12345)

### 2025-12-18 10:30:00
Completed API endpoint implementation

### 2025-12-18 14:15:00
Added retry logic with exponential backoff

### 2025-12-18 16:45:00
All tests passing - ready for review

Total: 3 notes

Use this to:

  • Review progress history
  • Understand what work has been done
  • Find specific milestones or decisions
  • Prepare status updates
  • Refresh context when resuming work

Important notes:

  • This is a READ-ONLY command - safe to run inside Claude Code
  • Notes are stored in $DEVAIFLOW_HOME/sessions//notes.md
  • Notes persist across sessions and exports
  • Included in session summaries
  • To add notes, use daf note (works inside Claude sessions)

Related commands:

daf note "Add progress note"              # Add note to active session (auto-detects)
daf note PROJ-12345 "Add progress note"   # Add note to specific session
daf summary PROJ-12345                    # View session summary with notes
daf info PROJ-12345                       # View session details
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 67 lines · 11 tokens per session scan A b5bb171d0166

Subscribe to this mod's changes

daf-notes is a skill published in the GitHub repository itdove/devaiflow (2 stars, last pushed 14d ago), licensed Apache-2.0. It adds 11 tokens to every session and 456 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

workingon

Record the work done in this Claude Code session in the configured ticketing tool (Jira, Linear, GitHub Issues, Trello or Vikunja), creating the ticket, adding a short progress comment, linking an existing one or closing it. Use it when the [workingon] hook reports unrecorded work, when the user types /workingon, and…

oliverjueguen/workingon-claude-skill · 92 tokens

workingon

Record the work done in this Claude Code session in the configured ticketing tool (Jira, Linear, GitHub Issues, Trello or Vikunja), creating the ticket, adding a short progress comment, linking an existing one or closing it. Use it when the [workingon] hook reports unrecorded work, when the user types /workingon, and…

oliverjueguen/workingon-claude-skill · 92 tokens

github-image-upload

Upload local images and other files (PDF, zip, log, …) to GitHub and embed them in a pull request description, an issue, or a comment — producing canonical github.com/user-attachments URLs (private-repo uploads stay private). Use when asked to "attach a screenshot to the PR", "add an image to the PR description", "put…

drogers0/gh-image · 135 tokens

jira-administration

Complete JIRA project and system administration including projects, automation rules, permissions, users, notifications, screens, issue types, and workflows. Use when managing project structure, automating work, configuring team access, or setting up issue tracking.

grandcamel/JIRA-Assistant-Skills · 51 tokens

jira-service-management

Complete ITSM/ITIL workflow support for JSM - service desks, requests, SLAs, customers, approvals, knowledge base. Use when managing service desk requests, tracking SLAs, or handling customer operations.

grandcamel/JIRA-Assistant-Skills · 47 tokens

jira-search-jql

Find issues by criteria (status, assignee, priority, etc.) using JQL. Create filters, export results to CSV/JSON, bulk update. Ideal for reporting and automation.

grandcamel/JIRA-Assistant-Skills · 42 tokens