By fiberplane
Manage local-first issue tracking and code review with the FP CLI: create hierarchical task plans, break down issues with subtasks, assign commits to issues, and review code changes—all driven from the command line.
Implement work on issues. Use when user asks to "start working on issue", "what should I work on", "pick up task", "continue work", or "find next task".
Create and break down plans into trackable issues. Use when user asks to "create a plan", "break down feature", "design implementation", "structure this work", or pastes a Linear/GitHub/Notion URL to import.
Review code, create stories, and ensure commits are assigned to issues. Use when user asks to "review code", "assign commits", "check commits are assigned", "prepare for review", "create a story", or "write a story".
Plugins for Claude Code.
Add the marketplace and install the plugin:
/plugin marketplace add fiberplane/claude-code-plugins
/plugin install fp@fiberplane-claude-code-plugins
Or configure via ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"fiberplane-claude-code-plugins": {
"source": {
"source": "github",
"repo": "fiberplane/claude-code-plugins"
}
}
},
"enabledPlugins": {
"fp@fiberplane-claude-code-plugins": true
}
}
Local-first issue tracking and code review for humans and AI agents.
.fp/Usage: /fp
Prerequisites:
curl -fsSL https://setup.fp.dev/install.sh | sh -s
claude plugin install ./fp
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fiberplane/claude-code-plugins --plugin fpGitHub issue lifecycle: brainstorm design approaches, create structured issues for LLM agent teams, triage and recommend next issues, audit and clean up stale backlogs, and deep-validate individual issues against the codebase
For easy problems, start here. For harder problems, do this after Explore.
Commands for team workflows, PR reviews, and collaboration
Git-native spec and issue management for AI-assisted development. Track issues, specs, and feedback with smart anchoring.
Team collaboration with DX optimization, issue tracking, and standup notes
Git workflow automation: conventional commits with branch protection, ticket tracking, and semantic correlation