ワンクリックで
kollywood-init
Initialize Kollywood onboarding files for the current project. Use when asked to initialize Kollywood, detect existing Kollywood project settings, and create or update workflow and agent guidance files.
メニュー
Initialize Kollywood onboarding files for the current project. Use when asked to initialize Kollywood, detect existing Kollywood project settings, and create or update workflow and agent guidance files.
| name | kollywood-init |
| description | Initialize Kollywood onboarding files for the current project. Use when asked to initialize Kollywood, detect existing Kollywood project settings, and create or update workflow and agent guidance files. |
Initialize onboarding files for a project that is already mapped in Kollywood.
Create or update:
.kollywood/WORKFLOW.md.kollywood/AGENTS.mdmise.toml only when required by chosen workflow/runtimepitchfork.toml only when required by chosen workflow/runtimeDo not run story planning or story CRUD during init unless the user explicitly asks.
Use Rust CLI to read project settings first:
kollywood project resolve --jsonkollywood workflow schema --jsonUse KOLLYWOOD_CLI if provided by environment as the CLI binary path:
"${KOLLYWOOD_CLI:-kollywood}" project resolve --json"${KOLLYWOOD_CLI:-kollywood}" workflow schema --jsonIf lookup fails because the project is not mapped, stop and ask the user to onboard the project in Kollywood first.
If the project is mapped but tracker files are missing, continue onboarding and generate WORKFLOW/AGENTS first.
Do not block onboarding on missing ~/.kollywood/projects/<slug>/prd.json.
Treat resolved metadata as source of truth:
slugproviderlocal_pathrepository"${KOLLYWOOD_CLI:-kollywood}" project resolve --json."${KOLLYWOOD_CLI:-kollywood}" workflow schema --json and treat it as the authoritative shape/version.README*, manifests, existing runtime files, existing .kollywood/* files.kollywood/AGENTS.mdThe triggering user prompt may be minimal (for example: I need to onboard this project to Kollywood.).
Treat that as sufficient to run the full init workflow in this skill.
Do not require a verbose user message that restates this skill's internal checklist.
.kollywood/WORKFLOW.md RequirementsBuild workflow config from resolved project settings and confirmations:
schema_version: 1tracker.kind: prd_jsonworkspace.strategy explicithooks.before_run to copy .kollywood/AGENTS.md into workspace when presentgit.base_branch explicit (fallback main)tracker.kind resolves to prd_json, note that prd.json can be created lazily when story CRUD beginsDo not invent commands that are not validated for the repo.
.kollywood/AGENTS.md RequirementsWrite concise operational rules:
Merge non-destructively when guidance already exists.
Always return: