agenfk-flow

Define and manage custom AgenFK workflow flows with step-specific criteria.

64|8|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/cglab-public/agenfk --skill agenfk-flow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agenfk-flow
Source: https://github.com/cglab-public/agenfk/tree/main/skills/claude-code/agenfk-flow
Command: npx skills add https://github.com/cglab-public/agenfk --skill agenfk-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides teams to define and edit a custom AgenFK workflow flow for their projects, replacing the default pipeline with a tailored sequence of statuses.

Core Features & Use Cases

  • Interactive flow creation and editing for AgenFK projects.
  • Define ordered steps with machine-safe identifiers and optional human-friendly labels, exit criteria, and terminal steps.
  • Scoping to a specific project via local project.json or MCP, with optional activation of the flow for the project.

Quick Start

Invoke the skill with /agenfk-flow or ask "Help me create a new flow" to begin the guided prompts.

Frequently Asked Questions about agenfk-flow

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

FAQPage Schema
How do I create a custom workflow flow with statuses like TODO and DONE?▼

To create a custom workflow flow, you use interactive prompts to define an ordered sequence of steps with machine-safe identifiers, optional human-friendly labels, and exit criteria, replacing the default status pipeline for your project.

Can I scope a workflow flow to a specific project using local configuration?▼

Yes, you can scope a workflow flow to a specific project by using a local project.json file or via MCP, with an option to activate the tailored flow directly for that project.

What is a terminal step in project flow management?▼

A terminal step in project flow management is the final status in a custom workflow pipeline that marks the completion of a task, defined alongside ordered steps and exit criteria during interactive flow creation.

Does this workflow management skill require any external dependencies?▼

No, this workflow management skill operates without any external dependencies, allowing you to independently define and validate step-specific criteria and status pipelines for your projects.

How do I validate exit criteria for an automated project pipeline?▼

You validate exit criteria for an automated project pipeline by defining step-specific requirements during interactive flow creation, ensuring tasks meet the configured conditions before moving to the next status.