s1dd4rth
- 2 skills
- 0 followers
- 3 days ago last updated
- ▌ Babok · s1dd4rth bundleFacilitate business analysis work using IIBA's BABOK Guide v3 — six knowledge areas, thirty tasks, fifty techniques, five perspectives. Use whenever the user is doing BA work: scoping a change, eliciting requirements, modelling a process, mapping stakeholders, prioritizing a backlog, evaluating a solution, building a business case, choosing between solution options, or running a workshop. Trigger even when the user doesn't say "BABOK" — phrases like "starting a discovery", "help me gather requirements", "we need to evaluate this solution", "map stakeholders", "what techniques should I use", "how do I prioritize", or "right approach for this analysis" are all in scope. Also trigger for the BACCM lens (Change, Need, Solution, Stakeholder, Value, Context), technique-to-task lookup, and Agile/BI/IT/Business Architecture/BPM perspective requests. Acts as a coach, not a textbook — picks Quick/Working/Full depth and walks the user through tasks.
- ▌ Clean Code · s1dd4rth bundleApply Robert C. Martin's Clean Code framework to write, review, and refactor source code for readability and maintainability. Use this whenever the task involves writing new functions, classes, modules, or services; reviewing or critiquing existing code; refactoring or cleaning up messy code; or improving code quality, readability, naming, structure, design, or architecture — even when the user never says the words "clean code". Trigger on requests like "review my code", "is this good code", "refactor this", "make this more readable", "clean this up", "why is this so hard to maintain", "this function is too long", "help me name this", "is my class doing too much", "how should I structure this module", or any ask to improve naming, function or class design, error handling, comments, test quality, dependencies, or architectural boundaries. Applies across languages (Python, JavaScript/TypeScript, Java, Go, C#, Rust, and others).