Capabilities overview
Core delivery is on after pipeline-kit init. Everything in the second table is opt-in.
Always available after init
| Capability | What it is |
|---|---|
| Workflows | Named procedures with chains and allowlists |
| Planning gates | Human sign-off on requirements, architecture, BA |
| Loader | Per-step allowed_reads |
| Wiki | Trigger-routed agent memory |
| Feature flags | Named on/off keys that mirror config.json |
Opt-in
| Capability | How you turn it on |
|---|---|
| Knowledge base | pipeline-kit knowledge init |
| Plugins | pipeline-kit plugins install graphify | archify |
| Graphify | Official CLI + skill registration |
| Archify | Pinned Agent Skill v2.16.0 |
| Agent-run observability | pipeline-kit obs install |
| App telemetry | features enable telemetry or RUN_TELEMETRY |
:::warning Two different “observability” words Agent-run observability traces what the coding agent did (tools, steps, scores). App telemetry is a pipeline specialist that extracts product analytics events from a spec. Do not mix them. :::
Workflow names
ask, feature-development, jira-story, jira-epic, jira-bug, test-knowledge-bootstrap.
Deep dives: Ask, Feature development, Jira, Knowledge bootstrap.