Skip to content

feat: /start command Path E for pre-workflow exploration #46

Description

@striderZA

Problem

The /start command currently forces an immediate choice:

  • Path A: No idea -> /brainstorm
  • Path B: Vague idea -> /brainstorm with seed
  • Path C: Clear concept -> /setup-engine and /map-systems
  • Path D: Existing project -> /project-stage-detect

There is no path for: 'I have a few rough ideas and want to prototype them before committing to a workflow.'

Proposed Solution

Add Path E to the /start skill:

Path E -- Multiple ideas, want to prototype first -> /explore (new skill) to rapidly prototype each idea -> After prototypes: /gate-check workflow-selection -> Route to Hybrid or Full based on decision

Changes Needed

  1. Update .opencode/skills/start/SKILL.md to include Path E
  2. Add question branch in the onboarding flow:
    • 'Do you have one clear concept, or multiple ideas to explore?'
    • If multiple: 'How many ideas do you want to prototype? (1 to 4)'
  3. Set production/stage.txt to �xploration (new stage) instead of concept
  4. Ensure /help understands the �xploration stage

Acceptance Criteria

  • /start skill updated with Path E
  • New �xploration stage recognized by /help and /gate-check
  • Routes to /explore command correctly
  • Backward compatible with existing paths A-D

Related

Depends on pre-workflow prototyping skill
Part of milestone v0.5.0: Workflow transitions and pre-workflow prototyping support.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions