Vault Manage Project Notes
Manage project records under 05-Projects with consistent structure and concise status updates.
Workflow
- •Resolve project title and target file.
- •Create project note if missing.
- •Update description/summary and action items.
- •Validate and return final path.
Create Project Note
- •Prefer
create_notewithnote_type=project. - •Include frontmatter fields expected by schema:
- •
type,created,status,title. - •If templates are missing and creation fails, create the markdown file directly in
05-Projectswith valid frontmatter.
Update Existing Project Note
- •Use
updatefor full-body rewrite when requested. - •Use
append_sectionfor incremental additions. - •Keep sections in this order:
- •
## Objective - •
## Scope - •
## Milestones - •
## Next Actions
Summary Pattern
- •For implementation summaries include:
- •What was implemented.
- •What was validated.
- •Remaining risks or follow-ups.
Validation And Policy
- •Run
validate_noteafter changes. - •If policy blocks mutation (
read_onlyorimmutable), stop and report the blocked path.
Output Format
- •Return:
- •Final project note path in
05-Projects. - •One paragraph summary of current implementation status.
- •Next actions list (max 5 items).