Skip to content

pacaplan/flokay

Repository files navigation

Flokay

License CodeRabbit OpenSpec

Overview

Flokay is a plugin for Claude Code and Cursor that provides two things:

  1. Agent Skills — a set of focused skills for each stage of development, from evaluating an idea to implementing with subagents (or Codex) to shepherding a PR through CI. Inspired by obra/superpowers.
  2. A structured workflow — an opinionated, spec-driven workflow powered by those skills, OpenSpec, and the Agent Gauntlet validation tool.

You can adopt the full workflow, or use the skills individually as you see fit.

Flokay demo

Workflow

The workflow has two stages:

  1. Planning — The agent interviews you and creates one artifact at a time — proposal, specs, design, tasks, review — so you think through every decision before code is written.
  2. Implementation — The agent takes the wheel. Walk away; come back to a pull request with tested, reviewed code and green CI.

For more details see the guide.

Features

  • Evaluate before building — the agent critiques your idea, researches alternatives, and decides if it's worth pursuing
  • Interview-driven specs & design — the agent grills you to flesh out requirements, edge cases, and architectural decisions
  • Right-sized tasks — breaks work into self-contained task files, each scoped for a single subagent to implement
  • Multi-agent implementation — dispatches tasks to be implemented via TDD by Claude Code subagents or Codex
  • Automated quality gates — Agent Gauntlet runs static checks and AI code reviews for each task before moving on
  • End-to-end PR lifecycle — creates the PR, waits for CI, fixes failures, and addresses reviewer comments automatically

Prerequisites

Flokay requires two external CLIs and their skills:

  1. OpenSpec CLI — workflow engine that manages changes and artifacts

    • Install: npm install -g @fission-ai/openspec
    • Then run openspec init in your project to install OpenSpec skills
  2. Agent Gauntlet CLI — automated quality verification

    • Install: npm install -g @pacaplan/agent-gauntlet
    • Then run agent-gauntlet init in your project to install Gauntlet skills

Installation

Claude Code

Add the Flokay marketplace and install the plugin:

claude plugin marketplace add pacaplan/flokay
claude plugin install flokay

Cursor

Install the plugin using /add-plugin in chat or the CLI:

cursor plugins install pacaplan/flokay

Initialize

After installing with either runtime, initialize Flokay in your project:

/flokay:init

Quick Start

  1. Plan: /opsx:explore/opsx:new <name>/opsx:continue (through specs, design, tasks, and review)
  2. Implement: /opsx:apply — implements, archives, and finalizes the PR

Each step uses a dedicated skill (flokay:propose, flokay:design, flokay:plan-tasks, etc.) that guides you through the process conversationally.

See docs/guide.md for the detailed user guide, or the annotated example for a full walkthrough.

Updating

claude plugin marketplace update flokay
claude plugin update flokay@flokay

Then run to get the latest skills:

/flokay:init

License

MIT

About

Flokay is a Claude plugin that provides a set of Agent Skills and an OpenSpec schema for spec-driven development.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors