cyberneticlibrary

Follow business exploration workflow

using-exploration-cycleskillsetup L13
richfrem/agent-plugins-skills
What it does

Verify and route to active exploration workflow phase

Best for

When you need to guard user messages from interrupting active exploration workflows and automatically route to the correct workflow phase.

Inputs
  • · exploration/exploration-dashboard.md (if exists)
  • · User message and implied phase transition
Outputs
  • · Routing decision (continue current phase, start new session, or answer normally)
  • · Invocation of exploration-workflow skill when session in progress
  • · Phase-specific sub-skill dispatch
Requires
  • · exploration-workflow skill (phase orchestrator)
  • · Read tool for dashboard state check
Preconditions
  • · Dashboard file may or may not exist
  • · User message triggers phase entry or continuation
Failure modes
  • · Dashboard doesn't exist and no exploration trigger: answer normally
  • · Session In Progress: must route to exploration-workflow immediately
  • · Stale state assumptions: SQLite database is authoritative source, not markdown
Trust signals
  • · Checks dashboard existence before assuming state
  • · Reads actual SQLite database for authoritative phase status
  • · Refuses to answer user questions while session in progress
  • · Yields control to orchestrator immediately on active session detection