ASTARLab-s
- 8 skills
- 0 followers
- 6 hours ago last updated
- ▌ Study Recap · astarlab-sUse at the end of a learning or homework session: summarize the concepts used, set one re-implementation exercise, and pose one recall question.
- ▌ Scope Cutter · astarlab-sUse when a task is growing beyond one session: split it into the smallest landable slice and an explicit deferred list.
- ▌ Context Primer · astarlab-sUse to audit and refresh the project-instructions file: find stale commands, missing conventions, and undocumented gotchas, then draft the minimal update.
- ▌ Migration Check · astarlab-sUse on any database schema or migration change: check reversibility, defaults, nullability against existing rows, and that a test exercises the new shape.
- ▌ Edge Case Hunter · astarlab-sUse after writing code and its tests: enumerate uncovered boundary conditions and draft the highest-value missing tests.
- ▌ Plan Then Execute · astarlab-sUse when starting any non-trivial coding task: produce a spec and a step-ordered plan, get approval, then execute step by step with checkpoints.
- ▌ Explain This Change · astarlab-sUse to explain a diff or recent change: what it does, why this approach, what could break, plus one self-test question for the reader.
- ▌ Verify After Accept · astarlab-sUse immediately after accepting a code change: run the narrowest real check that could falsify it and report what remains unverified.