Agent skill
mission
Select feature, select mode, delegate to execution skill.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/mission
SKILL.md
/mission - Execution Mode Router
Route to the appropriate execution mode for a feature.
The Process
- Select feature - Run
bd list -t feature --status open, ask user with AskUserQuestion - Select mode - Ask user with AskUserQuestion
- Delegate - Invoke skill with feature ID
Modes
| Mode | Skill | Best For |
|---|---|---|
| Solo | mission-solo |
Small (1-3 tasks) |
| Orchestrated | mission-orchestrated |
Medium (4-10 tasks) |
| Ralph | mission-ralph |
Large (10+ tasks) |
Invoke with: Skill: mission-solo, args: "FEATURE_ID" (or mission-orchestrated, mission-ralph)
If No Features
HOUSTON: No features ready. Use /exploration to plan a feature first.
Didn't find tool you were looking for?