New-project checklist
Use this on every new engagement. The full customer surface is AGENTS.md + config.json, then deploy and test files if your runners are not the defaults.
- Install:
pipeline-kit init --ide cursor(orclaude-code/github/none). - Paste the
AGENTS.mdrouting table and a short product blurb. See Adapt AGENTS.md. - Edit
.pipeline/config.json:verify.rulesfor your folders (or leave[])deploy.targetsfor your appsintake.jira.enabled(falseunless you use Jira)
- Rewrite the local-deploy runbook and
deploy-local.shfor your stack. See Adapt local deploy. - Skim
.pipeline/docs/DOCUMENT-STANDARD.mdbefore editing any other pack markdown. - Add
features/and.pipeline/state/to.gitignore. - Open the repo root in the IDE. Confirm the
run-workflowskill is visible. - Smoke test: ask “How does X work?” (expect
ask) and “Add a small label change” (expectfeature-development).
Optional later: tracker MCP, wiki pages after retro, knowledge, plugins, observability.