AgentSkillsCN

vault-manage-project-notes

在05-项目中创建并更新项目笔记,包括项目描述、摘要、范围以及后续行动计划。适用于需要记录项目状态、补充实施摘要,或维护项目页面时使用。

SKILL.md
--- frontmatter
name: vault-manage-project-notes
description: Create and update project notes in 05-Projects, including project descriptions, summaries, scope, and next actions. Use when asked to document project status, add implementation summaries, or maintain project pages.

Vault Manage Project Notes

Manage project records under 05-Projects with consistent structure and concise status updates.

Workflow

  1. Resolve project title and target file.
  2. Create project note if missing.
  3. Update description/summary and action items.
  4. Validate and return final path.

Create Project Note

  • Prefer create_note with note_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-Projects with valid frontmatter.

Update Existing Project Note

  • Use update for full-body rewrite when requested.
  • Use append_section for 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_note after changes.
  • If policy blocks mutation (read_only or immutable), 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).