Operating system for Senior Scout 360. Use this skill for product, UX, scraping, investigation, reliability, and solo-operator execution decisions in the ScoutAgro pilot. It routes work to the most relevant repo skills automatically and enforces a premium, resilient, business-first product standard.
This skill is the project-level router for Senior Scout 360. It exists to keep the agent aligned with the current operating model of the product: a premium commercial-intelligence app, run lean, with a deliberately small AI surface, low tolerance for regressions, and strong emphasis on maintainability.
Use this skill as the default project layer when working in this repository.
Trigger this skill when the task involves any of the following:
When the task changes structure, boundaries, or ownership:
clean-architecture for dependency direction and module cuts.refactoring-patterns for safe structural transformations.clean-code to keep the resulting implementation small and readable.When the task affects important flows or introduces non-trivial diffs:
code-review-mastery before treating the work as ready.clean-code to reduce accidental complexity before review.When the task needs to survive across AI sessions:
codedocs for stable repo-facing documentation.Always prefer work that improves one of these:
Push back on work that adds complexity without improving one of the five items above.
For substantial work in this repo, aim to leave behind:
That combination is what makes the ScoutAgro pilot operable by one person.