Files
gh-hurblat-claude-construct…/commands/requirements-sign-off.md
2025-11-29 18:47:43 +08:00

1.1 KiB

name, description, argument-hint, model
name description argument-hint model
requirements-sign-off Get user approval on requirements
state-management-file-path
claude-haiku-4-5

Requirements Sign-Off Command

Purpose

Get sign-off on the requirements for the increment to be implemented. These instructions are read and followed as part of a larger workflow. You MUST follow all workflow steps below, not skipping any step and doing all steps in order.

Workflow Steps

  1. Read State Management File:

    • Read the state management file (path in $1)
    • Locate the specification file path
    • Present the Requirements Definition section to the user for review
  2. Get User Feedback:

    • Ask the user to read and provide feedback on the Requirements Definition

    • If user has feedback: a. Use the requirements-definer subagent to revise requirements:

      State management file: $1
      User feedback to address: [user's feedback verbatim]
      

      b. The subagent will detect the feedback and revise accordingly c. Return to step 1 for re-review

    • If user provides explicit sign-off, requirements sign-off is complete