Version: 1.5.4
Initialize a new PARA-compliant project with standard scaffolding and artifacts.
/new-project project [project-name]
Scaffold β Define goal β Init backlog β Register config β First session
Runs ./para scaffold [project-name] to create:
Projects/[project-name]/
βββ repo/ # Source code (git init)
βββ sessions/ # Session logs
βββ artifacts/tasks/
β βββ backlog.md # Operational authority
β βββ done.md # Append-only archive
β βββ sprint-current.md # Hot Lane
βββ docs/
βββ project.md
Sets project.md frontmatter: goal, deadline, status, DoD.
Populates backlog.md with the initial roadmap. Creates done.md and sprint-current.md with guard headers (<!-- β οΈ ... -->) per hybrid-3-file-integrity.md C6.
Adds project to .para-workspace.yml.
Records kickoff in sessions/YYYY-MM-DD.md.
- Folder structure created
- Registered in
.para-workspace.yml - Goals in
project.md - Backlog initialized
-
done.md+sprint-current.mdcreated with guard headers - First session logged
Updated in v1.5.4 (FEAT-47: Companion file templates with guard headers)