flowplane-dev

Convey Flowplane architecture, boot lifecycle, and development workflow guidance.

1|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/rajeevramani/flowplane --skill flowplane-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowplane-dev
Source: https://github.com/rajeevramani/flowplane/tree/main/.claude/skills/flowplane-dev
Command: npx skills add https://github.com/rajeevramani/flowplane --skill flowplane-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flowplane development knowledge helps contributors understand the architecture, domain model, authentication modes, boot lifecycle, module map, filter system, and development workflow, accelerating code changes and documentation.

Core Features & Use Cases

  • Guidance on architecture, boot lifecycle, auth modes, module map, and filter system.
  • Reference for development workflow, contributing best practices, and navigating between dev and prod modes.
  • Use Case: A developer adds a feature or fixes a bug in the Flowplane core and needs a coherent mental model and up-to-date docs.

Quick Start

Build the project, boot the dev stack, seed sample data, and verify the gateway workflow.

Frequently Asked Questions about flowplane-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the boot lifecycle in Flowplane development and how does it work?

The boot lifecycle in Flowplane development governs system initialization, managing module maps and filter systems to systematically load components and transition between dev and prod contexts.

How do I navigate development workflow and auth modes when contributing to Flowplane?

Navigate the Flowplane development workflow by referencing the module map and auth mode guidelines, which outline best practices for adding features, writing docs, and debugging boot sequences across contexts.

How to start building and testing a feature in the Flowplane dev stack?

Start building features by compiling the project, booting the dev stack, seeding sample data, and verifying the gateway workflow to ensure your code changes integrate properly within the architecture.

Does the Flowplane architecture support debugging boot sequences in production environments?

Yes, Flowplane architecture supports debugging boot sequences in production environments by applying the same boot lifecycle and filter system principles used in development to ensure stable deployments.

What are the limitations of the filter system in Flowplane module maps?

The filter system within Flowplane module maps is designed specifically for the platform's boot lifecycle and dev workflow, meaning its architecture is tightly coupled and not directly portable to unrelated frameworks.