Quick Start
Set up CAF Initiator in your repo with one command.
Run CAF Initiator from your repo's root:
npx caf-initiator init
This command will:
- Detect your project's stack (framework, package manager, repo structure)
- Generate
.claude/agents/— definitions for each agent role - Generate
.ai/tasks/— the artifact handoff template used between phases
Once that's done, connect CAF Orchestrator to your tracker (Linear or Jira) so tasks run automatically as ticket status changes.
This section is still a skeleton placeholder — full CAF Orchestrator installation content will follow in a later phase.