create-project-note

Creates new project notes with README, instructions, and status files from templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up a new project tracking note in a personal knowledge vault requires consistent structure and the right minimum information. This Skill interviews the user briefly and scaffolds a new project directory under projects/active/ with a standardized set of Markdown files, avoiding blank-page setup and inconsistent formats. ## Core Features & Use Cases - Guided Interview: Asks short, one-at-a-time questions about purpose, responsibility scope, observation points, information sources, notification conditions, and completion criteria, skipping anything already known. - Template-Based Scaffolding: Creates README.md, instructions.md, and status.md from templates under templates/, filling only confirmed details and leaving unknowns as unresolved items. - Gap Reporting: Returns a structured result listing created files, missing information, and up to three follow-up questions, without guessing or fabricating content. - Use Case: When you decide to start tracking a new work initiative, invoke this Skill to get a minimal, consistently formatted project note ready for ongoing status updates. ## Quick Start Use the create-project-note skill to set up a new project note for my upcoming onboarding improvement initiative.

Frequently Asked Questions about create-project-note

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

FAQPage Schema
How do I create a new project note in a Markdown vault?▼

Invoke the skill with your project idea and answer a short interview covering purpose, scope, risks, sources, and completion criteria. It then creates README.md, instructions.md, and status.md under projects/active/<project-name>/ from templates.

What files does a project note contain?▼

Each project gets three files: README.md as the entry point with purpose and rules, instructions.md with sources, scope, update steps, and notification conditions, and status.md tracking current state, blockers, open questions, and change history.

Does the skill fetch information from external sources like Notion or Slack?▼

No. The skill only creates the initial project note structure and does not read external sources, classify fetched information, or review status updates. Those tasks are delegated to other skills or the main agent.

What happens if I cannot answer all the interview questions?▼

Creation is not blocked by missing answers. The skill fills only confirmed details, records unknowns as unresolved items, and returns a list of missing information plus one to three follow-up questions.

Are created project notes committed to git?▼

No. Project bodies are treated as local-only, so created project files are not commit targets. When moving content from local notes into git-managed areas, sensitive details are abstracted or kept local.