Non-Compliant Skill: State Management
How It Works
The skill tracks pipeline phases:
- Load state from state_file and check current_phase = "implement"
- Read
state["phases"]["implement"]["artifacts"] - Write state.yaml checkpoint after each phase
- Check
ledger["TICKET-ID"]["active_run_id"]
This is non-compliant because state management belongs in the node handler.