First project
After the CLI is installed, initialize one application repository.
cd /path/to/your-app
pipeline-kit init --ide cursor
pipeline-kit doctor --ide cursor
pipeline-kit workflows
Use --ide claude-code, --ide github, or --ide none when appropriate.
What you should see
.pipeline/with workflows, skills, agents, wiki, loader, andconfig.json.pipeline/docs/CUSTOMER-GUIDE.mdandDOCUMENT-STANDARD.md.pipeline/docs/OBSERVABILITY.md- The
run-workflowskill under the IDE folder you chose
doctor checks Python, pack, config, loader, marker, and the optional IDE adapter. workflows lists names from the active pack.
What init does not do
- It does not edit root
AGENTS.md. You paste the routing table (guide). - It does not enable QA knowledge, Graphify, Archify, or observability.
- It does not fill
deploy-local.sh. That script is a placeholder until you adapt local deploy.
Overlay next
Every new project must customize two files, then deploy and test runbooks if the sample script does not match the stack:
- AGENTS.md
- config.json
- Optional: gitignore
Then run the new-project checklist.