What problem does it solve? During a work session, engineers often surface findings that are out of scope for the current package. This Skill captures those findings immediately by spawning the architect agent to file a new, tightly scoped package spec, so nothing gets lost between sessions. ## Core Features & Use Cases - Goal-capture pass: Invokes the architect agent in a brief mode that skips the dialogue phase and goes directly to writing the spec. - Lint-validated specs: Produces a new spec file at .astroray_plan/packages/<pkgNN>-<slug>.md that passes python scripts/project_index.py lint against TEMPLATE.md. - Auto-tagging and minimal diff: Tags the spec with Track: and limits the change to a one-PR doc update, leaving STATUS.md for round close. - Use Case: While working on pkg81, you discover that the accumulator resets on every camera pan. Run /file-followup accumulator resets per pan to have the architect file a new spec (like pkg83) scoped tightly to that finding. ## Quick Start Invoke /file-followup followed by a one-line reason describing the out-of-scope finding you want captured as a new package spec.