@thierrynakoa/fire-flow 10.0.0 → 12.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/.claude-plugin/plugin.json +9 -9
  2. package/ARCHITECTURE-DIAGRAM.md +7 -4
  3. package/COMMAND-REFERENCE.md +33 -13
  4. package/DOMINION-FLOW-OVERVIEW.md +581 -421
  5. package/QUICK-START.md +3 -3
  6. package/README.md +102 -45
  7. package/TROUBLESHOOTING.md +264 -264
  8. package/agents/fire-executor.md +200 -116
  9. package/agents/fire-fact-checker.md +276 -276
  10. package/agents/fire-phoenix-analyst.md +394 -0
  11. package/agents/fire-planner.md +145 -53
  12. package/agents/fire-project-researcher.md +155 -155
  13. package/agents/fire-research-synthesizer.md +166 -166
  14. package/agents/fire-researcher.md +144 -59
  15. package/agents/fire-roadmapper.md +215 -203
  16. package/agents/fire-verifier.md +247 -65
  17. package/agents/fire-vision-architect.md +381 -0
  18. package/commands/fire-0-orient.md +476 -476
  19. package/commands/fire-1a-new.md +216 -0
  20. package/commands/fire-1b-research.md +210 -0
  21. package/commands/fire-1c-setup.md +254 -0
  22. package/commands/{fire-1a-discuss.md → fire-1d-discuss.md} +35 -7
  23. package/commands/fire-3-execute.md +55 -2
  24. package/commands/fire-4-verify.md +61 -0
  25. package/commands/fire-5-handoff.md +2 -2
  26. package/commands/fire-6-resume.md +37 -2
  27. package/commands/fire-add-new-skill.md +2 -2
  28. package/commands/fire-autonomous.md +20 -3
  29. package/commands/fire-brainstorm.md +1 -1
  30. package/commands/fire-complete-milestone.md +2 -2
  31. package/commands/fire-cost.md +183 -0
  32. package/commands/fire-dashboard.md +2 -2
  33. package/commands/fire-debug.md +663 -663
  34. package/commands/fire-loop-resume.md +2 -2
  35. package/commands/fire-loop-stop.md +1 -1
  36. package/commands/fire-loop.md +1168 -1168
  37. package/commands/fire-map-codebase.md +3 -3
  38. package/commands/fire-new-milestone.md +356 -356
  39. package/commands/fire-phoenix.md +603 -0
  40. package/commands/fire-reflect.md +235 -235
  41. package/commands/fire-research.md +246 -246
  42. package/commands/fire-search.md +1 -1
  43. package/commands/fire-skills-diff.md +3 -3
  44. package/commands/fire-skills-history.md +3 -3
  45. package/commands/fire-skills-rollback.md +7 -7
  46. package/commands/fire-skills-sync.md +5 -5
  47. package/commands/fire-test.md +9 -9
  48. package/commands/fire-todos.md +1 -1
  49. package/commands/fire-update.md +5 -5
  50. package/hooks/hooks.json +16 -16
  51. package/hooks/run-hook.sh +8 -8
  52. package/hooks/run-session-end.sh +7 -7
  53. package/hooks/session-end.sh +90 -90
  54. package/hooks/session-start.sh +1 -1
  55. package/package.json +2 -2
  56. package/plugin.json +7 -7
  57. package/references/metrics-and-trends.md +1 -1
  58. package/skills-library/SKILLS-INDEX.md +588 -588
  59. package/skills-library/_general/methodology/AUTONOMOUS_ORCHESTRATION.md +182 -0
  60. package/skills-library/_general/methodology/BACKWARD_PLANNING_INTERVIEW.md +307 -0
  61. package/skills-library/_general/methodology/CIRCUIT_BREAKER_INTELLIGENCE.md +163 -0
  62. package/skills-library/_general/methodology/CONTEXT_ROTATION.md +151 -0
  63. package/skills-library/_general/methodology/DEAD_ENDS_SHELF.md +188 -0
  64. package/skills-library/_general/methodology/DESIGN_PHILOSOPHY_ENFORCEMENT.md +152 -0
  65. package/skills-library/_general/methodology/INTERNAL_CONSISTENCY_AUDIT.md +212 -0
  66. package/skills-library/_general/methodology/LIVE_BREADCRUMB_PROTOCOL.md +242 -0
  67. package/skills-library/_general/methodology/PHOENIX_REBUILD_METHODOLOGY.md +251 -0
  68. package/skills-library/_general/methodology/QUALITY_GATES_AND_VERIFICATION.md +157 -0
  69. package/skills-library/_general/methodology/RELIABILITY_PREDICTION.md +104 -0
  70. package/skills-library/_general/methodology/REQUIREMENTS_DECOMPOSITION.md +155 -0
  71. package/skills-library/_general/methodology/SELF_TESTING_FEEDBACK_LOOP.md +143 -0
  72. package/skills-library/_general/methodology/STACK_COMPATIBILITY_MATRIX.md +178 -0
  73. package/skills-library/_general/methodology/TIERED_CONTEXT_ARCHITECTURE.md +118 -0
  74. package/skills-library/_general/methodology/ZERO_FRICTION_CLI_SETUP.md +312 -0
  75. package/skills-library/_general/methodology/autonomous-multi-phase-build.md +133 -0
  76. package/skills-library/_general/methodology/claude-md-archival.md +280 -0
  77. package/skills-library/_general/methodology/debug-swarm-researcher-escape-hatch.md +240 -240
  78. package/skills-library/_general/methodology/git-worktrees-parallel.md +232 -0
  79. package/skills-library/_general/methodology/llm-judge-memory-crud.md +241 -0
  80. package/skills-library/_general/methodology/multi-project-autonomous-build.md +360 -0
  81. package/skills-library/_general/methodology/shell-autonomous-loop-fixplan.md +238 -238
  82. package/skills-library/_general/patterns-standards/GOF_DESIGN_PATTERNS_FOR_AI_AGENTS.md +358 -0
  83. package/skills-library/methodology/BREATH_BASED_PARALLEL_EXECUTION.md +1 -1
  84. package/skills-library/methodology/RESEARCH_BACKED_WORKFLOW_UPGRADE.md +1 -1
  85. package/skills-library/methodology/SABBATH_REST_PATTERN.md +1 -1
  86. package/templates/ASSUMPTIONS.md +1 -1
  87. package/templates/BLOCKERS.md +1 -1
  88. package/templates/DECISION_LOG.md +1 -1
  89. package/templates/phase-prompt.md +1 -1
  90. package/templates/phoenix-comparison.md +80 -0
  91. package/version.json +2 -2
  92. package/workflows/handoff-session.md +1 -1
  93. package/workflows/new-project.md +2 -2
  94. package/commands/fire-1-new.md +0 -281
@@ -1,16 +1,16 @@
1
1
  {
2
- "name": "dominion-flow",
3
- "version": "10.0.0",
4
- "description": "Dominion Flow is a comprehensive orchestration platform that empowers your Claude agent. It gives Claude a complete, structured workflow for taking projects from idea to production — with parallel execution, 190+ reusable skills, session memory across handoffs, 70-point quality verification, autonomous mode, E2E testing, and a circuit breaker to prevent stuck loops. Includes 39 slash commands organized into 7 tiers covering planning, execution, verification, debugging, skills management, and milestone tracking.",
2
+ "name": "fire-flow",
3
+ "version": "12.2.0",
4
+ "description": "Fire Flow is a comprehensive orchestration platform that empowers your Claude agent. It gives Claude a complete, structured workflow for taking projects from idea to production — with parallel execution, 478+ reusable skills, session memory across handoffs, 70-point quality verification, autonomous mode, Phoenix Rebuild (messy-to-clean), E2E testing, and a circuit breaker to prevent stuck loops. Includes 46 slash commands organized into 8 tiers covering planning, execution, verification, debugging, skills management, milestone tracking, and learning mode.",
5
5
  "author": {
6
6
  "name": "Thierry",
7
7
  "email": ""
8
8
  },
9
- "repository": "https://github.com/ThierryN/dominion-flow",
9
+ "repository": "https://github.com/ThierryN/fire-flow",
10
10
  "license": "MIT",
11
11
  "keywords": [
12
12
  "workflow",
13
- "dominion-flow",
13
+ "fire-flow",
14
14
  "warrior",
15
15
  "sdlc",
16
16
  "skills-library",
@@ -30,9 +30,9 @@
30
30
  "circuit-breaker",
31
31
  "error-classification",
32
32
  "context-engineering",
33
- "decision-time-guidance",
34
- "approach-rotation",
35
- "recitation-pattern",
33
+ "phoenix-rebuild",
34
+ "intent-extraction",
35
+ "autonomous-rebuild",
36
36
  "playwright-e2e",
37
37
  "e2e-testing",
38
38
  "visual-regression",
@@ -61,4 +61,4 @@
61
61
  "hooks": true,
62
62
  "agents": true
63
63
  }
64
- }
64
+ }
@@ -14,7 +14,7 @@ Visual representations of the Dominion Flow system architecture.
14
14
  +-------------------------------------------------------------------------+
15
15
  | Dominion Flow orchestration SHELL |
16
16
  | |
17
- | /fire-1-new --> /fire-2-plan --> /fire-3-execute |
17
+ | /fire-1a-new --> /fire-2-plan --> /fire-3-execute |
18
18
  | | | | |
19
19
  | v v v |
20
20
  | [Project Init] [Phase Planning] [Breath Execution] |
@@ -34,7 +34,7 @@ Visual representations of the Dominion Flow system architecture.
34
34
  | +-------------------+ +-------------------+ +-------------------+ |
35
35
  | | SKILLS LIBRARY | | HONESTY PROTOCOLS | | VALIDATION | |
36
36
  | | | | | | FRAMEWORK | |
37
- | | - 190+ patterns | | - No false claims | | - 70-point check | |
37
+ | | - 478+ patterns | | - No false claims | | - 70-point check | |
38
38
  | | - 15 categories | | - Admit unknowns | | - Must-haves | |
39
39
  | | - Versioned | | - Evidence-based | | - Goal-backward | |
40
40
  | | - Searchable | | - Flag assumptions| | - Auto-verify | |
@@ -222,7 +222,10 @@ Visual representations of the Dominion Flow system architecture.
222
222
  +------------------+ +------------------+
223
223
  | COMMANDS | | AGENTS |
224
224
  +------------------+ +------------------+
225
- | fire-1-new |--------->| fire-planner |
225
+ | fire-1a-new |--------->| fire-planner |
226
+ | fire-1b-research |--------->| fire-researcher |
227
+ | fire-1c-setup | | fire-vision- |
228
+ | | | architect |
226
229
  | fire-2-plan |--------->| fire-executor |
227
230
  | fire-3-execute |--------->| fire-verifier |
228
231
  | fire-4-verify |--------->| fire-researcher |
@@ -429,7 +432,7 @@ skills-library/
429
432
  +-- work-with-complexity.md
430
433
  +-- ...
431
434
 
432
- Total: 190+ skills across 15 categories
435
+ Total: 478+ skills across 15 categories
433
436
  Versioned: Git history for rollback
434
437
  Searchable: /fire-search command
435
438
  Contributable: /fire-contribute command
@@ -1,12 +1,12 @@
1
1
  # Dominion Flow Command Reference
2
2
 
3
- Complete reference for all 39 Dominion Flow commands.
3
+ Complete reference for all 42 Dominion Flow commands.
4
4
 
5
5
  ---
6
6
 
7
7
  ## Command Tiers
8
8
 
9
- Commands are organized into 7 tiers by function. Every command is a `/fire-*` slash command.
9
+ Commands are organized into 8 tiers by function. Every command is a `/fire-*` slash command.
10
10
 
11
11
  ---
12
12
 
@@ -16,7 +16,7 @@ The numbered pipeline that takes a project from idea to done.
16
16
 
17
17
  | Command | Description |
18
18
  |---------|-------------|
19
- | `/fire-1-new` | Initialize a new project with Dominion Flow structure |
19
+ | `/fire-1a-new` | Initialize a new project with Dominion Flow structure |
20
20
  | `/fire-1a-discuss` | Gather implementation context through adaptive questioning before planning |
21
21
  | `/fire-2-plan` | Plan a phase with skills library access and WARRIOR validation |
22
22
  | `/fire-3-execute` | Execute a phase with breath-based parallelism and honesty protocols |
@@ -65,6 +65,7 @@ Quality assurance, testing, and security scanning.
65
65
  | `/fire-test` | Run Dominion Flow plugin integration tests to verify all commands and integrations work correctly |
66
66
  | `/fire-security-scan` | Inspect skills, plugins, MCP tools, and code for prompt injection, PII harvesting, credential theft, and supply chain attacks |
67
67
  | `/fire-vuln-scan` | AI-powered application vulnerability scanner using OWASP Top 10 -- find what regex-based tools miss |
68
+ | `/fire-security-audit-repo` | Security audit a GitHub repo before installing as a skill or plugin |
68
69
  | `/fire-double-check` | Deep validation before claiming work is complete |
69
70
 
70
71
  ---
@@ -95,6 +96,7 @@ Dashboards, tracking, reflection, and phase transitions.
95
96
  | `/fire-todos` | Capture, list, and manage todos during work sessions |
96
97
  | `/fire-reflect` | Capture, search, and review failure reflections for cross-session learning |
97
98
  | `/fire-assumptions` | List and validate assumptions for a phase before planning or execution |
99
+ | `/fire-session-summary` | Auto-generate compact session summary with aggregate status, readiness, outlook, and next steps |
98
100
  | `/fire-transition` | Complete phase transition with metrics collection, bottleneck detection, auto-skill extraction, and trend analysis |
99
101
 
100
102
  ---
@@ -112,17 +114,35 @@ Milestone lifecycle management and advanced operations.
112
114
 
113
115
  ---
114
116
 
117
+ ### Tier 8 -- Learning Mode
118
+
119
+ Code walkthrough and learning tools.
120
+
121
+ | Command | Description |
122
+ |---------|-------------|
123
+ | `/fire-learncoding` | Linear code walkthrough learning mode -- transforms any repo into a step-by-step learning experience based on Simon Willison's Agentic Engineering Patterns |
124
+
125
+ ---
126
+
115
127
  ## Agent Reference
116
128
 
117
129
  Agents are specialized sub-agents spawned by commands to perform focused work.
118
130
 
119
- | Agent | Description | Spawned By |
120
- |-------|-------------|------------|
121
- | `fire-executor` | Executes plans with honesty protocols and creates unified handoff documents | `/fire-3-execute`, `/fire-execute-plan`, `/fire-autonomous` |
122
- | `fire-planner` | Creates phase plans with skills library integration and WARRIOR validation | `/fire-2-plan`, `/fire-autonomous` |
123
- | `fire-researcher` | Researches phase context using skills library and pattern matching | `/fire-research`, `/fire-1-new`, `/fire-2-plan` |
124
- | `fire-verifier` | Combines must-haves verification with WARRIOR 70-point validation | `/fire-4-verify`, `/fire-3-execute` |
125
- | `fire-reviewer` | Independent code reviewer -- architecture, patterns, performance, maintainability | `/fire-7-review`, `/fire-3-execute` (parallel with verifier) |
131
+ | Agent | Description | Tools | Spawned By |
132
+ |-------|-------------|-------|------------|
133
+ | `fire-executor` | Executes plans with honesty protocols and creates unified handoff documents | Read, Write, Edit, Glob, Grep, Bash, WebSearch, Task, TodoWrite | `/fire-3-execute`, `/fire-execute-plan`, `/fire-autonomous` |
134
+ | `fire-planner` | Creates phase plans with skills library integration and WARRIOR validation | Read, Write, Edit, Glob, Grep, Bash, WebSearch, Task, TodoWrite | `/fire-2-plan`, `/fire-autonomous` |
135
+ | `fire-researcher` | Researches phase context using skills library and pattern matching | Read, Write, Glob, Grep, Bash, WebSearch, Task | `/fire-research`, `/fire-1a-new`, `/fire-2-plan` |
136
+ | `fire-verifier` | Combines must-haves verification with WARRIOR 70-point validation | Read, Write, Bash, Glob, Grep | `/fire-4-verify`, `/fire-3-execute` |
137
+ | `fire-reviewer` | Independent code reviewer -- architecture, patterns, performance, maintainability | Read, Glob, Grep, Bash (read-only) | `/fire-7-review`, `/fire-3-execute` (parallel with verifier) |
138
+ | `fire-codebase-mapper` | Maps architecture, dependencies, patterns, and concerns across a codebase | Read, Glob, Grep, Bash, Write | `/fire-map-codebase` |
139
+ | `fire-debugger` | Systematic hypothesis-driven debugging with evidence tracking | Read, Glob, Grep, Bash, Write, Edit | `/fire-debug`, `/fire-verify-uat` |
140
+ | `fire-fact-checker` | Adversarial verification agent that attempts to disprove research findings | Read, Glob, Grep, Bash, WebSearch, WebFetch, Write | `/fire-new-milestone` |
141
+ | `fire-project-researcher` | Researches a specific domain focus area for new project/milestone initialization | Read, Write, Glob, Grep, Bash, WebSearch, WebFetch | `/fire-new-milestone` |
142
+ | `fire-research-synthesizer` | Merges parallel research findings into a unified synthesis document | Read, Write, Glob, Grep | `/fire-new-milestone` |
143
+ | `fire-roadmapper` | Creates project roadmap with phase breakdown from research synthesis | Read, Write, Glob, Grep, Bash | `/fire-new-milestone` |
144
+ | `fire-learncoding-walker` | Maps dependency graph from entry point and produces ordered linear step list | Shell tools (grep, cat, sed) | `/fire-learncoding` |
145
+ | `fire-learncoding-explainer` | Per-step explainer that extracts real code snippets and explains WHAT/WHY/PATTERN | Shell tools (grep, cat, sed) | `/fire-learncoding` |
126
146
 
127
147
  ---
128
148
 
@@ -130,8 +150,8 @@ Agents are specialized sub-agents spawned by commands to perform focused work.
130
150
 
131
151
  | Template | Purpose | Created By |
132
152
  |----------|---------|------------|
133
- | `state.md` | Living project memory tracking | `/fire-1-new` |
134
- | `roadmap.md` | Phase overview and milestones | `/fire-1-new` |
153
+ | `state.md` | Living project memory tracking | `/fire-1a-new` |
154
+ | `roadmap.md` | Phase overview and milestones | `/fire-1a-new` |
135
155
  | `plan.md` | Detailed phase execution plan | `/fire-2-plan` |
136
156
  | `fire-handoff.md` | Session continuity handoff | `/fire-5-handoff` |
137
157
  | `verification.md` | Verification report format | `/fire-4-verify` |
@@ -169,4 +189,4 @@ Agents are specialized sub-agents spawned by commands to perform focused work.
169
189
 
170
190
  ---
171
191
 
172
- *Dominion Flow v9.0 -- 39 commands, 5 agents, 190+ skills.*
192
+ *Dominion Flow v10.0.0 -- 42 commands, 13 agents, 190+ skills.*