Skip to content

Add fire-flow — structured workflow orchestration plugin#68

Open
ThierryN wants to merge 2 commits intojqueryscript:mainfrom
ThierryN:add-fire-flow
Open

Add fire-flow — structured workflow orchestration plugin#68
ThierryN wants to merge 2 commits intojqueryscript:mainfrom
ThierryN:add-fire-flow

Conversation

@ThierryN
Copy link

@ThierryN ThierryN commented Mar 6, 2026

Add fire-flow

Repository: https://github.com/ThierryN/fire-flow
Install: npx @thierrynakoa/fire-flow
License: MIT

What it is

fire-flow is a structured workflow orchestration plugin for Claude Code that provides a complete pipeline from idea to production:

  • 42 slash commands organized into 7 tiers (orient, plan, execute, verify, handoff, debug, skills)
  • 13 specialized agents (planner, executor, verifier, debugger, researcher, etc.)
  • 90+ skills covering methodology, debugging, security, and performance patterns
  • Breath-based parallel execution — novel approach to multi-agent coordination
  • Session memory via WARRIOR handoff — preserves workflow state (not just facts) across sessions
  • Circuit breaker (Sabbath Rest) — prevents stuck AI loops with error classification
  • 70-point verification checklist — rigorous quality gates before claiming work is done

Section

Added to Agents & Orchestration (at the end, as it's a new project).

npm package

Published as @thierrynakoa/fire-flow on npm — one-command install.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 6, 2026 07:07
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-flow install 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`.
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
- [**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`.

Copilot uses AI. Check for mistakes.
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`.
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- [**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`.

Copilot uses AI. Check for mistakes.
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`.
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
- [**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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants