Back to list
product-on-purpose

init-project

by product-on-purpose

A curated collection of 24 best-practice, plug-and-play product management “agent skills” plus templates and workflow bundles for consistent, professional PM outputs.

5🍴 0📅 Jan 23, 2026

SKILL.md


name: init-project description: Initialize projects with agentic coding structure. Use when setting up a new project, adding AI agent support to existing project, or when user says "init", "initialize", "setup project", or "scaffold". Creates AGENTS folder, documentation templates, and _NOTES scratch space.

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

2. Gather Requirements

RequiredQuestionDefault
Project name?Directory name
Project type?general
License preference?MIT
Brief description?"A new project"

Skip questions if context provides answers.

3. Check for Existing Files

Before creating, check what already exists:

If ExistsAction
README.mdSkip — preserve existing
CHANGELOG.mdSkip — preserve existing
LICENSESkip — preserve existing
.gitignoreMerge — append missing entries
_NOTES/Skip — preserve existing
AGENTS/Create missing parts only

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

4. Confirm Before Creating

Show user:

  • Target path
  • Files to be created (noting any skipped)
  • Project type selected

Wait for confirmation.

5. Create Directory Structure

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

6. Populate Files

Use templates from assets/ folder, substituting:

  • {{PROJECT_NAME}} — Project name
  • {{DESCRIPTION}} — Project description
  • {{DATE}} — Current date (YYYY-MM-DD)
  • {{YEAR}} — Current year

7. Add Type-Specific Files

TypeAdditional Structure
generalBase structure only
code-python+ src/, tests/, pyproject.toml
code-node+ src/, package.json

See references/project-types.md for details.

8. Confirm Completion

Report:

  • Full path created
  • Files generated
  • Suggested next steps

Template Assets

FileSource
README.mdassets/README.template.md
CHANGELOG.mdassets/CHANGELOG.template.md
LICENSE (MIT)assets/LICENSE-MIT.txt
LICENSE (Apache)assets/LICENSE-Apache2.txt
.gitignoreassets/gitignore-general.txt
CONTEXT.mdassets/CONTEXT.template.md
TODO.mdassets/TODO.template.md
DECISIONS.mdassets/DECISIONS.template.md

Integration

This skill creates structure compatible with /wrap-session:

Init CreatesWrap-Session Updates
README.mdREADME.md (with progress)
CHANGELOG.mdCHANGELOG.md (with changes)
CONTEXT.mdCONTEXT.md (current state)
TODO.mdTODO.md (with tasks)
SESSION-LOG/SESSION-LOG/*.md

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon