Recommend state management model
state-management-skillskillsetup L1★4
lavann/ads_monolith_skills_agents ↗What it does
Recommend state management model for features
Best for
Refactoring stale state models before major UI rewrites to avoid silent data loss
Inputs
- · [object Object]
Outputs
- · [object Object]
- · [object Object]
- · [object Object]
Preconditions
Access to codebase or detailed description of state flows; understanding of current architecture
Failure modes
- · Recommending browser storage without justification
- · Missing hidden coupling between form state and TempData
- · Oversimplifying multi-step flows to single component state
Trust signals
- · Covers all common patterns (local, session, TempData, hidden fields, query params, form, multi-step)
- · Explicitly surfaces migration risks from hidden coupling
- · Produces summary, recommendation, and risk assessment