Documentation
fp is an agent-native issue tracking tool for Claude Code and beyond. It works from the terminal, integrates directly with your coding agents, and stores everything locally.
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 initThen 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
- Mac App — native desktop companion
- Claude Code Workflow — agent best practices