Skip to content

/specd.toolbox

Open an interactive operations menu for a task. Use this when you want to jump to a specific action outside the normal flow.

/specd.toolbox [task-name]

/specd.toolbox validates the task and presents a menu of operations. You pick one and it dispatches the corresponding workflow directly — bypassing the brain’s state-based routing.

This is useful when you want to:

  • Re-run research after new requirements emerge
  • Discuss a specific concern without advancing the pipeline
  • Manually trigger a review after making ad-hoc changes
  • Jump into planning when you already know what you want

OperationWhat it does
DiscussExplore open questions and record decisions in CONTEXT.md and DECISIONS.md
ResearchSpawn parallel agents for codebase integration patterns and pitfalls. Writes RESEARCH.md.
PlanCreate execution phases from task context. Writes ROADMAP.md.
ExecuteExecute the next pending phase using its PLAN.md
ReviewReview the most recently executed phase. Approve or request fixes.

ArgumentRequiredDescription
task-nameNoThe task to operate on. If omitted and only one task exists, it’s selected automatically. If multiple exist, you’re asked to choose.

Use /specd.continue for normal day-to-day work. The brain determines the right next step automatically.

Use /specd.toolbox when:

  • You want to re-run a step that already completed (e.g., research after scope change)
  • You want to discuss something specific without the brain deciding to skip discussion
  • You’re debugging a task that got into an unexpected state
  • You want to execute a specific operation without running the full pipeline forward

/specd.toolbox user-dashboard
/specd.toolbox payment-flow
/specd.toolbox