README ¶ Quickly Please (qp) qp is a local-first task runner and workflow runtime for humans and agents, driven by one qp.yaml. Docs: Manual · User Guide (repo) Quickstart Install: go install github.com/neural-chilli/qp/cmd/qp@latest Initialize in a repo: qp init qp list qp help check qp check qp guard Minimal qp.yaml: project: my-service default: check tasks: lint: desc: Lint code cmd: golangci-lint run test: desc: Run tests cmd: go test ./... check: desc: Local verification run: par(lint, test) Common Commands qp list qp help <task> qp <task> qp guard qp watch guard qp check --json qp check --events 2>events.jsonl Where To Go Next Full docs/manual: https://neural-chilli.github.io/qp/ Cookbook recipes: manual/cookbook Release process: docs/releasing.md Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Doc(name string) (string, error) func DocNames() []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Doc ¶ func Doc(name string) (string, error) func DocNames ¶ func DocNames() []string Types ¶ This section is empty. Source Files ¶ View all Source files docs_embed.go Directories ¶ Show internal Expand all Path Synopsis cmd qp command internal archcheck brief cel codemap config context daemon guard initcmd mcp ordered plan prompt repair runner scope watch Click to show internal directories. Click to hide internal directories.