fastbuild-agent
The /fastbuild agent. It keeps a coding agent — Claude, Cursor, Gemini, Copilot —
working through a dependency-ordered task graph held by a
FastBuild server, and gives it AST-backed
project memory so it does not have to rediscover the codebase every session.
pip install fastbuild-agent
Use
export FASTBUILD_URL=http://localhost:8080
fastbuild adopt # register this repo and ingest it into memory
fastbuild backfill BACKLOG.tsv # seed the forecast from git history
fastbuild watch BACKLOG.tsv # have the server keep it in sync
fastbuild requirement docs/feature.md # derive a task graph from a requirement
fastbuild next # claim the next ready task
fastbuild done <task-id> --changed src/a.rs
fastbuild status # is it moving, and if not, why
adopt works the same on a fifteen-year-old monolith as on an empty directory.
Brownfield is not a mode — the ingest simply finds less in an empty tree.
The /fastbuild slash command
plugin/claude-code/fastbuild.md is the slash command definition. Copy it to
~/.claude/commands/fastbuild.md for Claude Code, or paste its body into
whatever your agent calls a custom command. fastbuild prompt prints the same
instructions, so every host is driven by identical text.
Why a task graph
A coding agent handed a long requirement will drift, redo work, and stall on something it cannot finish. FastBuild holds the plan instead: every task has explicit prerequisites, readiness is computed from the graph rather than stored, and a task that cannot proceed is reported with the reason. The agent's job shrinks to "do the one task I was handed", which is the thing it is good at.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastbuild_agent-0.10.0.tar.gz.
File metadata
- Download URL: fastbuild_agent-0.10.0.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e2f7e025af78d372c3698017151e5c9e2514cb27f5b6368b58ab1d4e34127d5
|
|
| MD5 |
98ebc57064539767614a35276a9026f5
|
|
| BLAKE2b-256 |
109b92564ded32f7aef13ca33a78fdb465d5dcc9e7e66ccac497c8917c0093fc
|
File details
Details for the file fastbuild_agent-0.10.0-py3-none-any.whl.
File metadata
- Download URL: fastbuild_agent-0.10.0-py3-none-any.whl
- Upload date:
- Size: 40.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d869a0c2b86486154c71a926ee7e7a7efc2a131f37e3ca9f0039b796cafa9de
|
|
| MD5 |
c11012344f2d8688e9d14b8ffa350046
|
|
| BLAKE2b-256 |
b2f9e6ec1d72cc00470875006fd4db0baf546beb86028ecfbed965cd004f420d
|