Add fire-flow — structured workflow orchestration plugin#68
Add fire-flow — structured workflow orchestration plugin#68ThierryN wants to merge 2 commits intojqueryscript:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds fire-flow to the README’s “Agents & Orchestration” curated list as a structured workflow orchestration plugin for Claude Code.
Changes:
- Add a new README list entry linking to
ThierryN/fire-flow. - Describe key features (commands/agents/skills, pipeline, parallel execution, handoff memory, safety circuit breaker, verification checklist).
- Include an inline
npx @thierrynakoa/fire-flowinstall hint.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
README.md
Outdated
| - [**Severance**](https://github.com/blas0/Severance) (41 ⭐) - A semantic memory system designed for Claude Code. | ||
| - [**AgentCheck**](https://github.com/devlyai/AgentCheck) (33 ⭐) - Local AI-powered code review agents for Claude Code. | ||
| - [**claude-agents**](https://github.com/tddworks/claude-agents) (14 ⭐) - A collection of specialized AI agents for Claude Code that enhance software development workflows with focused expertise in specific domains. | ||
| - [**fire-flow**](https://github.com/ThierryN/fire-flow) - Structured workflow orchestration for Claude Code with 42 commands, 13 agents, and 90+ skills. Features a 7-phase pipeline (Plan→Execute→Verify→Handoff), breath-based parallel execution, session memory across handoffs, circuit breaker safety, and a 70-point verification checklist. Install: `npx @thierrynakoa/fire-flow`. |
There was a problem hiding this comment.
The new list entry is missing the repository star count in parentheses, which is consistently included for the other items in this section. Please add the current “(N ⭐)” value (or adopt whatever consistent omission rule the list uses).
| - [**fire-flow**](https://github.com/ThierryN/fire-flow) - Structured workflow orchestration for Claude Code with 42 commands, 13 agents, and 90+ skills. Features a 7-phase pipeline (Plan→Execute→Verify→Handoff), breath-based parallel execution, session memory across handoffs, circuit breaker safety, and a 70-point verification checklist. Install: `npx @thierrynakoa/fire-flow`. | |
| - [**fire-flow**](https://github.com/ThierryN/fire-flow) (12 ⭐) - Structured workflow orchestration for Claude Code with 42 commands, 13 agents, and 90+ skills. Features a 7-phase pipeline (Plan→Execute→Verify→Handoff), breath-based parallel execution, session memory across handoffs, circuit breaker safety, and a 70-point verification checklist. Install: `npx @thierrynakoa/fire-flow`. |
README.md
Outdated
| - [**Severance**](https://github.com/blas0/Severance) (41 ⭐) - A semantic memory system designed for Claude Code. | ||
| - [**AgentCheck**](https://github.com/devlyai/AgentCheck) (33 ⭐) - Local AI-powered code review agents for Claude Code. | ||
| - [**claude-agents**](https://github.com/tddworks/claude-agents) (14 ⭐) - A collection of specialized AI agents for Claude Code that enhance software development workflows with focused expertise in specific domains. | ||
| - [**fire-flow**](https://github.com/ThierryN/fire-flow) - Structured workflow orchestration for Claude Code with 42 commands, 13 agents, and 90+ skills. Features a 7-phase pipeline (Plan→Execute→Verify→Handoff), breath-based parallel execution, session memory across handoffs, circuit breaker safety, and a 70-point verification checklist. Install: `npx @thierrynakoa/fire-flow`. |
There was a problem hiding this comment.
This description says “7-phase pipeline (Plan→Execute→Verify→Handoff)”, but the phases listed in parentheses are only 4. Please either list all 7 phases (to match the claim) or update the text to avoid the mismatch.
| - [**fire-flow**](https://github.com/ThierryN/fire-flow) - Structured workflow orchestration for Claude Code with 42 commands, 13 agents, and 90+ skills. Features a 7-phase pipeline (Plan→Execute→Verify→Handoff), breath-based parallel execution, session memory across handoffs, circuit breaker safety, and a 70-point verification checklist. Install: `npx @thierrynakoa/fire-flow`. | |
| - [**fire-flow**](https://github.com/ThierryN/fire-flow) - Structured workflow orchestration for Claude Code with 42 commands, 13 agents, and 90+ skills. Features a pipeline (Plan→Execute→Verify→Handoff), breath-based parallel execution, session memory across handoffs, circuit breaker safety, and a 70-point verification checklist. Install: `npx @thierrynakoa/fire-flow`. |
README.md
Outdated
| - [**Severance**](https://github.com/blas0/Severance) (41 ⭐) - A semantic memory system designed for Claude Code. | ||
| - [**AgentCheck**](https://github.com/devlyai/AgentCheck) (33 ⭐) - Local AI-powered code review agents for Claude Code. | ||
| - [**claude-agents**](https://github.com/tddworks/claude-agents) (14 ⭐) - A collection of specialized AI agents for Claude Code that enhance software development workflows with focused expertise in specific domains. | ||
| - [**fire-flow**](https://github.com/ThierryN/fire-flow) - Structured workflow orchestration for Claude Code with 42 commands, 13 agents, and 90+ skills. Features a 7-phase pipeline (Plan→Execute→Verify→Handoff), breath-based parallel execution, session memory across handoffs, circuit breaker safety, and a 70-point verification checklist. Install: `npx @thierrynakoa/fire-flow`. |
There was a problem hiding this comment.
The new bullet is much longer than the surrounding entries and is the only one in the file that includes an inline install command (“Install: …”). To keep the list scannable and consistent, consider trimming to a single-sentence summary and leaving installation details to the linked repository (or adopting a consistent install-info format across entries).
| - [**fire-flow**](https://github.com/ThierryN/fire-flow) - Structured workflow orchestration for Claude Code with 42 commands, 13 agents, and 90+ skills. Features a 7-phase pipeline (Plan→Execute→Verify→Handoff), breath-based parallel execution, session memory across handoffs, circuit breaker safety, and a 70-point verification checklist. Install: `npx @thierrynakoa/fire-flow`. | |
| - [**fire-flow**](https://github.com/ThierryN/fire-flow) - Structured workflow orchestration for Claude Code with multi-phase pipelines, parallel execution, session memory, and safety checks. |
Add fire-flow
Repository: https://github.com/ThierryN/fire-flow
Install:
npx @thierrynakoa/fire-flowLicense: MIT
What it is
fire-flow is a structured workflow orchestration plugin for Claude Code that provides a complete pipeline from idea to production:
Section
Added to Agents & Orchestration (at the end, as it's a new project).
npm package
Published as
@thierrynakoa/fire-flowon npm — one-command install.