goalstory_create_steps
Generate and organize actionable steps for achieving specific goals. Define sequential tasks, review clarity, and confirm refinements through structured discussions.
Instructions
Formulate actionable steps for a goal through thoughtful discussion. Present the steps for user review either before or after saving, ensuring they're clear and achievable. Confirm if any refinements are needed. IMPORTANT: Steps are ordered by their 'order_ts' timestamp in ascending order - the step with the earliest timestamp becomes step 1, and steps with later timestamps follow in sequence. The first item in your array will receive the earliest timestamp (becoming step 1), and subsequent items will receive progressively later timestamps. NOTE: Array order determines step sequence - first array item = step 1, second array item = step 2, etc.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
goal_id | Yes | Unique identifier of the goal these steps will help achieve. | |
steps | Yes | List of clear, actionable step descriptions in sequence. The first item in this array will become step 1, the second will become step 2, and so on based on timestamp ordering. |