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.
From project-docsnpx claudepluginhub ichabodcole/project-docs-scaffold-template --plugin project-docsThis skill uses the workspace's default tool permissions.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
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 structure