build edition · agents

Seven agents. One npm install.

Most "AI for code" tools have a single chat agent. fastpace ships seven specialists, each with explicit scope and a daily job to do. They don't replace your developer — they multiply them.

/onboarder

Spins up new repos and engineers fast.

Reads your CLAUDE.md, scans the codebase, generates a tour deck, identifies first tasks. Day-1 onboarding becomes hour-1.

Daily use: New hire? Run /onboarder. They get a personalized walkthrough that pulls from your real ADRs and patterns.
/architect

Drafts ERDs and execution plans from PRDs.

Reads your PRD, produces entity-relationship-decisions, sizes the work as waves → epics → stories. The agent your senior engineers wish they had time to be.

Daily use: Use it before any feature kickoff. /fp-prd-to-erd then /fp-erd-to-execplan.
/code-reviewer

Reviews PRs against your patterns + ADRs.

Knows your conventions because they live in fastpace/context/. Catches "this contradicts ADR-007" before a human reviewer has to.

Daily use: Wire into PR-review hook. Comments inline. Saves senior-dev cycles.
/security-reviewer

Catches security issues before they ship.

Cross-references SAST findings, redaction patterns, and runtime guard rules. Pairs well with audit-gate.

Daily use: Pre-merge gate. Flags hardcoded secrets, broken IAM, sketchy regex.
/evidence-curator

Surfaces the receipts when reviewers ask.

Finds the run manifest, audit-chain entry, and provenance trailer for any AI-generated change. "Show me what produced this code" becomes one command.

Daily use: Code review + post-incident forensics. Handy for compliance pulls too.
/context-curator

Keeps L1–L5 context fresh.

Watches for stale ADR references, missing pattern docs, terminology drift. Flags context decay before it bites the next AI session.

Daily use: Weekly chore — runs in CI, reports what needs updating in fastpace/context/.
/debugger

Investigates AI-generated regressions.

Walks the audit chain, finds the run manifest that produced the failing line, suggests a fix that respects the original constraints.

Daily use: When AI-generated code breaks something, /debugger finds the why faster than git log + bisect.

Drop in, customize as you go.

Bundled agents work out of the box. Add your own in .claude/agents/ with frontmatter scope. Same runtime, your conventions.