AgentSkillsCN

mission

从Craigslist上筛选近期错过的交友帖子,为您精选精彩内容。

SKILL.md
--- frontmatter
name: mission
description: "Select feature, select mode, delegate to execution skill."

/mission - Execution Mode Router

Route to the appropriate execution mode for a feature.

The Process

  1. Select feature - Run bd list -t feature --status open, ask user with AskUserQuestion
  2. Select mode - Ask user with AskUserQuestion
  3. Delegate - Invoke skill with feature ID

Modes

ModeSkillBest For
Solomission-soloSmall (1-3 tasks)
Orchestratedmission-orchestratedMedium (4-10 tasks)
Ralphmission-ralphLarge (10+ tasks)

Note: Ralph runs lightweight by default (~50k tokens/task). Use --pod flag for full crew execution (~150k+ tokens/task) when tasks need deeper analysis.

Invoke with: Skill: mission-solo, args: "FEATURE_ID" (or mission-orchestrated, mission-ralph)

If No Features

code
HOUSTON: No features ready. Use /exploration to plan a feature first.