FP Workflow

Installation
SKILL.md

FP Workflow Skill

Agent work session patterns for the FP CLI

Core Workflow Concepts

Issue Status Lifecycle

Issues have three states:

  1. todo - Planned, not yet started (no VCS tracking)
  2. in-progress - Actively being worked on (VCS base captured)
  3. done - Completed (VCS tip captured)

Issue Priority

Issues can have an optional priority: low, medium, high, or critical.

  • Priority affects display order: within the same status, higher priority issues appear first
  • Sort order: critical → high → medium → low → (no priority)
  • Use --priority flag when creating or updating issues
Related skills
Installs
GitHub Stars
37
First Seen