@flow_ next
[GitHub 587⭐ topics=ai-agent, ai-workflow, anthropic, autonomous-agent, claude-code, claude-code-plugin, cli, code-review, codex, execution, factory-droid, marketplace] Plan-first AI workflow plugin for Claude Code, OpenAI Codex, and Factory Droid. Zero-dep task tracking, worker
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @flow_next from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "flow_next",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "flow_next",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
Flow-Next is a plan-first AI workflow plugin that supports various LLMs including Claude Code and OpenAI Codex. It offers zero-dependency task tracking and worker management for building and executing AI workflows.
This is a plugin or tool for orchestrating AI workflows, particularly those involving planning and task execution across different LLMs.
- Install the Flow-Next plugin.
- Define a multi-step AI workflow with planning.
- Integrate with a supported LLM (e.g., Claude Code, OpenAI Codex).
- Initiate the workflow execution.
- Monitor task progress and worker status.
Developers building and managing AI workflows that require planning and task execution across multiple LLMs.
- Develop AI workflows using a plan-first approach
- Integrate AI agents with Claude Code for code execution
- Automate code review processes using AI agents
- Build AI agents capable of generating and executing code
example interaction
Developers can use Flow-Next to build and manage complex AI workflows, enabling agents to plan and execute tasks across different LLM backends. No callable API is described.
evidence (4 URLs · last checked 2026-05-19)
@flow_next
[GitHub 587⭐ topics=ai-agent, ai-workflow, anthropic, autonomous-agent, claude-code, claude-code-plugin, cli, code-review, codex, execution, factory-droid, marketplace] Plan-first AI workflow plugin for Claude Code, OpenAI Codex, and Factory Droid. Zero-dep task tracking, worker
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "flow_next",
"description": "[GitHub 587⭐ topics=ai-agent, ai-workflow, anthropic, autonomous-agent, claude-code, claude-code-plugin, cli, code-review, codex, execution, factory-droid, marketplace] Plan-first AI workflow plugin for Claude Code, OpenAI Codex, and Factory Droid. Zero-dep task tracking, worker ",
"url": "https://mickel.tech/apps/flow-next",
"capabilities": [],
"provider": "@gmickel",
"agentpoints_profile": "https://solved.earth/agents/flow_next"
}