Skip to content

Commit 75af0da

Browse files
shafqatevoclaude
andcommitted
0.2.26040201 Alpha: redesign /consolidator as standalone skill + expose publicly
- Rename skill: multi-ai-consolidator → consolidator (fixes display name) - Add Generic mode: consolidates any content sources (docs, transcripts, notes, URLs, pasted text) with auto-derived report structure per content type - Preserve AI-Responses mode: CIR generation from orchestrator/specialist-skill archives unchanged — no behavioral change for existing MultAI workflow - Add Phase 0 mode detection; Phase 3 structure determination; Phase 7 self-improve - Expose /consolidator in README alongside /multai and /comparator - Add CHANGELOG entry Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 57f4f7f commit 75af0da

13 files changed

Lines changed: 192 additions & 75 deletions

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/alo-exp/multai.git"
1515
},
1616
"description": "MultAI — Submit research prompts to 7 AI platforms simultaneously (Claude.ai, ChatGPT, Copilot, Perplexity, Grok, DeepSeek, Gemini), synthesize results, maintain capability comparison matrices, and produce landscape reports — all from Claude Code.",
17-
"version": "0.2.26040105",
17+
"version": "0.2.26040201",
1818
"author": {
1919
"name": "Ālo Labs",
2020
"url": "https://alolabs.dev"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multai",
3-
"version": "0.2.26040105",
3+
"version": "0.2.26040201",
44
"description": "MultAI — Submit research prompts to 7 AI platforms simultaneously (Claude.ai, ChatGPT, Copilot, Perplexity, Grok, DeepSeek, Gemini), synthesize results, maintain capability comparison matrices, and produce landscape reports — all from Claude Code.",
55
"author": {
66
"name": "Ālo Labs",

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,37 @@ Versioning scheme: `Major.Minor.YYMMDDX Phase` — see [CI/CD Strategy](docs/CIC
66

77
---
88

9+
## 0.2.26040201 Alpha — `/consolidator` Redesigned as Standalone Skill
10+
11+
**Date:** 2026-04-02
12+
13+
### Feature: `/consolidator` exposed as a user-facing skill
14+
15+
`/consolidator` is now a first-class skill that can synthesize content from any set of
16+
input sources — documents, transcripts, meeting notes, URLs, pasted text, or AI platform
17+
responses — into a unified, structured report. No prior MultAI research run required.
18+
19+
- **Renamed:** skill name changed from `multi-ai-consolidator``consolidator` (fixes
20+
display name in Claude Desktop skills list)
21+
- **Generic mode (new):** when invoked directly by the user with arbitrary sources, detects
22+
content type (research papers, interview transcripts, meeting notes, feedback, etc.) and
23+
auto-derives an appropriate report structure; announces structure and confirms before writing
24+
- **AI-Responses mode (preserved):** when invoked with a raw AI responses archive (from
25+
orchestrator, landscape-researcher, or solution-researcher), produces a CIR with platform
26+
reliability weighting exactly as before — no behavioral change for the MultAI workflow
27+
- **Mode detection (Phase 0):** automatically identifies which mode applies based on input
28+
signals; announces mode to user before proceeding
29+
- **Consolidation guide authority preserved:** when a guide is provided (either mode), it
30+
remains the sole structural authority — unchanged from prior behavior
31+
- **Source attribution:** all synthesized claims are attributed to specific sources by name;
32+
conflicts between sources are surfaced explicitly rather than silently resolved
33+
- **Phase numbering updated:** 5 → 7 phases (Phase 0 mode detection, Phase 3 structure
34+
determination, Phase 7 self-improve)
35+
- **README updated:** `/consolidator` documented as a user-facing skill alongside `/multai`
36+
and `/comparator`
37+
38+
---
39+
940
## 0.2.26040105 Alpha — `/comparator` Redesigned as Standalone Skill
1041

1142
**Date:** 2026-04-02

CONTRIBUTOR-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MultAI — Contributor Guide
22

3-
**Version:** 0.2.26040105 Alpha | **Date:** 2026-03-18
3+
**Version:** 0.2.26040201 Alpha | **Date:** 2026-03-18
44

55
> **Looking for the end-user guide?** See [USER-GUIDE.md](USER-GUIDE.md).
66

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,14 @@ export ANTHROPIC_API_KEY="..." # from console.anthropic.com — enables Claude
110110
/comparator Compare these two products and give me a weighted score
111111
```
112112

113-
Both skills announce their plan before acting — you can always override or adjust.
113+
**`/consolidator`** — merge any set of content sources into a unified, structured report:
114+
```
115+
/consolidator Consolidate these three research papers into a summary report
116+
/consolidator Summarize these five customer interview transcripts into themes
117+
/consolidator Combine these meeting notes from four teams into a single overview
118+
```
119+
120+
All skills announce their plan before acting — you can always override or adjust.
114121

115122
---
116123

@@ -147,6 +154,18 @@ Standalone skill for comparing any two (or more) solutions. Derives a capability
147154

148155
Can also be triggered via `/multai` — it routes automatically when comparison intent is detected.
149156

157+
### Multi-source consolidation — `/consolidator`
158+
159+
> "Consolidate these three research papers into a summary"
160+
> "Summarize these five customer interviews into themes and recommendations"
161+
> "Combine these meeting notes from four teams into one overview"
162+
163+
Standalone skill for synthesizing content from any set of sources — documents, transcripts, notes, URLs, pasted text, or AI platform responses — into a unified, well-structured report. Detects the content type and auto-derives an appropriate report structure (research synthesis, theme extraction, decision log, etc.), or follows a consolidation guide you provide.
164+
165+
When invoked from within a `/multai` workflow, operates in AI-Responses mode and produces a CIR (Consolidated Intelligence Report) from raw platform outputs.
166+
167+
**Output:** `[Topic] - Consolidated Report.md` (generic) or `[Topic] - Consolidated Intelligence Report.md` (AI-Responses mode)
168+
150169
### Comparison matrix operations
151170

152171
> "Add Harness to the comparison matrix"
@@ -182,7 +201,7 @@ multai/
182201
│ │ ├── agent_fallback.py
183202
│ │ ├── collate_responses.py
184203
│ │ └── platforms/ ← claude_ai.py chatgpt.py copilot.py …
185-
│ ├── consolidator/ ← Response synthesis (internal)
204+
│ ├── consolidator/ ← /consolidator skill — multi-source synthesis + CIR
186205
│ ├── landscape-researcher/ ← Market landscape workflow (internal)
187206
│ ├── solution-researcher/ ← Product deep-dive workflow (internal)
188207
│ └── comparator/ ← /comparator skill — head-to-head comparisons + XLSX matrix

USER-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MultAI — User Guide
22

3-
**Version:** 0.2.26040105 Alpha | **Date:** 2026-03-18
3+
**Version:** 0.2.26040201 Alpha | **Date:** 2026-03-18
44

55
---
66

docs/Architecture-and-Design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Architecture and Design Document
22

33
**Project:** MultAI
4-
**Version:** 0.2.26040105 Alpha
4+
**Version:** 0.2.26040201 Alpha
55
**Date:** 2026-03-18
66

77
| Version | Date | Summary |

docs/CICD-Strategy-and-Plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CI/CD Strategy and Plan
22

33
**Project:** MultAI
4-
**Version:** 0.2.26040105 Alpha
4+
**Version:** 0.2.26040201 Alpha
55
**Date:** 2026-03-18
66

77
| Version | Date | Summary |

docs/SRS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Software Requirements Specification (SRS)
22

33
**Project:** MultAI
4-
**Version:** 0.2.26040105 Alpha
4+
**Version:** 0.2.26040201 Alpha
55
**Date:** 2026-03-18
66
**Base Version:** multai/ (formerly multi-ai-skills/, solution-research-skill-260308A)
77

docs/Test-Strategy-and-Plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Test Strategy and Plan
22

33
**Project:** MultAI
4-
**Version:** 0.2.26040105 Alpha
4+
**Version:** 0.2.26040201 Alpha
55
**Date:** 2026-03-18
66

77
| Version | Date | Summary |

0 commit comments

Comments
 (0)