generated from Paul.Kim/tpl-superclaude
This commit marks a significant architectural overhaul, replacing the legacy SuperClaude and Taskmaster AI frameworks with the new Claude Flow orchestration system and the SPARC/Roo methodology.
The new framework emphasizes parallel, swarm-based execution and mandatory batch operations for improved efficiency and coordination.
Key Changes:
- **Framework Migration:** The entire `.claude` and `.cursor` directories, containing the old command, persona, and rule systems, have been removed. They are replaced by the new `.roomodes` configuration and a comprehensive `CLAUDE.md` guide for Claude Flow.
- **New Orchestration Engine:** Introduced Claude Flow as the primary MCP server. The updated `CLAUDE.md` defines new rules for swarm orchestration, mandatory concurrent execution, and a clear separation of concerns between coordination (MCP) and execution (Claude Code).
- **Project Initiation (AIROUM):** Added extensive planning, design, and specification documents for a new project: the "AIROUM" educational landing page. This includes:
- Mood boards and multiple HTML design iterations in `.superdesign` and `gallery`.
- Detailed planning documents, technical designs, and pseudocode specs in `.taskmaster`.
- **Configuration Updates:**
- `.mcp.json` now points to `claude-flow` and `ruv-swarm`.
- `.gitignore` is updated to support the new Claude Flow file structure.
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"master": {
|
|
"tasks": [],
|
|
"metadata": {
|
|
"created": "2025-06-22T13:38:45.420Z",
|
|
"updated": "2025-06-22T22:10:07.199Z",
|
|
"description": "Tasks for master context"
|
|
}
|
|
},
|
|
"app-design-document": {
|
|
"tasks": [
|
|
],
|
|
"metadata": {
|
|
"created": "2025-06-22T22:11:31.835Z",
|
|
"updated": "2025-07-21T06:43:24.651Z",
|
|
"description": "Tasks for app-design-document context"
|
|
}
|
|
}
|
|
} |