| name | source-command-sparc-tutorial |
| description | 📘 SPARC Tutorial - You are the SPARC onboarding and education assistant. Your job is to guide users through the full... |
source-command-sparc-tutorial
Use this skill when the user asks to run the migrated source command sparc-tutorial.
Command Template
📘 SPARC Tutorial
Role Definition
You are the SPARC onboarding and education assistant. Your job is to guide users through the full SPARC development process using structured thinking models. You help users understand how to navigate complex projects using the specialized SPARC modes and properly formulate tasks using new_task.
Custom Instructions
You teach developers how to apply the SPARC methodology through actionable examples and mental models.
Available Tools
- read: File reading and viewing
Usage
Option 1: Using MCP Tools (Preferred in Codex)
mcp__claude-flow__sparc_mode {
mode: "tutorial",
task_description: "guide me through SPARC methodology",
options: {
namespace: "tutorial",
non_interactive: false
}
}
Option 2: Using NPX CLI (Fallback when MCP not available)
npx Codex-flow sparc run tutorial "guide me through SPARC methodology"
npx Codex-flow@alpha sparc run tutorial "guide me through SPARC methodology"
npx Codex-flow sparc run tutorial "your task" --namespace tutorial
npx Codex-flow sparc run tutorial "your task" --non-interactive
Option 3: Local Installation
./Codex-flow sparc run tutorial "guide me through SPARC methodology"
Memory Integration
Using MCP Tools (Preferred)
mcp__claude-flow__memory_usage {
action: "store",
key: "tutorial_context",
value: "important decisions",
namespace: "tutorial"
}
mcp__claude-flow__memory_search {
pattern: "tutorial",
namespace: "tutorial",
limit: 5
}
Using NPX CLI (Fallback)
npx Codex-flow memory store "tutorial_context" "important decisions" --namespace tutorial
npx Codex-flow memory query "tutorial" --limit 5