From project-docs
Create a new project folder with proposal scaffold in docs/projects/. Use when work needs a project home — whether starting from an investigation, writing a new proposal, or beginning any feature that warrants structured tracking. This is a prerequisite for generate-dev-plan, generate-design- resolution, and generate-test-plan. Triggers when user says "let's create a project", "start a proposal", "we should work on this", "let's build this", or when transitioning from an investigation to actionable work. Also use when generate-proposal needs a project folder to write into.
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-docs:create-projectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a new project folder under `docs/projects/` with a scaffolded proposal
Create a new project folder under docs/projects/ with a scaffolded proposal
template.
generate-proposal skill needs a project folder to write intoIf a project name was provided as an argument, use it. Otherwise ask the user.
The name should be:
Good: oauth-upgrade, milkdown-editor, search-enhancement
Bad: 2026-02-09-new-feature, project1, stuff
Check that docs/projects/<name>/ doesn't already exist. If it does, inform the
user and ask how to proceed (use existing, choose different name, etc.).
Create the project folder and copy the proposal template:
docs/projects/<name>/
proposal.md — Scaffolded from TEMPLATES/PROPOSAL.template.md
Read docs/projects/TEMPLATES/PROPOSAL.template.md and use it as the starting
point for proposal.md. Fill in what you can:
Leave all other template sections as-is for the user to fill in.
If the user mentions an investigation or provides one as context:
../../investigations/<investigation-file>.mdTell the user:
docs/projects/<name>//project-docs:generate-dev-plan <name> to generate a plangenerate-proposal skill handles thatdocs/projects/README.md if unsure about structurenpx claudepluginhub ichabodcole/project-docs-scaffold-template --plugin project-docsCreates a new plan folder with a plan.md template, reading config for storage path and generating a filesystem-safe slug from the plan name.
Automatically generates PRD, CLAUDE.md, wiki pages (patterns, gotchas, decisions), and milestones for new projects. Detects tech stack, references prior skills/gotchas. Triggers on 'new project', 'init', 'setup'.
Turns vague project ideas into 8 structured planning files (PRD, TechSpec, AppFlow, etc.) for brand new projects. Avoid using on existing codebases.