update-project

Extract session updates and write them to structured project log files.

Updated May 14, 2026
One-click install
npx skills add https://github.com/jaqg/daimon --skill update-project-jaqg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-project
Source: https://github.com/jaqg/daimon/tree/main/vault/skills/update-project
Command: npx skills add https://github.com/jaqg/daimon --skill update-project-jaqg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Capture end-of-session knowledge and updates to structured project files in the vault, ensuring decisions, results, methods, and questions are preserved for future reference.

Core Features & Use Cases

  • Reads session input from a daily note or inline summary and extracts structured updates.
  • Writes updates to decisions-log.md, results-log.md, methods.md, open-questions.md, and project-dashboard.md with a diff preview and an approval gate.
  • Enables end-to-end capture of project context after productive sessions for audit trails and knowledge continuity.

Quick Start

Provide a daily note or an inline session summary, then run the /update-project command to persist updates.

Frequently Asked Questions about update-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture end-of-session knowledge into structured project files?

To capture session knowledge, you provide a daily note or an inline summary. The skill reads this session input, extracts structured updates, and writes them to your project vault files for audit trails and knowledge continuity.

What is the best way to log project decisions and open questions from daily notes?

The best way to log project decisions and open questions from daily notes is to use an automated extraction tool. It parses your notes and writes updates directly to decisions-log.md and open-questions.md.

Can I preview file changes before writing project updates to my vault?

Yes, you can preview file changes before writing updates to your vault. The skill features a diff preview and an approval gate, ensuring you review all modifications to methods.md and results-log.md before they are persisted.

How does knowledge management workflow handle results and methods extraction?

Knowledge management workflow handles results and methods extraction by reading session inputs and categorizing data. It isolates specific updates and writes them to structured files like methods.md and results-log.md.

Does project management capture work with inline session summaries or do I need full daily notes?

Project management capture works with both full daily notes and inline session summaries. You simply provide either format as input, and the skill extracts the necessary updates to populate your project dashboard and logs.