Skip to content

Documentation

[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.

Install fp and initialize in your project:

Terminal window
curl -fsSL https://setup.fp.dev/install.sh | sh -s
cd your-project
fp init # registers the project and prompts for agent setup

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 →