name: arrive-advance-draft description: Draft or update an Advance file for current changes disable-model-invocation: true
ARRIVE Advance Draft
Generate or update an Advance file that documents the current change.
Instructions
- Check current status to understand the change scope:
arrive status
arrive score
- Generate the advance draft:
arrive draft
Read the generated advance file to review its contents.
Verify time tracking fields are present (and add them if missing):
started_atshould be set when the advance is created/draftedimplementation_completed_atshould be set when implementation is finished (or~if not done yet)
Enhance the advance based on conversation context:
- Objective: What problem are we solving? (from user's stated goal)
- Behavioral Change: What will be different after this change?
- Implementation Tasks: Break down the work (if not already done)
- Risk + Rollback: Identify risks and how to revert
- Evidence: What tests/verification will be done?
If an advance already exists (planned status):
- Read the existing advance
- Update sections that need refinement
- Don't overwrite user's custom content
Drafting Guidelines
Objective
- One sentence explaining WHY this change exists
- Focus on the problem being solved, not the solution
Behavioral Change
- Describe what's different AFTER this change ships
- Use "After this advance:" bullet format
- Be specific about observable changes
Implementation Tasks
- Break into logical phases
- Include tidying, testing, and feature work
- Mark completed items as done
Risk + Rollback
- Identify what could go wrong
- Describe how to undo the change
- Note any dependencies or migration concerns
Evidence
- List verification methods
- Include test types (unit, integration, manual)
- Note any TDD/Tidy First practices used
Expected Output Format
๐ Advance Draft
Created/Updated: arrive/systems/[system]/advances/ADV-[COMPONENT]-NNN.md
Summary:
โโ ID: ADV-[COMPONENT]-NNN
โโ Title: [descriptive title]
โโ System: [system-id]
โโ Components: [list]
โโ Score: XX [LEVEL]
Sections:
โ Objective - [summary]
โ Behavioral Change - [N bullet points]
โ Implementation Tasks - [N tasks]
โ Risk + Rollback - [identified]
โ Evidence - [N items]
๐ก Review the advance file and refine as needed.