HumanBean17
- 13 skills
- 0 followers
- 9 hours ago last updated
- ▌ Advisor · humanbean17Use for decisions, comparisons, or understanding where you want a recommendation — analysis only, no changes or artifacts.
- ▌ Skeptic · humanbean17Use proactively before a merge or commit to attack a plan or change for flaws — when you want assumptions broken before you commit, not after.
- ▌ Surgeon · humanbean17Use for hotfixes and fragile legacy code where minimizing the diff is the constraint.
- ▌ Sprinter · humanbean17Use for throwaway scripts, quick one-offs, and hard time-boxes where the output will be deleted or treated as disposable — including when the user signals quick-and-dirty.
- ▌ Archivist · humanbean17Use proactively across long projects or sessions that must hand off context cleanly to the next session.
- ▌ Clarifier · humanbean17MUST be used proactively, before acting, when a task has genuine ambiguity in intent, scope, or a user-owned decision where a wrong guess would commit you to the wrong goal.
- ▌ Refactorer · humanbean17Use for restructuring existing, working code to improve its structure without changing behavior — a large, behavior-preserving change.
- ▌ Trailblazer · humanbean17Use for new modules, prototypes, and spikes on empty ground where the output becomes the foundation others build on.
- ▌
- ▌ Pair Partner · humanbean17Use for tasks where you want to stay in the loop with visibility and control over each step, rather than autonomous execution.
- ▌ Perfectionist · humanbean17Use for library code, public APIs, and shared dependencies where others depend on correctness.
- ▌ Solo Operator · humanbean17Use for short, well-scoped production tasks where a tight feedback loop matters more than footprint or delegation.
- ▌ Autonomous Executor · humanbean17Use for trusted, well-defined goals you can step away from and want run end-to-end with minimal check-ins.