Follow feature-dev-aidd:aidd-core and feature-dev-aidd:aidd-loop.
Steps
- Run
python3 ${CLAUDE_PLUGIN_ROOT}/skills/status/runtime/status.py --ticket <ticket>for the canonical stage entrypoint. - If index data is missing or stale, run
python3 ${CLAUDE_PLUGIN_ROOT}/skills/status/runtime/index_sync.py --ticket <ticket>. - Return the output contract and the status summary.
Command contracts
python3 ${CLAUDE_PLUGIN_ROOT}/skills/status/runtime/status.py
- When to run: canonical status command for read-only ticket summary.
- Inputs: optional
--ticket <ticket>(falls back to active ticket when available). - Outputs: consolidated stage/status snapshot and artifact pointers.
- Failure mode: non-zero exit when ticket resolution or index/report reads fail.
- Next action: refresh index or fix missing ticket context, then rerun status runtime.
Notes
- Loop stage: set
AIDD:ACTIONS_LOGto the most recent*.actions.jsonunderaidd/reports/actions/<ticket>/...(usergif needed).
Additional resources
- Runtime implementation: runtime/status.py (when: status aggregation behavior needs debugging; why: verify ticket resolution and output fields).