init-project

Project Initialization Workflow

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "init-project" with this command: npx skills add product-on-purpose/pm-skills/product-on-purpose-pm-skills-init-project

Project Initialization Workflow

Scaffold projects with agentic coding structure for AI-assisted development.

Execution Steps

  1. Determine Target Directory
  • Default: Current working directory

  • If user specifies a path, use that instead

  • If directory doesn't exist, offer to create it

  1. Gather Requirements

Required Question Default

Project name? Directory name

Project type? general

License preference? MIT

Brief description? "A new project"

Skip questions if context provides answers.

  1. Check for Existing Files

Before creating, check what already exists:

If Exists Action

README.md Skip — preserve existing

CHANGELOG.md Skip — preserve existing

LICENSE Skip — preserve existing

.gitignore Merge — append missing entries

_NOTES/ Skip — preserve existing

AGENTS/ Create missing parts only

This allows safe re-runs on existing projects to add agentic structure.

  1. Confirm Before Creating

Show user:

  • Target path

  • Files to be created (noting any skipped)

  • Project type selected

Wait for confirmation.

  1. Create Directory Structure

<project-root>/ ├── README.md ├── CHANGELOG.md ├── LICENSE ├── .gitignore ├── _NOTES/ │ └── .gitkeep └── AGENTS/ └── claude/ ├── CONTEXT.md ├── TODO.md ├── DECISIONS.md └── SESSION-LOG/

  1. Populate Files

Use templates from assets/ folder, substituting:

  • {{PROJECT_NAME}} — Project name

  • {{DESCRIPTION}} — Project description

  • {{DATE}} — Current date (YYYY-MM-DD)

  • {{YEAR}} — Current year

  1. Add Type-Specific Files

Type Additional Structure

general

Base structure only

code-python

  • src/ , tests/ , pyproject.toml

code-node

  • src/ , package.json

See references/project-types.md for details.

  1. Confirm Completion

Report:

  • Full path created

  • Files generated

  • Suggested next steps

Template Assets

File Source

README.md assets/README.template.md

CHANGELOG.md assets/CHANGELOG.template.md

LICENSE (MIT) assets/LICENSE-MIT.txt

LICENSE (Apache) assets/LICENSE-Apache2.txt

.gitignore assets/gitignore-general.txt

CONTEXT.md assets/CONTEXT.template.md

TODO.md assets/TODO.template.md

DECISIONS.md assets/DECISIONS.template.md

Integration

This skill creates structure compatible with /wrap-session :

Init Creates Wrap-Session Updates

README.md README.md (with progress)

CHANGELOG.md CHANGELOG.md (with changes)

CONTEXT.md CONTEXT.md (current state)

TODO.md TODO.md (with tasks)

SESSION-LOG/ SESSION-LOG/*.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

wrap-session

No summary provided by upstream source.

Repository SourceNeeds Review
General

init-project-jpkb

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

growth-loops

No summary provided by upstream source.

Repository SourceNeeds Review
147-phuryn
General

summarize-meeting

No summary provided by upstream source.

Repository SourceNeeds Review
185-phuryn