init
Sets up aidflow in the current project by creating the .aidflow/ directory with configuration files and guides. Returns status if already initialized; use force to overwrite.
Instructions
Initialize aidflow in the current project.
Creates .aidflow/ directory, config, guides, and Claude Code skills (.claude/skills/). Call this once when first using aidflow in a project. If already initialized, returns current status (use force: true to overwrite).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Overwrite existing configuration |