What problem does it solve? After the /speckit.tasks workflow finishes, the SpecKit Companion GUI needs to know that the tasks step is complete. This Skill records that state (currentStep=tasks, status=ready-to-implement) into the feature's .spec-context.json so the GUI re-renders with the correct step and status. ## Core Features & Use Cases - State Capture Hook: Runs as the after_tasks lifecycle hook, writing step and status into .spec-context.json via a Python writer script. - Automatic Feature Resolution: Resolves the active feature directory from an explicit flag, environment variables, .specify/feature.json, or the current git branch prefix. - Graceful Degradation: Never fails the host command; skips with a warning if python3 is missing or the feature directory cannot be resolved. - Use Case: After running /speckit.tasks to generate a tasks document for feature specs/003-user-auth, invoke this capture step so the Companion GUI immediately shows the feature as ready-to-implement. ## Quick Start Run the companion capture-tasks step after /speckit.tasks completes so the GUI reflects the ready-to-implement status for the current feature.