inprealpha
- 13 skills
- 0 followers
- 8 hours ago last updated
- ▌ Orchestrate Work · inprealpha bundleUse when a large task breaks cleanly into smaller, largely independent subtasks; work naturally divides into multiple parallel workstreams; substantial background research can advance the task while other work proceeds; or independent subagents would substantially improve review. Coordinate assignments, shared decisions, and combined results across engineering and knowledge work.
- ▌ Skill Evaluation · inprealpha bundleCompare skill variants on realistic tasks with controlled inputs and evidence-based scoring.
- ▌ Create Verification Skill · inprealpha bundleCreate executable project verification instructions with a feature map and retained evidence.
- ▌ Maintain Verification Skill · inprealpha bundleAudit a project verification skill against current source and observed application behavior.
- ▌ How · inprealpha bundleExplain a subsystem through traced runtime flow, data ownership, and concrete code references.
- ▌ Why · inprealpha bundleInvestigate the history and rationale behind code, with cited facts and explicit uncertainty.
- ▌ Reflect · inprealpha bundleExtract durable lessons from a work session and route them to focused skill or tooling improvements.
- ▌ Architect · inprealpha bundleDesign caller usage, interfaces, data types, and module ownership before implementing a change.
- ▌ Hillclimb · inprealpha bundleImprove one measurable outcome through isolated hypotheses, repeated measurements, and regression checks.
- ▌ Interrogate · inprealpha bundleAdversarially review a change and deliver a prioritized verdict grounded in reachable failures.
- ▌ Review Loop · inprealpha bundleFinish work through repeated fresh-context reviews and fixes. Use when the user wants an autonomous review loop after a brief alignment on the outcome and review perspectives.
- ▌ Blast Radius · inprealpha bundleAssess what a change could break beyond its diff and test the assumptions its safety depends on.
- ▌ Simplify Code · inprealpha bundleSimplify code when asked to review over-engineering or apply cleanup, including redundant tests and avoidable dependencies. Preserve behavior; keep unrelated feature work and general correctness reviews outside this skill's scope.