- Do I have to drop Cursor / Copilot / Cline?
- No. Keep them. fastpace is the layer above your AI agent — it feeds the agent your domain context, your PRDs, and your linked backlog ticket so the output is shippable. The agent stays as-is.
- Why pay for two tools?
- Because they do different jobs. Cursor / Copilot are autocomplete + chat. fastpace is the spec discipline + context + traceability. Stacked, you stop rewriting AI output. The math: $20 (Cursor) + $29 (fastpace Team) = $49/dev/mo for code your reviewers approve first time. The savings show up in dropped review cycles, not in the tool budget.
- How long does the migration take?
- There is no migration.
npm install -g @fastpace-ai/fp, then fastpace init in your repo. ~5 minutes. Your existing AI agent keeps working without any config change.
- What if my team is already on a homegrown rules.md / .cursorrules?
- fastpace reads those automatically as L2 context (architecture/patterns layer). You don't lose your existing investment — you build on top of it. The L3 (PRDs/ERDs) and L4 (execution plan) layers are net-new value.
- Will fastpace add latency to my AI agent?
- Hooks run inline (PreToolUse + PostToolUse). The latency budget per hook is tracked + benchmarked — see
fastpace bench. Median impact is <50ms per AI call. Skill workflows are explicit slash commands, so no implicit overhead.
- Does this work with my custom internal AI gateway?
- Yes. The runtime registry (
fastpace runtimes) is an allow-list of model endpoints — point it at your internal gateway and the rest of the pipeline works transparently. No model-specific assumptions.