woostack-init
Installation
SKILL.md
woostack-init
Overview
Creates or repairs the .woostack/ workspace directory tree for a project. It
writes every missing piece from the skill's templates/ directory, runs
build-index.sh to regenerate the derived memory index, and then runs
doctor.sh to lint the store. At the end it reports what was created, what
was skipped, and any doctor warnings or errors.
Two callers:
- Brownfield (user-invoked): the developer runs
/woostack-initonce to set up.woostack/in an existing project, or later to repair a partial or stale workspace. - Greenfield (via woostack-bootstrap): the bootstrap skill calls
/woostack-initas a step in its scaffolding sequence so every new project starts with a consistent workspace.