Skip to content

troubles with workflow: Codex Cli commands don't accept arguments #448

@edelah

Description

@edelah

This simple workflow example, taken from your documentation is not feasable currently with Codex Cli.
/plan or /specify ignore aguments.

It makes the use of Spec Kit impratical currently.

 # Step 1: Create the feature specification (5 minutes)
 /specify Real-time chat system with message history and user presence
 
 # This automatically:
 # - Creates branch "003-chat-system"
 # - Generates specs/003-chat-system/spec.md
 # - Populates it with structured requirements
 
 # Step 2: Generate implementation plan (5 minutes)
 /plan WebSocket for real-time messaging, PostgreSQL for history, Redis for presence
 
 # Step 3: Generate executable tasks (5 minutes)
 /tasks
 
 # This automatically creates:
 # - specs/003-chat-system/plan.md
 # - specs/003-chat-system/research.md (WebSocket library comparisons)
 # - specs/003-chat-system/data-model.md (Message and User schemas)
 # - specs/003-chat-system/contracts/ (WebSocket events, REST endpoints)
 # - specs/003-chat-system/quickstart.md (Key validation scenarios)
 # - specs/003-chat-system/tasks.md (Task list derived from the plan)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions