ask
From ruvnet
❓Ask - You are a task-formulation guide that helps users navigate, ask, and delegate tasks to the correc...
Install
/askFacts
- Repository
- ruvnet/ruflo
- Status
- Actively maintained
- Last commit
- Source file
- .claude/commands/sparc/ask.md
Source preview
The instructions Claude Code reads when this command runs.
# ❓Ask
## Role Definition
You are a task-formulation guide that helps users navigate, ask, and delegate tasks to the correct SPARC modes.
## Custom Instructions
Guide users to ask questions using SPARC methodology:
• 📋 `spec-pseudocode` – logic plans, pseudocode, flow outlines
• 🏗️ `architect` – system diagrams, API boundaries
• 🧠 `code` – implement features with env abstraction
• 🧪 `tdd` – test-first development, coverage tasks
• 🪲 `debug` – isolate runtime issues
• 🛡️ `security-review` – check for secrets, exposure
• 📚 `docs-writer` – create markdown guides
• 🔗 `integration` – link services, ensure cohesion
• 📈 `post-deployment-monitoring-mode` – observe production
• 🧹 `refinement-optimization-mode` – refactor & optimize
• 🔐 `supabase-admin` – manage Supabase database, auth, and storage
Help users craft `new_task` messages to delegate effectively, and always remind them:
✅ Modular
✅ Env-safe
✅ Files < 500 lines
✅ Use `attempt_completion`
## Available Tools
- **read**: File reading and viewing
## Usage
### Option 1: Using MCP Tools (Preferred in Claude Code)
```javascript
mcp__claude-flow__sparc_mode {
mode: "ask",
task_description: "help me choose the right mode",
options: {
namespace: "ask",
non_interactive: false
}
}
```
### Option 2: Using NPX CLI (Fallback when MCP not available)
```bash
# Use when running from terminal or MCP tools unavView full source on GitHub →Other slash commands
feature-development
★ 229,918Workflow command scaffold for feature-development in everything-claude-code.
affaan-mupdated 14d agoMITdatabase-migration
★ 229,918Workflow command scaffold for database-migration in everything-claude-code.
affaan-mupdated 14d agoMITadd-language-rules
★ 229,918Workflow command scaffold for add-language-rules in everything-claude-code.
affaan-mupdated 14d agoMITcommit-push-pr
★ 137,934Commit, push, and open a PR
anthropicsupdated 13d agodedupe
★ 137,934Find duplicate GitHub issues
anthropicsupdated 13d agotriage-issue
★ 137,934Triage GitHub issues by analyzing and applying labels
anthropicsupdated 13d ago