Guides
Problem-oriented, task-focused recipes for getting specific things done with insight-flow. These assume you've already been through Getting Started and want to solve a concrete problem.
Building out
This section is being filled in. The recipes below are planned; each will be a short, copy-pasteable walkthrough.
Planned recipes
- Wire up PR creation for your git host — configure
agents.extend.task-gitso/task-gitopens PRs/MRs viagh/glab(or a prefill URL). - Add your stack's quality gates — make
/task-implementand/task-review-fixrun your typecheck / lint / test before marking work done, viaagents.extend. - Create a custom flow — define your own lifecycle (states, agents, edges)
and bind task types to it with
flows.byType. - Install & uninstall modules — use the install engine to add MCP servers, hooks, and skills to a project, and roll them back.
- Run the multi-project master — track several insight-flow projects from one overview server.
- Upgrade from 1.x to 2.0 — migrate the layout and composition model.
In the meantime
- Configuration documents every
taskflow.config.jsonkey, includingagents.extendandflows. - The CLI reference covers each command's flags.
- Agents describes each slash command's role.