Documentation
[view as markdown]
Could not copy markdown source body. Please use "view as markdown".
fp is an agent-native issue tracker for Claude Code, Codex, Pi, and beyond. It works from the terminal and stores issues locally by default. Link a project when remote agents need access to the same issues.
Quick Start
Section titled “Quick Start”Install fp and initialize in your project:
curl -fsSL https://setup.fp.dev/install.sh | sh -scd your-projectfp init # registers the project and prompts for agent setupThen ask your coding agent to plan work:
“Plan out the authentication feature”
The agent creates a hierarchy of issues automatically:
FP-abcd [todo] Add authentication├── FP-efgh [todo] Design auth flow├── FP-ijkl [todo] Implement OAuth provider├── FP-mnop [todo] Add session management└── FP-qrst [todo] Write testsQuick Links
Section titled “Quick Links”- Installation — install fp in under a minute
- CLI Reference — full command reference
- Cloud Agents — connect fresh checkouts and cloud sandboxes
- Mac App — native desktop companion
- Claude Code Workflow — agent best practices