Loading...
Loading...
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.
npx skill4agent add product-on-purpose/pm-skills init-project| Required | Question | Default |
|---|---|---|
| Project name? | Directory name | |
| Project type? | | |
| License preference? | MIT | |
| Brief description? | "A new project" |
| 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 |
<project-root>/
├── README.md
├── CHANGELOG.md
├── LICENSE
├── .gitignore
├── _NOTES/
│ └── .gitkeep
└── AGENTS/
└── claude-opus-4.5/
├── CONTEXT.md
├── TODO.md
├── DECISIONS.md
└── SESSION-LOG/assets/{{PROJECT_NAME}}{{DESCRIPTION}}{{DATE}}{{YEAR}}| Type | Additional Structure |
|---|---|
| Base structure only |
| + |
| + |
references/project-types.md| File | Source |
|---|---|
| README.md | |
| CHANGELOG.md | |
| LICENSE (MIT) | |
| LICENSE (Apache) | |
| .gitignore | |
| CONTEXT.md | |
| TODO.md | |
| DECISIONS.md | |
/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 |