What problem does it solve? When managing spec-driven data modeling changes in Modscape, it is hard to know where a given spec stands — which files exist, how many tasks remain, and what to do next. This Skill inspects a spec work folder and produces a clear status report with the recommended next command. ## Core Features & Use Cases - Phase Detection: Determines the current lifecycle phase (requirements, design, implement, ready to archive) from CLI output and file existence. - Task Progress Tracking: Counts completed and remaining tasks in tasks.md, broken down by phase section. - Next-Action Recommendation: Applies priority rules to suggest the exact next command, flagging unresolved questions or pending model changes. - Detail Mode: A detail subcommand summarizes the Why, What Changes, Decisions, Non-Goals, and remaining tasks for handoff or onboarding. - Use Case: After returning to a project, run the status command on your spec to instantly see that design is done, 3 of 8 tasks remain, and the next step is @modscape-spec-implement. ## Quick Start Ask the AI to show the status of your spec by running @modscape-spec-status with your spec name, adding "detail" for a full handoff summary.