workflow-update-project-note

Updates existing project status notes by orchestrating material fetching, classification, and review skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping project status notes current requires gathering information from multiple sources, deciding what actually changed, and rewriting status.md consistently. This Skill orchestrates that entire update cycle so durable changes are reflected without manual cross-referencing. ## Core Features & Use Cases - Delegated information gathering: Routes source fetching and classification to the workflow-fetch-and-classify-materials skill instead of handling Slack, Linear, Notion, or GitHub details directly. - Context-aware status updates: Integrates classified results into the project context, keeping only durable changes and maintaining consistency across overview, blockers, open issues, next steps, sources, and change history. - Built-in quality review: Runs the review-project-status skill after updating and reports missing required information without guessing. - Use Case: You maintain a project folder with instructions.md and status.md. Ask to update the project status, and this Skill fetches recent materials, integrates only meaningful changes, updates status.md, reviews the result, and reports gaps. ## Quick Start Use the workflow-update-project-note skill to check the current state of my project at projects/active/my-project and update its status.md.

Frequently Asked Questions about workflow-update-project-note

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

FAQPage Schema
How do I update a project status note automatically?▼

Provide the project folder path, such as projects/active/<project-name>/, and optionally the aspects or period to check. The skill reads instructions.md and status.md, fetches and classifies needed materials, updates status.md, then reviews the result.

What information sources can this project update workflow use?▼

It works with sources defined in the project's instructions.md and status.md, such as Slack, Linear, Notion, and GitHub. Actual fetching is delegated to the workflow-fetch-and-classify-materials skill, so this workflow contains no source-specific retrieval steps.

Can this skill create a new project note?▼

No. This skill only updates existing project notes and explicitly does not create new projects. For new project creation, use the create-project-note skill instead.

What happens when required project information is missing?▼

The update does not stop. Missing items are checked against the project-required-info reference, never filled in by guessing, and reported back to the user as a dedicated missing information section in the response.

Why are raw logs or ticket lists not added to status.md?▼

The skill only records durable changes such as decisions, states, blockers, and next actions. Full logs, ticket lists, and message dumps are excluded to keep status.md a concise current-state document rather than an audit archive.