Skip to content

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.

Install fp and initialize in your project:

Terminal window
curl -fsSL https://setup.fp.dev/install.sh | sh -s
cd your-project
fp init

Then 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 tests

Get started →